Is it possible to tell Visual Studio to not analyze a specific file? In this case, GlobalSuppressions.cs. I can't find any setting for it in options.
I'm also trying to avoid messing up my code with suppress statements, so I want to keep GlobalSuppressions.cs, but not analyze it.
