0
kicks
Case When Open Source Development Tools Are Better
We are currently using Microsoft FxCop utility as part of the continuous integration process. It statically analyzes managed .NET code assemblies and reports any potential design flaws or issues.
This tool is not the most flexible one to extend, but it is a nice one to get better insight in the code without wasting a lot of time.