.Net Metrics stopped getting generated after upgrading SonarQube

Hi Team

We recently upgraded SonarQube community edition from v5.6 to v8.3. After the upgrade, the metrics are not coming for a .Net project which uses Sonar Scanner MSBuild (this also has been upgraded from v2.2 to v4.9).
Has anything been changed since SonarQube v5.6 or Sonar Scanner MSBuild v2.2?
Sonar Analysis was working fine for the stated project in the v5.6

Regards
Paras Sharma

hi @Paras_Sharma .

First :

  • what is the version of the C# plugin you are using? Make sure it’s the latest.
  • what is the version of MSBuild you are using?

Second:

  • please give us the verbose output of the build command msbuild /v:d
  • please give us the verbose output of END command (please run SonarScanner.MSBuild.exe begin /k:“MyProject” /d:sonar.verbose=true as the begin step, and please attach the output of END step)