C# entire baseline is not being analyized

Version 8.0, scanner 4.3.0.2102, msbuild 15

Was able to get a successful scan, however of the 60k C# lines of code sonarqube only found 20k

my steps:

SonarScanner.MSBuild.exe begin /k:“my proj” /d:sonar.host.url=“myproj.com” /d:sonar.login=“hex key”

MSBuild.exe /t:Rebuild

SonarScanner.MSBuild.exe end /d:sonar.login=“hex key”

finishes without errors

hi @gtr, welcome to our community

Could you give us the verbose output of the BEGIN and END commands (please run SonarScanner.MSBuild.exe begin /k:"MyProject" /d:sonar.verbose=true as the begin step)?

Thanks