Skip to content

Instantly share code, notes, and snippets.

@jennifersmith
Created July 19, 2011 19:22
Show Gist options
  • Save jennifersmith/1093471 to your computer and use it in GitHub Desktop.
Save jennifersmith/1093471 to your computer and use it in GitHub Desktop.
Running the VS 'powertool' metrics
"c:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\Metrics.exe" /f:*.dll /f:*.exe /o:metrics.xml /d:dependencies
@jennifersmith
Copy link
Author

This presumes you have the batchfile in a folder alongside the assemblies you want to analyse and the dependencies in the 'dependencies' folder...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment