Possible Duplicate:
What static analysis tools are available for C#?
Guys, I'm looking for an open source or free source code analysis tool for C#. The tool should be able to generate metrics from the source code such as cyclomatic complexity, number of lines, number of commented lines, SEI maintainability etc. Does anyone know of any such tool?