Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Configuration » FxCop   (RSS)

FAQ: How do I run FxCop during a post-build event?

A little known feature of FxCop (in particular FxCopCmd.exe) is its ability to be integrated into the build process within Visual Studio. Although not a replacement for the Code Analysis functionality available within both Visual Studio Team Edition for
Posted by David M. Kean | 3 Comments
Attachment(s): VSConsoleOutput.xsl

TIP: How to change the FxCop naming/design rules to fire on internals [David Kean]

By default, the FxCop naming and design rules only fire on publicly visible types and members. There are a couple reasons for this: The .NET Framework Design Guidelines , which FxCop enforces, only contains guidelines for publicly visible API. What internal
 
Page view tracker