Free Code Metrics Power Tool
Friday, 28 January 2011

A free code metrics tool from Microsoft - but be warned it's not user-friendly.

if you make use of code metrics then it is worth knowing that version 10 of the Visual Studio Code Metrics PowerTool is now available at the Microsoft Download Center.

The Code Metrics PowerTool is a command line utility that calculates code metrics for your managed code and saves them to an XML file.

It enables teams to collect and report code metrics as part of their build process. The code metrics calculated are:

  • Maintainability Index
  • Cyclomatic Complexity
  • Depth of Inheritance
  • Class Coupling
  • Lines Of Code (LOC)

When you have completed the installation you will find two new files in the FxCop directory. Simply type Metrics at the command prompt and you will see a list of possible commands. It isn' the easiest tool to use and you'll need to spend some time adding it to the external tools menu of Visual Studio.

VS

Dowload Code Metrics PowerTool here

Books

Professional Visual Studio 2010

Practical Code Generation in .NET

 

Banner


Be Ready For Google I/O 2025
28/04/2025

Google has shared the agenda for its annual developer conference. This year Google will live stream two days of sessions, starting with the Keynote at 10:00 AM PT on May 20th, followed by the Dev [ ... ]



Two New Instances Of The Language Server Protocol
01/05/2025

The first is in relation to Github Copilot and the second
to PostgreSQL. They enable seamless integration with any tool that supports the protocol.


More News

Last Updated ( Wednesday, 02 February 2011 )