How to get FxCop with the same set of rules as in Visual Studio Code Analysis?

Yesterday I posted a question here ( FxCop and code analysis rules ) about how FxCop runs the same rules as Code Analysis, and I decided that it was resolved.

However, there seems to be no real way to get FxCop to run the exact same ruleset as Visual Studio 2010 code analysis. For example, as soon as I got everything that works with my FxCopCmd installation, it started barking about the rules indicated in the ruleset minimum recommended rules such as CA2000. If I delete the rules, I don’t like the fact that he does the analysis, and everything looks good., Except that he really doesn’t work with the same set of rules!

That seems crazy to me! In any case, for FxCop to parse the same set of rules that Visual Studio code analysis can parse? Is there a DLL to add to the rules of analysis to get rules like CA2000 and others?

+5
source share
1 answer

VS Code Analysis , FxCop. , fxcopcmd.exe. - FxCop , Visual Studio, (DataflowRules.dll) , FxCop , , FxCop VS.

+3

All Articles