Thoughts: Source Analysis for C#
Posted on May 31st, 2008 by Paul Stovell
Microsoft recently released a new tool called Microsoft Source Analysis for C#, AKA StyleCop. Richard Banks has a great overview of the tool and how to use it. To summarize, it looks at your C# source code (unlike FxCop, which looks at compiled binaries) and evaluates a set of rules over the code to help […]
Filed under: Commentary | 2 Comments »

