How to share FxCop rules amongst all developers? -


all our developers using vs2010 professional code analysis not available. want them use fxcop analyze code before checking in. have gone through rules , disabled bunch of them , added couple of them. want developers use same set of rules since rules used in msbuild. how distribute rule set used in fxcop? files need distributed , supposed go to?

when using stand-alone fxcop, can create fxcop project file (with extension .fxcop) contains list rules used in analysis. (typically, file include list of target assemblies, although optional.) file may checked source control code in order distribute developers working on shared code base.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -