In the latest earlier versions of Visual Studio (i.e.: earlier than VS2017), Microsoft has released a separate performance metrics syntax that can be run through the command line and create XML containing specific code metrics (e.g., lines of code, and maintainability) for your code base . Details about this tool.
As far as I can tell, they have not released a version of this tool that works based on the installation of VS2017. While the VS2017 IDE contains a tool for generating and even exporting these metrics (under "Analysis →" Calculate Code Metrics "), I cannot figure out how to use it using the command line so that the process can be automated.
Is there any way to do this without third-party software?
Nickh source
share