Hi @Tim_Griffiths,
Thanks for letting us know. Normally for analyzing performance problems, the build binary log file can help us a lot to understand the problem but in this case, if the build times out I’m afraid it can get corrupted.
Could you please tell us:
- what is the version of the analyzer being used (or the SonarQube version)
- what version of MsBuild are you using?
- what is the version of the scanner?
- does your solution has any generated code? (e.g. entity framework migration files)
Also, could you please run the build with the following parameters and share the logs?
MsBuild.exe /t:Rebuild /p:reportanalyzer=true /v:d
or
dotnet build -p:reportanalyzer=true -v:diag
and share the logs with us?
We also have a guide about investigating the performance of our analysis.
Thanks,
Costin