I try to use this addin with DotNetCoreBuild(sln) instead of MsBuild(sln)
The build work as expected and the result is sent to Sonar. But in Sonar I only have partial metrics
I have:
the unit test results + coverage
all the code is browsable
the number of lines and the issues are available only for non C# code (html, css, etc)
Hi,
I try to use this addin with
DotNetCoreBuild(sln)
instead ofMsBuild(sln)
The build work as expected and the result is sent to Sonar. But in Sonar I only have partial metricsI have:
If I understand correctly, it is possible to do it with SonarScanner for MSBuild https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+MSBuild
But I am not sure if this scenario is covered by Cake.Sonar . If not, is it possible to add the support?
Thanks a lot!