Shawn Wildermuth's Rants and Raves

Thanks for visiting my blog! See more about me here: About Me

Microsoft Announces Source Code Analysis for C#
Microsoft Announces Source Code Analysis for C#
May 23, 2008

Url: http://code.msdn.microsoft.com/sourceanalysis/R…
Silverlight Logo
Interestingly, Microsoft has released a new tool that they’ve used for years internally to analyze code in their code base.  Its been informally called “StyleCop” and differs from FxCop in that it analyzes source code, not compiled binaries.

If you are interested in consistency in your code base, you should take a look!