Trying to use Sonarqube for the first time. It says it can work online wihtout downloading the server. So I run the below command but got hundreds of errors about not recognizing the C# 6 syntax. What should I do?
SonarQube.Scanner.MSBuild.exe begin /k:"myprokject" /d:"sonar.host.url=https://sonarqube.com" /d:"sonar.login=xxxxxxxxxxx"
MsBuild.exe /t:Rebuild
SonarQube.Scanner.MSBuild.exe end /d:"sonar.login=xxxxxxxxxxxxxxx"