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


CodeRabbit Now Free In VSCode
14/05/2025

CodeRabbit, an AI-powered code review tool designed to automate the code review process is now integrated in VS Code, the first tool to deliver full-context reviews both in the IDE and in Git, he [ ... ]



.NET Aspire 9.3 Adds New Lifecycle Events
22/05/2025

.NET Aspire 9.3 has been released with improvements including the addition of GitHub Copilot to the .NET Aspire dashboard, along with a new context menu in the Resource Graph view; and new lifecy [ ... ]


More News

Last Updated ( Wednesday, 02 February 2011 )