Analyzer package
Microsoft.CodeAnalysis.FxCopAnalyzers
Package Version
Example: v2.9.2
Repro steps
- Add package reference
- Copy contents of
AllRulesDisabled.ruleset to local file and reference from csproj
- Compile
Expected behavior
No code analysis warnings because they're all disabled
Actual behavior
Code analysis warnings, e.g. warning CA2208: Call the ArgumentOutOfRangeException constructor that contains a message and/or paramName parameter.