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?
Turns out this is by design: https://github.com/dotnet/docs/issues/38348.