-
-
Notifications
You must be signed in to change notification settings - Fork 226
Enable CA1414 for all projects #50
Comments
After checking it seem that CA1414 is only in FXCop external analysis and still not ported to the new FxCopAnalyzers package so we will have to decide to enable it and when (Only in Release/CI builds or on all builds, knowing that it'll slow down builds) |
Let's do it: enable Code Analysis on Release builds with at least CA1414 enabled. Ideally in the process, we consolidate all the .ruleset files to just one or two (for product and test) so we can add/remove rules to apply to all projects. |
How can this issue have help? What is in need to be done? |
Ideally implement the rule in FxCop analyzers then install the package in our projects. But simply enabling legacy FxCop for these projects for this rule would work too. |
CA1414 still hasn't been ported: dotnet/roslyn-analyzers#430 And I'm actually leaning in the opposite direction, since |
Stop passing $(System.AccessToken) as an arg in AzP
Per @vbfox's suggestion
The text was updated successfully, but these errors were encountered: