Search code examples
c# warning - Mark assemblies with NeutralResourcesLanguageAttribute...


c#warningsfxcop

Read More
'SuppressMessage' for a whole namespace...


c#.netnamespacescode-analysisfxcop

Read More
How to generate a warning if a specific enum value is used...


c#visual-studioresharpercode-analysisfxcop

Read More
Gendarme vs FxCop...


asp.netfxcopgendarme

Read More
Does Code Analysis support defining two languages for mixed language Spell Checking?...


visual-studio-2008code-analysisfxcopstatic-code-analysis

Read More
Naming: Pricelist vs. PriceList...


.netnaming-conventionsnamingcode-analysisfxcop

Read More
Visual Studio Code Analysis vs StyleCop + FxCop...


c#visual-studio-2008code-analysisfxcopstylecop

Read More
What is the advantage to use the Microsoft.CodeAnalysis.FxCopAnalyzers nuget over the default Manage...


.netfxcopanalyzersoftware-quality

Read More
Code analysis/FxCop in VS2008...


visual-studiofxcop

Read More
What's with the "Afx" in StdAfx.h?...


.netmfcfxcopstdafx.h

Read More
Detect .NET Framework 3.5 SP1 Dependency (cmp. 3.5 w/o SP1)...


.netvisual-studio-2008dependenciesfxcop

Read More
Disable Code Analysis output MSBuild...


msbuildcode-analysisfxcop

Read More
Do I need to worry about link-demands in a full-trust only .EXE?...


.netfxcopcode-access-security

Read More
Opening the Code Analysis Ruleset editor crashes Visual Studio...


visual-studio-2019fxcoproslyn-code-analysis

Read More
FxCopAnalyzers: An instance of analyzer cannot be created...


visual-studionugetfxcop

Read More
CA1819: Properties shouldn't return arrays - What is the right alternative?...


c#.netfxcop

Read More
Why can't Microsoft analyzers find Microsoft.CodeAnalysis?...


c#code-analysisfxcopanalyzermicrosoft.codeanalysis

Read More
Why is Microsoft.CodeAnalysis published with ASP.NET Core website?...


asp.net-corefxcopmicrosoft.codeanalysis

Read More
How to silence fx cop warning CS0067?...


code-analysisfxcop

Read More
How to prevent FxCop from analyzing auto-generated code?...


.netvisual-studio-2010entity-frameworkcode-analysisfxcop

Read More
Strange warning counting behavior from FxCop?...


c#.netfxcop

Read More
What Replaces Code Analysis in Visual Studio 2019?...


visual-studioroslynfxcoproslyn-code-analysisvisual-studio-2019

Read More
C# Code Analysis dislikes protected static s_Foo (CA1709, CA1707)...


c#visual-studio-2008naming-conventionscode-analysisfxcop

Read More
Why/when should you use nested classes in .net? Or shouldn't you?...


.netclassnestedfxcop

Read More
CA1303, DoNotPassLiteralsAsLocalizedParameters, but I'm actually not...


.netwinformsvisual-studio-2010localizationfxcop

Read More
Suppress CA1303 fxcop warning when constructing a new Exception...


c#asp.net-corefxcop

Read More
Any reason not to enable CODE_ANALYSIS in production builds?...


c#code-analysisfxcop

Read More
CA2202, how to solve this case...


c#.netcode-analysisfxcop

Read More
Is CA2007 relevant to a .NET Core application?...


c#asynchronous.net-corefxcop

Read More
Remove all, except the first two parameters from the EventHandler...


c#interopfxcop

Read More
BackNext