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.