Created
July 19, 2011 19:22
-
-
Save jennifersmith/1093471 to your computer and use it in GitHub Desktop.
Running the VS 'powertool' metrics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This presumes you have the batchfile in a folder alongside the assemblies you want to analyse and the dependencies in the 'dependencies' folder...