Must-share information (formatted with Markdown):
- SonarQube community edition 9.9.8
- how is SonarQube deployed: Helm
I have executed the sonar scan for dotnet project using below commands:-
E:\CIFS_WIN\company\tools\sonarScanner\sonar-scanner-net-framework\SonarScanner.MSBuild.exe begin /k:
"<project-key>"
/n:sonar.projectName=
"<project-name>"
/d:sonar.host.url=
"<sonarUrl>"
MSBuild.exe <path to project file or .sln file> /t:Rebuild
E:\CIFS_WIN\company\tools\sonarScanner\sonar-scanner-net-framework\SonarScanner.MSBuild.exe end
I will send the logs personally
This is happening only after 2 days of upgrade. before and just one after upgrade everything is working fine. This is observed for only dotnet projects using MSBUILD.EXE