Hi Everybody,
I am looking for a free code metrics tool for .NET (mainly C# language). I have searched the web, but haven't found anything that matches my requirements.
Requirements
1. LOC and CC metrics (mainly)
2. NAnt intregration is possible
3. No configuration file needed (provide the source files and config parameter via console arguments)
4. HTML output (or XML if GUI exists to view the file)
So road so far:
1. NDepend (Commercial)
2. Source Monitor (No good integration)
3. Code Metrics Plugin for Reflector (No console, any way to use it?)
If you use one of these tools (except NDepend; Commercial) I would like to hear your nant integration :-)
Thanks in advance.