Thoughts: Source Analysis for C#

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 […]