Hi,
Okay, then we’ll need some more information. Please give us the following:
- what is the version of SonarQube that you are using?
- what is the version of the Scanner for .NET (MSBuild) that you are using?
- what version of MSBuild are you using?
And we’ll need the logs:
- please give us the verbose output of the scanner commands (please run
SonarScanner.MSBuild.exe begin /k:“MyProject” /d:sonar.verbose=true
as the begin step, and please attach the output of theBEGIN
andEND
steps) - please give the output of running MSBuild in verbose mode (
/v:d
)
In addition, please see the following guides:
- Importing .NET Test Coverage into SonarCloud (The code samples apply to SonarQube too)
- Configuring the import of code coverage for .NET
- Troubleshooting .NET code coverage import
Ann