devMetrics 1.0: Free C# Software Metrics

From Dan at anticipatingminds....

Anticipating Minds has a new Visual Studio .NET Add-in: devMetrics is a C# code analysis tool that gathers software metrics so that developers, leads and software managers can quickly identify potentially problematic and high-risk areas of their .NET code.  devMetrics analyzes C# code measuring:

  • size (files, classes, members, statements, lines, comments)
  • complexity (cyclomatic code complexity, statements per member, members per class).

devMetrics runs as either a Microsoft Visual Studio .NET Add-in or a stand-alone command line utility.

https://www.anticipatingminds.com/Content/Products/devMetrics/devMetrics.aspx

This was cool to see. As an intern at a company in RI one of my first projects was to write software that generated size and complexity reports for ADA code. Josh