- ALM used (GitHub, Azure DevOps)
- CI system used (Azure DevOps)
- Languages of the repository C#, CSS, XML
- Running parameters: sonar.exclusions=/packages/,/Test/,/Migrations/,/Scripts/,/SqlServerTypes/,/Datadog/,/ThirdPartyLibs/,/*.js,/.css,**/.resx,/*.html,/*.cshtml
We have an integration with SonarCloud & Azure Devops. Build times for a solution of aprox 200K lines of code is really slow with SonarQube.
We have the 4 steps for SonarQube as part of our pipeline: Prepare, VSBuild, Test Run, Analysis and Publish.
The SonarCloud Analysis takes 5 min which is ok. We are trying to figure out why VSBuild task with SonarCloud enabled takes 16 min, instead of 2 min without SonarCloud.