Hello,
I created a new project with automatic analysis and i am getting this error without any other informations:
The last analysis has failed. If it keeps on failing after several attempts, please contact us on Community forum and provide the following failing analysis ID: b38e89f2-8c22-464e-82dd-2a1f89ed0d65.
Also, i verified background tasks and there are none.
Welcome to the community and thanks for this report!
It looks like you’re going to have to switch to CI-based analysis. Automatic analysis ran out of memory trying to analyze your project, and unfortunately, there’s no way for you to configure the memory allocation to the job. These resources should help:
Unfortunately, exclusions for .NET are only applied once the analysis report reaches the server. For all other scanners they’re applied in-situ so the files are never even looked at. We know it’s a problem. It’s in the list.
Unfortunately, yes. It’s a trait of the SonarQube Scanner for .NET, not of automatic analysis (or automatic analysis of .NET.) Which means your CI job will run a bit longer than it probably should and you may need to keep an eye on the memory allocation to it.