.net - FxCop + command line execution? -


Nobody knows how to run the FxCop through the command line or how the syntax can be provided.

I want to define a task to run defined rules. The Fxcop file (this is an empty project that I created with a set set of rules that will be able to reduce the noise and things I am interested in)

How can I explain this? ..

I think I have to get the latest version of the code and the first one. Dll must be compiled, then somehow analysis of FXPP project to add and run DLL as a target. So I want to export or export violations in the directory through email.

Thoughts?

Have you tried something like:

  fxcopcmd .exe / project: "& lt; path your .fxcop file" / File: "& lt; path your target DLL" / Out: Path for Output Report & gt;  

Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -