NET Analyzers and AnalysisLevel confusion

67 Views Asked by At

According to documentation, when AnalysisMode is set to All, "All rules are enabled as build warnings". But what I am seeing is that some rules, like CA1014, CA1021 and CA1060 are still suppressed. Is there something I am missing in "All rules are enabled" statement?

1

There are 1 best solutions below

0
On

Turns out this is by design: https://github.com/dotnet/docs/issues/38348.