Important! Selecting a language below will dynamically change the complete page content to that language.
Command line utility to calculate code metrics for your .NET code
-
The Code Metrics PowerTool is a command line utility that calculates code metrics for your managed code and saves them to an XML file. This tool 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)
Supported Operating System
Windows 10, Windows 8.1, Windows Server 2012 R2
-
Supported architectures:
- 32-Bit (x86)
- 64-Bit (x64) (WOW)
Prerequisites:
- Visual Studio 2015 Professional or Visual Studio Enterprise 2015 or Visual Studio Community 2015
-
- Click the download button on this page to start the download
- Run the VS_CodeMetrics.exe installer
- Open the command line and navigate to ...\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\FxCop
- Run metrics.exe /? to view the documentation for the tool