C# analyse with exlusion does not speed up the process

Hey there.

In the context of C# analysis, sonar.exclusions don’t speed up the analysis. That’s because all the ‘real’ analysis is happening during the build, and exclusions just weed out the results later. We did some proofs-of-concept around addressing this, and they didn’t have a big impact of the analysis time.

There are two items on our roadmap around .NET analysis performance which are coming soon.

You can also check out this performance guide: