Is it possible to calculate the same code metrics as you get running "Analyze -> Calculate Code Metrics -> On Solution
" from MsBuild compilation?
Ideally we would like to get the results on an Excel file (like when you execute "Export to Excel
" from the "Code Metrics Result
" window) but we could work with other options.
I have been checking the "Code Metrics PowerTool for Visual Studio 2015" but it does not fulfill our requirements as it works on IL (not source code) and you need to indicate an exe and we have several ones.
We have Visual Studio available in the build machine so we can automate it if needed.