Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) - SonarQube 8.4.2, Scanner - sonar-scanner-4.4.0.2170
- what are you trying to achieve - trying to scan my .net core 2.2 project
- what have you tried so far to achieve this -
Installed SonarQube successfully and followed: https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild/ and trying to execute :
Now I am getting this error:
Please help!
Greetings and welcome to Community !
can you confirm the SonarScanner.MSBuild.exe is
- installed on the machine ?
- it is part of the Windows PATH ?
-Can you execute without arguments ? C:\Users\Shuchi\Desktop\Repos\AssetMgmtAdminAPI\PinO>SonarScanner.MSBuild.exe
I believe the error is not so much related to SonarSource related issue and I would first read this article in case it can help
Regards
Eric
I am using this tool for the first time, I just followed the steps on the site. It did not say anything to install SonarScanner.MSBuild.exe explicitly so I am assuming this is a part of what’s there on the website. If not, can you please help me with step by step installation on Windows?