Hi,
Welcome to the community!
Please give us the following version information:
- 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
)
Also, please tell us:
- what are the commands you are running to do the analysis?
- are you running all commands from the same folder?
In addition, please see the following guides:
- Troubleshooting .NET performance problems
- How .NET projects are considered Prod or Test by the scanner
Ann