1

I am using sonarqube commercial as my solution contains vb code too and im running analysis with sonar scanner for msbuild. I am using scanner as per given here . I can see the project on server url but result is zero for all parameters. I have downloaded sonar scanner for msbuild from first link given here I have removed project-properties file from solution folder since it was asking for the same.Its showing 'Calculating CPD for 0 Files','Zero file indexed' .What could be the error ? Where am i going wrong? I am running scanner in the root folder.1 2 3 4

Raq
  • 433
  • 1
  • 7
  • 20
  • Did you install the [SonarVB](https://docs.sonarqube.org/display/PLUG/SonarVB) plugin? This is a commercial product.... – Jeroen Heier Aug 28 '18 at 18:51
  • It looks like the scanner targets are being included in the build phase, but Roslyn analysis is not being executed. Are there any warnings in the build? Which version of MSBuild are you using? Also, check that Quality Profile used by the project contains active VB rules. – duncanp Sep 05 '18 at 05:42

0 Answers0