-
Bug
-
Resolution: Unresolved
-
Major
-
None
Visual Studio 2019 generates code metrics result file as described here: https://docs.microsoft.com/en-us/visualstudio/code-quality/how-to-generate-code-metrics-data?view=vs-2019 .
Unfortunately this plugin shows empty results for xml file containing metrics results generated by the roslyn compilers, new way how to calculate code metrics in Visual Studio 2019!
If related to the issue I found, this is due to a minor name change in the results file generated by the roslyn analyzers. See the below pull request for a change in the XSL to support the variation.
https://github.com/jenkinsci/vs-code-metrics-plugin/pull/4