Sonar Cloud Analysis Runtime Performance

Hello @njanjic91 - welcome to the community.

FYI this guide to investigating .NET analysis performance might be of use.

Also, can you share the verbose logs for the SonarCloudAnalyze step please? I’ll send you direct message you can attach it to.

To do this in Azure DevOps, pass sonar.verbose=true to the extra properties of the “Prepare” step:

    - task: SonarCloudPrepare@1
        inputs:
          SonarCloud: 'sonarcloud'
          organization: 'foo'
          scannerMode: 'MSBuild'
          projectKey: 'foo_sonar-scanning-someconsoleapp'
          projectName: 'sonar-scanning-someconsoleapp'
          extraProperties: |
            sonar.verbose=true

Is the “building the unit test” code time included in the Build B2C solution code\... in the screenshot above?