.net core analysis. There are not enough lines to compute coverage on PR with code doverage

#ALM Azure DevOps

#CI System : Azure Dev Ops

        steps:
          
            -   task: Cache@2
                displayName: Cache
                inputs:
                    key: 'nuget | "$(Agent.OS)" | **/packages.lock.json,!**/bin/**,!**/obj/**'
                    restoreKeys: |
                        nuget | "$(Agent.OS)"
                        nuget
                    path: '$(NUGET_PACKAGES)'
                    cacheHitVar: 'CACHE_RESTORED'

            -   task: DotNetCoreCLI@2
                inputs:
                    command: 'restore'
                    feedsToUse: 'select'
                displayName: 'Restore package'

            -   task: SonarCloudPrepare@3
                displayName: 'Prepare analysis configuration'
                inputs:
                    SonarCloud: 'SonarCloud'
                    organization: 'xxxxxx'
                    scannerMode: 'dotnet'
                    projectKey: 'xxxxxx'
                    projectName: 'xxxxxxx'
                    extraProperties: ''                       
            -   task: DotNetCoreCLI@2
                inputs:
                    command: 'build'
                    arguments: '--configuration $(buildConfiguration) --no-restore --no-incremental'
                displayName: 'Build de la solution en  $(buildConfiguration)'

            -   task: DotNetCoreCLI@2
                inputs:
                    command: 'test'
                    projects: '**/tests/**/*.csproj'
                    arguments: '--configuration $(buildConfiguration) --no-restore --no-build --logger trx --collect "Code coverage" --filter Category!=Integration'
                displayName: Exécution de tous les projets de test du répertoire tests

            -   task: PublishTestResults@2
                displayName: Publication des résultats des 'tests'
                inputs:
                    testResultsFormat: VSTest
                    testResultsFiles: '*.trx'
                    searchFolder: $(testResultFolder)
                    failTaskOnFailedTests: true

            -   task: PublishCodeCoverageResults@2
                displayName: Publication de la couverture de "Code coverage"
                inputs:
                    summaryFileLocation: $(testResultFolder)/**/*.coverage

            -   task: SonarCloudAnalyze@3
                displayName: 'Run SonarCloud analysis'

            -   task: SonarCloudPublish@3
                displayName: 'Publish results on build summary'

            -   task: DeleteFiles@1
                displayName: Suppression des fichiers de resultat des tests
                inputs:
                    SourceFolder: $(testResultFolder)
                    Contents: '*.*'

Language repository : .Net core

Issue :

since about two weeks, when publishing a PR, we always get

New Issues

0

Required: ≤ 0

Accepted Issues

0

Valid issues that were not fixed

Coverage

There are not enough lines to compute coverage

Duplications

0.0%

Required: ≤ 5.0%

on 533 New Lines

**0.5%**Estimated after merge

Security Hotspots

0

No conditions set

Here is te logs of CI for Sonar’s tasks :

SonarScanner for MSBuild 10.3
Using the .NET Framework version of the Scanner for MSBuild
Pre-processing started.
Preparing working directories...
11:17:09.3  Updating build integration targets...
11:17:09.81  Using SonarCloud.
11:17:09.965  The JRE provisioning is a time consuming operation.
JRE provisioned: OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip.
If you already have a compatible java version installed, please add either the parameter "/d:sonar.scanner.skipJreProvisioning=true" or "/d:sonar.scanner.javaExePath=<PATH>".
11:17:12.901  Fetching analysis configuration settings...
11:17:14.277  Provisioning analyzer assemblies for cs...
11:17:14.279  Installing required Roslyn analyzers...
11:17:14.279  Processing plugin: architecturecsharpfrontend version 2.17.0.8777
11:17:14.376  Processing plugin: securitycsharpfrontend version 11.17.0.43525
11:17:14.449  Processing plugin: csharpenterprise version 10.19.0.132793
11:17:15.339  Provisioning analyzer assemblies for vbnet...
11:17:15.339  Installing required Roslyn analyzers...
11:17:15.339  Processing plugin: securityvbnetfrontend version 11.17.0.43525
11:17:15.406  Processing plugin: vbnetenterprise version 10.19.0.132793
11:17:15.581  Downloading cache. Project key: stelog-chartres_WATT, branch: master.
11:17:15.798  Cache data is empty. A full analysis will be performed.
11:17:15.835  Pre-processing succeeded.

Sonar Analysis logs :

 ##[section]Starting: Run SonarCloud analysis
 ==============================================================================
 Task         : Run Code Analysis
 Description  : Run scanner and upload the results to SonarQube Cloud.
 Version      : 3.4.3
 Author       : sonarsource
 Help         : This task is not needed for Maven and Gradle projects since the scanner should be run as part of the build.
ocs.sonarcloud.io/advanced-setup/ci-based-analysis/sonarcloud-extension-for-azure-devops/)
 ==============================================================================
 [command]D:\a\_tasks\SonarCloudPrepare_14d9cde6-c1da-4d55-aa01-2965cd301255\3.4.3\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe end
 SonarScanner for MSBuild 10.3
 Using the .NET Framework version of the Scanner for MSBuild
 Post-processing started.
 11:26:49.955  The exclude flag has been set so the project will not be analyzed. Project file: D:\a\1\s\sources\xxxxxxxMessaging.Models\xxxxxxxMessaging.Models.csproj
 Calling the TFS Processor executable...
 Fetching code coverage report information from TFS...
 Attempting to locate a test results (.trx) file...
 Looking for TRX files in: D:\a\1\TestResults
 No test results files found
 Did not find any binary coverage files in the expected location.
 Falling back on locating coverage files in the agent temp directory.
 Searching for coverage files in D:\a\_temp
 All matching files: count=52
 	D:\a\_temp\23993438-402f-4f50-8387-9562b942360d\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_09.coverage
 	D:\a\_temp\362956b1-705e-400f-82b8-8cdf2411a7ac\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_42.coverage
 	D:\a\_temp\36a46907-1db3-4343-ac2b-176dedb5dd6a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_07.coverage
 	D:\a\_temp\3edd9629-c3c3-4c00-8e87-72588638e2af\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_04.coverage
 	D:\a\_temp\4091258d-5d13-4b03-b54e-0e8fb0a2e3cb\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_59.coverage
 	D:\a\_temp\46d4a537-4340-4706-9461-36e1b316daca\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_41.coverage
 	D:\a\_temp\48f84388-cc5a-495b-9cf2-16bd7d19d3e5\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_28.coverage
 	D:\a\_temp\4aaa6b9d-9f93-44b9-b476-cf9287782130\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_18.coverage
 	D:\a\_temp\52841bc3-6993-40e7-badc-ed4f5967141b\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_26.coverage
 	D:\a\_temp\6e4afd40-db07-4f50-8d11-881d775c5972\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_13.coverage
 	D:\a\_temp\76f70553-379e-43d2-a14f-9c93f95f2f69\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_04.coverage
 	D:\a\_temp\77b152db-3386-4934-9677-f7f6c357b2b9\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_48.coverage
 	D:\a\_temp\9777159a-663f-4a28-86f8-385b7c0ab64a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_50.coverage
 	D:\a\_temp\a0d22f77-350d-43b8-86ad-d981014fb32b\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_59.coverage
 	D:\a\_temp\a86a84ad-23d8-4dea-9bcd-5e314ba76cc6\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_37.coverage
 	D:\a\_temp\b1aac91e-84d7-40c3-9e3f-6d266c4a3882\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_31.coverage
 	D:\a\_temp\b37744af-ea39-46c0-ae18-cac37a606bc4\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_34.coverage
 	D:\a\_temp\b5ec44c0-7181-4797-8cc3-61573b9a8b15\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_59.coverage
 	D:\a\_temp\bd840c1d-5b26-4b69-8822-408041635ae5\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_54.coverage
 	D:\a\_temp\bfcb48dd-de89-4827-a991-5ca9a101dc6d\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_39.coverage
 	D:\a\_temp\c46838af-f48c-4721-98c7-ee6af61eba62\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_33.coverage
 	D:\a\_temp\d78d7ff1-f20d-407b-b112-db5f6cab557e\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_09.coverage
 	D:\a\_temp\f18d20fd-0a11-4e44-bd57-0b28241b22ae\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_34.coverage
 	D:\a\_temp\f443953e-a0ea-4cac-be08-e13f59ddc07d\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_13.coverage
 	D:\a\_temp\f7c1ba34-0329-4f68-8d25-88bec5c67c24\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_29.coverage
 	D:\a\_temp\ff5be3e8-65c1-4b57-b787-aa7afbacdd1a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_24.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_21_34\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_33.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_21_40\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_48.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_21_55\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_59.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_22_04\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_26.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_22_30\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_31.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_22_36\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_37.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_22_42\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_42.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_22_47\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_54.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_22_58\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_59.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_23_03\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_07.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_23_11\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_13.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_23_18\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_18.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_23_23\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_24.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_23_28\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_29.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_23_33\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_34.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_23_40\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_39.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_23_44\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_50.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_23_55\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_59.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_24_04\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_04.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_24_09\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_09.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_24_13\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_13.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_24_17\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_04.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_26_09\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_09.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_26_14\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_28.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_26_32\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_34.coverage
 	D:\a\_temp\VssAdministrator_runnervm1kvg7_2026-02-09_11_26_40\In\runnervm1kvg7\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_41.coverage
 Unique coverage files: count=26
 	D:\a\_temp\23993438-402f-4f50-8387-9562b942360d\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_09.coverage
 	D:\a\_temp\362956b1-705e-400f-82b8-8cdf2411a7ac\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_42.coverage
 	D:\a\_temp\36a46907-1db3-4343-ac2b-176dedb5dd6a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_07.coverage
 	D:\a\_temp\3edd9629-c3c3-4c00-8e87-72588638e2af\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_04.coverage
 	D:\a\_temp\4091258d-5d13-4b03-b54e-0e8fb0a2e3cb\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_59.coverage
 	D:\a\_temp\46d4a537-4340-4706-9461-36e1b316daca\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_41.coverage
 	D:\a\_temp\48f84388-cc5a-495b-9cf2-16bd7d19d3e5\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_28.coverage
 	D:\a\_temp\4aaa6b9d-9f93-44b9-b476-cf9287782130\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_18.coverage
 	D:\a\_temp\52841bc3-6993-40e7-badc-ed4f5967141b\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_26.coverage
 	D:\a\_temp\6e4afd40-db07-4f50-8d11-881d775c5972\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_13.coverage
 	D:\a\_temp\76f70553-379e-43d2-a14f-9c93f95f2f69\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_04.coverage
 	D:\a\_temp\77b152db-3386-4934-9677-f7f6c357b2b9\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_48.coverage
 	D:\a\_temp\9777159a-663f-4a28-86f8-385b7c0ab64a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_50.coverage
 	D:\a\_temp\a0d22f77-350d-43b8-86ad-d981014fb32b\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_59.coverage
 	D:\a\_temp\a86a84ad-23d8-4dea-9bcd-5e314ba76cc6\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_37.coverage
 	D:\a\_temp\b1aac91e-84d7-40c3-9e3f-6d266c4a3882\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_31.coverage
 	D:\a\_temp\b37744af-ea39-46c0-ae18-cac37a606bc4\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_34.coverage
 	D:\a\_temp\b5ec44c0-7181-4797-8cc3-61573b9a8b15\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_59.coverage
 	D:\a\_temp\bd840c1d-5b26-4b69-8822-408041635ae5\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_54.coverage
 	D:\a\_temp\bfcb48dd-de89-4827-a991-5ca9a101dc6d\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_39.coverage
 	D:\a\_temp\c46838af-f48c-4721-98c7-ee6af61eba62\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_33.coverage
 	D:\a\_temp\d78d7ff1-f20d-407b-b112-db5f6cab557e\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_09.coverage
 	D:\a\_temp\f18d20fd-0a11-4e44-bd57-0b28241b22ae\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_34.coverage
 	D:\a\_temp\f443953e-a0ea-4cac-be08-e13f59ddc07d\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_13.coverage
 	D:\a\_temp\f7c1ba34-0329-4f68-8d25-88bec5c67c24\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_29.coverage
 	D:\a\_temp\ff5be3e8-65c1-4b57-b787-aa7afbacdd1a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_24.coverage
 Converting coverage file 'D:\a\_temp\23993438-402f-4f50-8387-9562b942360d\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_09.coverage' to 'D:\a\_temp\23993438-402f-4f50-8387-9562b942360d\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_09.coveragexml'.
 Converting coverage file 'D:\a\_temp\362956b1-705e-400f-82b8-8cdf2411a7ac\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_42.coverage' to 'D:\a\_temp\362956b1-705e-400f-82b8-8cdf2411a7ac\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_42.coveragexml'.
 Converting coverage file 'D:\a\_temp\36a46907-1db3-4343-ac2b-176dedb5dd6a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_07.coverage' to 'D:\a\_temp\36a46907-1db3-4343-ac2b-176dedb5dd6a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_07.coveragexml'.
 Converting coverage file 'D:\a\_temp\3edd9629-c3c3-4c00-8e87-72588638e2af\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_04.coverage' to 'D:\a\_temp\3edd9629-c3c3-4c00-8e87-72588638e2af\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_04.coveragexml'.
 Converting coverage file 'D:\a\_temp\4091258d-5d13-4b03-b54e-0e8fb0a2e3cb\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_59.coverage' to 'D:\a\_temp\4091258d-5d13-4b03-b54e-0e8fb0a2e3cb\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_59.coveragexml'.
 Converting coverage file 'D:\a\_temp\46d4a537-4340-4706-9461-36e1b316daca\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_41.coverage' to 'D:\a\_temp\46d4a537-4340-4706-9461-36e1b316daca\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_41.coveragexml'.
 Converting coverage file 'D:\a\_temp\48f84388-cc5a-495b-9cf2-16bd7d19d3e5\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_28.coverage' to 'D:\a\_temp\48f84388-cc5a-495b-9cf2-16bd7d19d3e5\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_28.coveragexml'.
 Converting coverage file 'D:\a\_temp\4aaa6b9d-9f93-44b9-b476-cf9287782130\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_18.coverage' to 'D:\a\_temp\4aaa6b9d-9f93-44b9-b476-cf9287782130\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_18.coveragexml'.
 Converting coverage file 'D:\a\_temp\52841bc3-6993-40e7-badc-ed4f5967141b\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_26.coverage' to 'D:\a\_temp\52841bc3-6993-40e7-badc-ed4f5967141b\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_26.coveragexml'.
 Converting coverage file 'D:\a\_temp\6e4afd40-db07-4f50-8d11-881d775c5972\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_13.coverage' to 'D:\a\_temp\6e4afd40-db07-4f50-8d11-881d775c5972\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_13.coveragexml'.
 Converting coverage file 'D:\a\_temp\76f70553-379e-43d2-a14f-9c93f95f2f69\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_04.coverage' to 'D:\a\_temp\76f70553-379e-43d2-a14f-9c93f95f2f69\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_04.coveragexml'.
 Converting coverage file 'D:\a\_temp\77b152db-3386-4934-9677-f7f6c357b2b9\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_48.coverage' to 'D:\a\_temp\77b152db-3386-4934-9677-f7f6c357b2b9\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_48.coveragexml'.
 Converting coverage file 'D:\a\_temp\9777159a-663f-4a28-86f8-385b7c0ab64a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_50.coverage' to 'D:\a\_temp\9777159a-663f-4a28-86f8-385b7c0ab64a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_50.coveragexml'.
 Converting coverage file 'D:\a\_temp\a0d22f77-350d-43b8-86ad-d981014fb32b\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_59.coverage' to 'D:\a\_temp\a0d22f77-350d-43b8-86ad-d981014fb32b\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_59.coveragexml'.
 Converting coverage file 'D:\a\_temp\a86a84ad-23d8-4dea-9bcd-5e314ba76cc6\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_37.coverage' to 'D:\a\_temp\a86a84ad-23d8-4dea-9bcd-5e314ba76cc6\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_37.coveragexml'.
 Converting coverage file 'D:\a\_temp\b1aac91e-84d7-40c3-9e3f-6d266c4a3882\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_31.coverage' to 'D:\a\_temp\b1aac91e-84d7-40c3-9e3f-6d266c4a3882\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_31.coveragexml'.
 Converting coverage file 'D:\a\_temp\b37744af-ea39-46c0-ae18-cac37a606bc4\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_34.coverage' to 'D:\a\_temp\b37744af-ea39-46c0-ae18-cac37a606bc4\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_34.coveragexml'.
 Converting coverage file 'D:\a\_temp\b5ec44c0-7181-4797-8cc3-61573b9a8b15\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_59.coverage' to 'D:\a\_temp\b5ec44c0-7181-4797-8cc3-61573b9a8b15\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_59.coveragexml'.
 Converting coverage file 'D:\a\_temp\bd840c1d-5b26-4b69-8822-408041635ae5\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_54.coverage' to 'D:\a\_temp\bd840c1d-5b26-4b69-8822-408041635ae5\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_54.coveragexml'.
 Converting coverage file 'D:\a\_temp\bfcb48dd-de89-4827-a991-5ca9a101dc6d\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_39.coverage' to 'D:\a\_temp\bfcb48dd-de89-4827-a991-5ca9a101dc6d\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_39.coveragexml'.
 Converting coverage file 'D:\a\_temp\c46838af-f48c-4721-98c7-ee6af61eba62\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_33.coverage' to 'D:\a\_temp\c46838af-f48c-4721-98c7-ee6af61eba62\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_33.coveragexml'.
 Converting coverage file 'D:\a\_temp\d78d7ff1-f20d-407b-b112-db5f6cab557e\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_09.coverage' to 'D:\a\_temp\d78d7ff1-f20d-407b-b112-db5f6cab557e\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_09.coveragexml'.
 Converting coverage file 'D:\a\_temp\f18d20fd-0a11-4e44-bd57-0b28241b22ae\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_34.coverage' to 'D:\a\_temp\f18d20fd-0a11-4e44-bd57-0b28241b22ae\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_34.coveragexml'.
 Converting coverage file 'D:\a\_temp\f443953e-a0ea-4cac-be08-e13f59ddc07d\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_13.coverage' to 'D:\a\_temp\f443953e-a0ea-4cac-be08-e13f59ddc07d\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_13.coveragexml'.
 Converting coverage file 'D:\a\_temp\f7c1ba34-0329-4f68-8d25-88bec5c67c24\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_29.coverage' to 'D:\a\_temp\f7c1ba34-0329-4f68-8d25-88bec5c67c24\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_29.coveragexml'.
 Converting coverage file 'D:\a\_temp\ff5be3e8-65c1-4b57-b787-aa7afbacdd1a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_24.coverage' to 'D:\a\_temp\ff5be3e8-65c1-4b57-b787-aa7afbacdd1a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_24.coveragexml'.
 Coverage report conversion completed successfully.
 The TFS Processor has finished
 Calling the SonarScanner CLI...
 INFO: Scanner configuration file: D:\a\_tasks\SonarCloudPrepare_14d9cde6-c1da-4d55-aa01-2965cd301255\3.4.3\classic-sonar-scanner-msbuild\sonar-scanner-5.0.2.4997\bin\..\conf\sonar-scanner.properties
 INFO: Project root configuration file: D:\a\1\.sonarqube\out\sonar-project.properties
 INFO: SonarScanner 5.0.2.4997
 INFO: Java 21.0.9 Eclipse Adoptium (64-bit)
 INFO: Windows Server 2025 10.0 amd64
 INFO: SONAR_SCANNER_OPTS=-Djavax.net.ssl.trustStoreType=Windows-ROOT -D<sensitive data removed>
 INFO: User cache: C:\Users\VssAdministrator\.sonar\cache
 INFO: Analyzing on SonarCloud
 INFO: Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent)
 INFO: Load global settings
 INFO: Load global settings (done) | time=335ms
 INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
 INFO: Loading required plugins
 INFO: Load plugins index
 INFO: Load plugins index (done) | time=84ms
 INFO: Load/download plugins
 INFO: Load/download plugins (done) | time=1293ms
 INFO: Loaded core extensions: sca, architecture, a3s
 INFO: Process project properties
 INFO: Project key: stelog-chartres_xxxxxxx
 INFO: Base dir: D:\a\1\s
 INFO: Working dir: D:\a\1\.sonarqube\out\.sonar
 INFO: Found an active CI vendor: 'Azure DevOps'
 INFO: Load project branches
 INFO: Load project branches (done) | time=613ms
 INFO: Load project settings for component key: 'stelog-chartres_xxxxxxx'
 INFO: Load project settings for component key: 'stelog-chartres_xxxxxxx' (done) | time=380ms
 INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
 INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
 INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
 INFO: Check ALM binding of project 'stelog-chartres_xxxxxxx'
 INFO: Detected project binding: BOUND
 INFO: Check ALM binding of project 'stelog-chartres_xxxxxxx' (done) | time=115ms
 INFO: Load project pull requests
 INFO: Load project pull requests (done) | time=137ms
 INFO: Load branch configuration
 INFO: Load branch configuration (done) | time=314ms
 INFO: Load quality profiles
 INFO: Load quality profiles (done) | time=444ms
 INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
 INFO: Create analysis
 INFO: Create analysis (done) | time=187ms
 INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
 INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
 INFO: Load active rules
 INFO: Load active rules (done) | time=1686ms
 INFO: Organization key: stelog
 INFO: Pull request 1229 for merge into master from release/1.3.4
 INFO: Preprocessing files...
 INFO: 7 languages detected in 2883 preprocessed files (done) | time=5974ms
 INFO: 333 files ignored because of inclusion/exclusion patterns
 INFO: 627 files ignored because of scm ignore settings
 INFO: Loading plugins for detected languages
 INFO: Load/download plugins
 INFO: Load/download plugins (done) | time=2093ms
 INFO: Executing phase 2 project builders
 INFO: Executing phase 2 project builders (done) | time=267ms
 INFO: Load project repositories
 INFO: Load project repositories (done) | time=449ms
 INFO: SCM collecting changed files in the branch
 INFO: SCM collecting changed files in the branch (done) | time=335ms
 INFO: Indexing files...
 INFO: Project configuration:
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxxxxxxxx.Domain.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxxxxxxxx.Domain.Tests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.Scheduler'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler
 INFO:   Source paths: packages.lock.json, JoursFeries/calendrier.api.gouv.fr.openap...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxxxxxxxx.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxxxxxxxx.Tests
 INFO:   Test paths: packages.lock.json, xunit.runner.json, obj/project.assets.json,...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxReflexReceiver.Domain.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxReflexReceiver.Domain.Tests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.ReflexSettings'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxInfrastructure.ReflexSettings
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxArche.Domain'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxArche.Domain
 INFO:   Source paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.Orc...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxCore.Domain.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxCore.Domain.Tests
 INFO:   Test paths: packages.lock.json, xunit.runner.json, obj/project.assets.json,...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxReflexProxy.Client'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxReflexProxy.Client
 INFO:   Test paths: open-api.json, packages.lock.json, obj/project.assets.json, obj...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.ServiceMail.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxInfrastructure.ServiceMail.Tests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.xxxxxxx.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxInfrastructure.xxxxxxx.Tests
 INFO:   Test paths: packages.lock.json, xunit.runner.json, obj/project.assets.json,...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.Meca'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxInfrastructure.Meca
 INFO:   Test paths: packages.lock.json, ApiMeca/openapi.json, obj/project.assets.js...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.xxxxxxx'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxInfrastructure.xxxxxxx
 INFO:   Test paths: packages.lock.json, Api/WMS_TO_EL_Swagger_rev02.json, obj/proje...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxScheduler.Domain'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxScheduler.Domain
 INFO:   Source paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.Orc...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxShared.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxShared.Tests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxReflexAdapter'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxReflexAdapter
 INFO:   Test paths: appsettings.Development.json, appsettings.json, Dockerfile, pac...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.CoreTests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxInfrastructure.Core.Tests
 INFO:   Test paths: packages.lock.json, xunit.runner.json, obj/project.assets.json,...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxCore.Domain'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxCore.Domain
 INFO:   Source paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.Orc...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxCore.Domain/xxxxxxxvisionnement/Mouvementxxxxxxxxxxxxxx.cs at line 59 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 INFO: Indexing files of module 'xxxxxxxxxxxxxx'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxxxxxxxx
 INFO:   Test paths: appsettings.Development.json, appsettings.json, Dockerfile, EL_...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxFixtures'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxFixtures
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.ArcheTests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxInfrastructure.ArcheTests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.ReflexProxy'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxInfrastructure.ReflexProxy
 INFO:   Source paths: packages.lock.json, Api/openapi.json, obj/project.assets.json...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxxxxxxxx'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxxxxxxxx
 INFO:   Test paths: appsettings.Development.json, appsettings.json, appsettings.Tes...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxMeca'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxMeca
 INFO:   Test paths: appsettings.Development.json, appsettings.json, appsettings.Uni...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxReflexAdapter.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxReflexAdapter.Tests
 INFO:   Test paths: packages.lock.json, xunit.runner.json, obj/project.assets.json,...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 WARN: Invalid character encountered in file D:/a/1/s/tests/xxxxxxxReflexAdapter.Tests/ReflexReceiver/Features/Lancement/PickBatchServiceTests.cs at line 51 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Invalid character encountered in file D:/a/1/s/tests/xxxxxxxReflexAdapter.Tests/ReflexReceiver/MessageReflexTests.cs at line 263 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 INFO: Indexing files of module 'xxxxxxxScheduler.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxScheduler.Tests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.xxxxxxx'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxInfrastructure.xxxxxxx
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.Reflex.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxInfrastructure.Reflex.Tests
 INFO:   Test paths: packages.lock.json, xunit.runner.json, obj/project.assets.json,...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.ServiceMail'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxInfrastructure.ServiceMail
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.EventBus'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxInfrastructure.EventBus
 INFO:   Source paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.Orc...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.Core'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxInfrastructure.Core
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240807100625_AjoutTableAlgorithmeTriPrepdetail.Designer.cs at line 289 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240807100625_AjoutTableAlgorithmeTriPrepdetail.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240808085307_Ajout OrdrePreparation dans MouvementPreparationDetail.Designer.cs at line 289 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240808085307_Ajout%20OrdrePreparation%20dans%20MouvementPreparationDetail.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240813152930_Ajout Matrice Distance Prise xxxxxxx.Designer.cs at line 289 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240813152930_Ajout%20Matrice%20Distance%20Prise%20xxxxxxx.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240819140415_AjoutNombrePrelevementsDansMvtPrepDetail.Designer.cs at line 289 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240819140415_AjoutNombrePrelevementsDansMvtPrepDetail.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240821104302_AjoutPrioriteDansMvtxxxxxxx.Designer.cs at line 289 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240821104302_AjoutPrioriteDansMvtxxxxxxx.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240821160358_AjoutParametreHeureTrixxxxxxx.Designer.cs at line 294 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240821160358_AjoutParametreHeureTrixxxxxxx.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240822122100_AjoutDateHeureDepartMvtxxxxxxx.Designer.cs at line 294 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240822122100_AjoutDateHeureDepartMvtxxxxxxx.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240827093312_simplification raisonAnomalies.Designer.cs at line 278 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240827093312_simplification%20raisonAnomalies.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240827140811_RenameDateDebutToDateMiseADisposition.Designer.cs at line 294 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240827140811_RenameDateDebutToDateMiseADisposition.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240827151344_raisonAnomalies nullables.Designer.cs at line 278 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240827151344_raisonAnomalies%20nullables.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240828135024_AddCodeAtelierMouvementPalettrePreparationDetail.Designer.cs at line 278 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240828135024_AddCodeAtelierMouvementPalettrePreparationDetail.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240828141822_Ajout PositionPile dans Mouvementxxxxxxx.Designer.cs at line 278 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240828141822_Ajout%20PositionPile%20dans%20Mouvementxxxxxxx.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240828143958_PositionPile dans Mouvementxxxxxxx.Designer.cs at line 278 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240828143958_PositionPile%20dans%20Mouvementxxxxxxx.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240828144845_Type PositionPile dans Mouvementxxxxxxx.Designer.cs at line 278 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240828144845_Type%20PositionPile%20dans%20Mouvementxxxxxxx.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240828151225_Modification type Priorite mouvement preparation detail.Designer.cs at line 278 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240828151225_Modification%20type%20Priorite%20mouvement%20preparation%20detail.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240902163302_ModificationMvtxxxxxxxEntity.Designer.cs at line 278 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240902163302_ModificationMvtxxxxxxxEntity.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240903082133_AddAdresseSourceEtEtatMouvementTransfertAQuai.Designer.cs at line 287 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240903082133_AddAdresseSourceEtEtatMouvementTransfertAQuai.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240903084323_AjoutParametreEntreeGTM.Designer.cs at line 283 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240903084323_AjoutParametreEntreeGTM.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240903115938_SetAdresseSrouceNullAbleMouvementTransfertAQuai.Designer.cs at line 286 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240903115938_SetAdresseSrouceNullAbleMouvementTransfertAQuai.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240904090538_AjoutEtatConformiteMvtxxxxxxxEntity.Designer.cs at line 283 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240904090538_AjoutEtatConformiteMvtxxxxxxxEntity.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240904091309_Uniformisation Hauteur En Double.Designer.cs at line 280 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240904091309_Uniformisation%20Hauteur%20En%20Double.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 WARN: Invalid character encountered in file D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240906135525_HauteurDePrise mouvement xxxxxxx.Designer.cs at line 288 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
 WARN: Encoding detected by Roslyn and encoding used by SonarQube do not match for file file:///D:/a/1/s/sources/xxxxxxxInfrastructure.Core/Migrations/20240906135525_HauteurDePrise%20mouvement%20xxxxxxx.Designer.cs. SonarQube encoding is 'UTF-8', Roslyn encoding is 'windows-1252'. File will be skipped.
 INFO: Indexing files of module 'xxxxxxxMeca.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxMeca.Tests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxArche.Domain.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxArche.Domain.Tests
 INFO:   Test paths: obj/project.assets.json, obj/xxxxxxxArche.Domain...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.Meca.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxInfrastructure.Meca.Tests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.xxxxxxx.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxInfrastructure.xxxxxxx.Tests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxScheduler'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxScheduler
 INFO:   Test paths: appsettings.Development.json, appsettings.json, Dockerfile, pac...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxCore.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxCore.Tests
 INFO:   Test paths: packages.lock.json, xunit.runner.json, obj/project.assets.json,...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxShared'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxShared
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxxxxxxxx.Domain'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxxxxxxxx.Domain
 INFO:   Source paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.Orc...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxIntegration.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxIntegration.Tests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.ReflexReceiver.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxInfrastructure.ReflexReceiver.Tests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxCore'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxCore
 INFO:   Test paths: appsettings.Development.json, appsettings.json, appsettings.Tes...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxxxxxxxx.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxxxxxxxx.Tests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.Common'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxInfrastructure.Common
 INFO:   Source paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.Orc...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.Common.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxInfrastructure.Common.Tests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxArche.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxArche.Tests
 INFO:   Test paths: packages.lock.json, xunit.runner.json, obj/project.assets.json,...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.ReflexProxy.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxInfrastructure.ReflexProxy.Tests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxDomain.Common'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxDomain.Common
 INFO:   Source paths: Application/ApplicationTransaction.cs, Events/DomainEventHand...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxMeca.Domain'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxMeca.Domain
 INFO:   Source paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.Orc...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxReflexReceiver.Domain'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxReflexReceiver.Domain
 INFO:   Source paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.Orc...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxxxxxxxx.Domain.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxxxxxxxx.Domain.Tests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxReflexProxy.Client.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxReflexProxy.Client.Tests
 INFO:   Test paths: obj/project.assets.json, obj/xxxxxxxReflexProxy....
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxxxxxxxx.Domain'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxxxxxxxx.Domain
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.ReflexReceiver'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxInfrastructure.ReflexReceiver
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxDomain.Common.Tests'
 INFO:   Base dir: D:\a\1\s\tests\xxxxxxxDomain.Common.Tests
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxArche'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxArche
 INFO:   Test paths: appsettings.Development.json, appsettings.json, appsettings.Tes...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxUnitTests.Tools'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxUnitTests.Tools
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxxInfrastructure.Arche'
 INFO:   Base dir: D:\a\1\s\sources\xxxxxxxInfrastructure.Arche
 INFO:   Test paths: packages.lock.json, obj/project.assets.json, obj/xxxxxxx.xxxxxxxe...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: Indexing files of module 'xxxxxxx xxxxxxx'
 INFO:   Base dir: D:\a\1\s
 INFO:   Source paths: .vscode/settings.json, CI/build_publish_step_template.yaml, C...
 INFO:   Test paths: frontend/src/app/app.component.spec.ts, frontend/src/config/key...
 INFO:   Excluded sources: **/Migrations/**, frontend/**, Infrastructures/**, **/build-wrapper-dump.json
 INFO: 2542 files indexed (done) | time=4174ms
 INFO: Quality profile for cs: Sonar way
 INFO: Quality profile for docker: Sonar way
 INFO: Quality profile for json: Sonar way
 INFO: Quality profile for ts: Sonar way
 INFO: Quality profile for web: Sonar way
 INFO: Quality profile for xml: Sonar way
 INFO: Quality profile for yaml: Sonar way
 INFO: Sensor IaC JSON Sensor [iac] (done) | time=0ms
 INFO: ------------- Run sensors on module xxxxxxxxxxxxxx.Domain.Tests
 INFO: Reflections took 28 ms to scan 1 urls, producing 24 keys and 257 values
 INFO: Sensor C# Project Type Information [csharpenterprise]
 INFO: Sensor IaC JSON Sensor [iac] (done) | time=0ms
 INFO: ------------- Run sensors on module xxxxxxxArche.Domain.Tests
 INFO: Reflections took 17 ms to scan 1 urls, producing 24 keys and 257 values
 INFO: Sensor C# Project Type Information [csharpenterprise]
 INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=0ms
 INFO: Sensor C# Analysis Log [csharpenterprise]
 INFO: Roslyn version: 5.0.0.0
 INFO: Language version: CSharp12
 INFO: Concurrent execution: enabled
 INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=2ms
 INFO: Sensor C# Method Declarations [csharpenterprise]
 INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=3ms
 INFO: Sensor C# Telemetry [csharpenterprise]
 INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=0ms
 INFO: Sensor C# Telemetry Json [csharpenterprise]
 INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=0ms
 INFO: Sensor C# Properties [csharpenterprise]
 INFO: Sensor C# Properties [csharpenterprise] (done) | time=0ms
 INFO: Sensor IaC hadolint report Sensor [iac]
 INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=0ms
 INFO: Sensor Java Config Sensor [iac]
 INFO: There are no files to be analyzed for the Java language
 INFO: Sensor Java Config Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC Docker Sensor [iac]
 INFO: Sensor IaC Docker Sensor is restricted to changed files only
 INFO: There are no files to be analyzed for the Docker language
 INFO: Sensor IaC Docker Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC GitHub Actions Sensor [iac]
 INFO: There are no files to be analyzed for the GitHub Actions language
 INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC Shell Sensor [iac]
 INFO: There are no files to be analyzed for the Shell language
 INFO: Sensor IaC Shell Sensor [iac] (done) | time=0ms
 INFO: Sensor CSS Rules [javascript]
 INFO: Sensor CSS Rules is restricted to changed files only
 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
 INFO: Sensor CSS Rules [javascript] (done) | time=0ms
 INFO: ------------- Run sensors on module xxxxxxxInfrastructure.xxxxxxx
 INFO: Reflections took 16 ms to scan 1 urls, producing 24 keys and 257 values
 INFO: Sensor C# Project Type Information [csharpenterprise]
 INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=0ms
 INFO: Sensor C# Analysis Log [csharpenterprise]
 INFO: Roslyn version: 5.0.0.0
 INFO: Language version: CSharp12
 INFO: Concurrent execution: enabled
 INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=2ms
 INFO: Sensor C# Method Declarations [csharpenterprise]
 INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=1ms
 INFO: Sensor C# Telemetry [csharpenterprise]
 INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=0ms
 INFO: Sensor C# Telemetry Json [csharpenterprise]
 INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=0ms
 INFO: Sensor C# Properties [csharpenterprise]
 INFO: Sensor C# Properties [csharpenterprise] (done) | time=0ms
 INFO: Sensor IaC CloudFormation Sensor [iac]
 INFO: There are no files to be analyzed for the CloudFormation language
 INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC cfn-lint report Sensor [iac]
 INFO: Sensor IaC cfn-lint report Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC hadolint report Sensor [iac]
 INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC Azure Resource Manager Sensor [iac]
 INFO: Sensor IaC Azure Resource Manager Sensor is restricted to changed files only
 INFO: There are no files to be analyzed for the Azure Resource Manager language
 INFO: Sensor IaC Azure Resource Manager Sensor [iac] (done) | time=6ms
 INFO: Sensor Java Config Sensor [iac]
 INFO: There are no files to be analyzed for the Java language
 INFO: Sensor Java Config Sensor [iac] (done) | time=1ms
 INFO: Sensor IaC Docker Sensor [iac]
 INFO: Sensor IaC Docker Sensor is restricted to changed files only
 INFO: There are no files to be analyzed for the Docker language
 INFO: Sensor IaC Docker Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC GitHub Actions Sensor [iac]
 INFO: There are no files to be analyzed for the GitHub Actions language
 INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=1ms
 INFO: Sensor IaC Shell Sensor [iac]
 INFO: There are no files to be analyzed for the Shell language
 INFO: Sensor IaC Shell Sensor [iac] (done) | time=0ms
 INFO: Sensor CSS Rules [javascript]
 INFO: Sensor CSS Rules is restricted to changed files only
 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
 INFO: Sensor CSS Rules [javascript] (done) | time=0ms
 INFO: Sensor IaC JSON Sensor [iac]
 INFO: Sensor for language "JSON" is disabled by a feature flag. You can enable it by setting "sonar.featureflag.cloud-security-enable-generic-yaml-and-json-analyzer" to true.
 INFO: Sensor IaC JSON Sensor [iac] (done) | time=1ms
 INFO: ------------- Run sensors on module xxxxxxxCore
 INFO: Reflections took 15 ms to scan 1 urls, producing 24 keys and 257 values
 INFO: Sensor C# Project Type Information [csharpenterprise]
 INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=0ms
 INFO: Sensor C# Analysis Log [csharpenterprise]
 INFO: Roslyn version: 5.0.0.0
 INFO: Language version: CSharp12
 INFO: Concurrent execution: enabled
 INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=2ms
 INFO: Sensor C# Method Declarations [csharpenterprise]
 INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=4ms
 INFO: Sensor C# Telemetry [csharpenterprise]
 INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=2ms
 INFO: Sensor C# Telemetry Json [csharpenterprise]
 INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=0ms
 INFO: Sensor C# Properties [csharpenterprise]
 INFO: Sensor C# Properties [csharpenterprise] (done) | time=0ms
 INFO: Sensor IaC CloudFormation Sensor [iac]
 INFO: There are no files to be analyzed for the CloudFormation language
 INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC cfn-lint report Sensor [iac]
 INFO: Sensor IaC cfn-lint report Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC hadolint report Sensor [iac]
 INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC Azure Resource Manager Sensor [iac]
 INFO: Sensor IaC Azure Resource Manager Sensor is restricted to changed files only
 INFO: There are no files to be analyzed for the Azure Resource Manager language
 INFO: Sensor IaC Azure Resource Manager Sensor [iac] (done) | time=2ms
 INFO: Sensor Java Config Sensor [iac]
 INFO: There are no files to be analyzed for the Java language
 INFO: Sensor Java Config Sensor [iac] (done) | time=14ms
 INFO: Sensor IaC Docker Sensor [iac]
 INFO: Sensor IaC Docker Sensor is restricted to changed files only
 INFO: There are no files to be analyzed for the Docker language
 INFO: Sensor IaC Docker Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC GitHub Actions Sensor [iac]
 INFO: There are no files to be analyzed for the GitHub Actions language
 INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=2ms
 INFO: Sensor IaC Shell Sensor [iac]
 INFO: There are no files to be analyzed for the Shell language
 INFO: Sensor IaC Shell Sensor [iac] (done) | time=0ms
 INFO: Sensor CSS Rules [javascript]
 INFO: Sensor CSS Rules is restricted to changed files only
 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
 INFO: Sensor CSS Rules [javascript] (done) | time=0ms
 INFO: Sensor IaC JSON Sensor [iac]
 INFO: Sensor for language "JSON" is disabled by a feature flag. You can enable it by setting "sonar.featureflag.cloud-security-enable-generic-yaml-and-json-analyzer" to true.
 INFO: Sensor IaC JSON Sensor [iac] (done) | time=0ms
 INFO: ------------- Run sensors on module xxxxxxxArche
 INFO: Reflections took 13 ms to scan 1 urls, producing 24 keys and 257 values
 INFO: Sensor C# Project Type Information [csharpenterprise]
 INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=0ms
 INFO: Sensor C# Analysis Log [csharpenterprise]
 INFO: Roslyn version: 5.0.0.0
 INFO: Language version: CSharp12
 INFO: Concurrent execution: enabled
 INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=2ms
 INFO: Sensor C# Method Declarations [csharpenterprise]
 INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=3ms
 INFO: Sensor C# Telemetry [csharpenterprise]
 INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=0ms
 INFO: Sensor C# Telemetry Json [csharpenterprise]
 INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=1ms
 INFO: Sensor C# Properties [csharpenterprise]
 INFO: Sensor C# Properties [csharpenterprise] (done) | time=1ms
 INFO: Sensor IaC CloudFormation Sensor [iac]
 INFO: There are no files to be analyzed for the CloudFormation language
 INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC cfn-lint report Sensor [iac]
 INFO: Sensor IaC cfn-lint report Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC hadolint report Sensor [iac]
 INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC Azure Resource Manager Sensor [iac]
 INFO: Sensor IaC Azure Resource Manager Sensor is restricted to changed files only
 INFO: There are no files to be analyzed for the Azure Resource Manager language
 INFO: Sensor IaC Azure Resource Manager Sensor [iac] (done) | time=7ms
 INFO: Sensor Java Config Sensor [iac]
 INFO: There are no files to be analyzed for the Java language
 INFO: Sensor Java Config Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC Docker Sensor [iac]
 INFO: Sensor IaC Docker Sensor is restricted to changed files only
 INFO: There are no files to be analyzed for the Docker language
 INFO: Sensor IaC Docker Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC GitHub Actions Sensor [iac]
 INFO: There are no files to be analyzed for the GitHub Actions language
 INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC Shell Sensor [iac]
 INFO: There are no files to be analyzed for the Shell language
 INFO: Sensor IaC Shell Sensor [iac] (done) | time=0ms
 INFO: Sensor CSS Rules [javascript]
 INFO: Sensor CSS Rules is restricted to changed files only
 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
 INFO: Sensor CSS Rules [javascript] (done) | time=0ms
 INFO: Sensor IaC JSON Sensor [iac]
 INFO: Sensor for language "JSON" is disabled by a feature flag. You can enable it by setting "sonar.featureflag.cloud-security-enable-generic-yaml-and-json-analyzer" to true.
 INFO: Sensor IaC JSON Sensor [iac] (done) | time=1ms
 INFO: ------------- Run sensors on module xxxxxxxReflexReceiver.Domain.Tests
 INFO: Reflections took 32 ms to scan 1 urls, producing 24 keys and 257 values
 INFO: Sensor C# Project Type Information [csharpenterprise]
 INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=4ms
 INFO: Sensor C# Analysis Log [csharpenterprise]
 INFO: Roslyn version: 5.0.0.0
 INFO: Language version: CSharp12
 INFO: Concurrent execution: enabled
 INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=2ms
 INFO: Sensor C# Method Declarations [csharpenterprise]
 INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=2ms
 INFO: Sensor C# Telemetry [csharpenterprise]
 INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=0ms
 INFO: Sensor C# Telemetry Json [csharpenterprise]
 INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=2ms
 INFO: Sensor C# Properties [csharpenterprise]
 INFO: Sensor C# Properties [csharpenterprise] (done) | time=4ms
 INFO: Sensor IaC hadolint report Sensor [iac]
 INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=2ms
 INFO: Sensor Java Config Sensor [iac]
 INFO: There are no files to be analyzed for the Java language
 INFO: Sensor Java Config Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC Docker Sensor [iac]
 INFO: Sensor IaC Docker Sensor is restricted to changed files only
 INFO: There are no files to be analyzed for the Docker language
 INFO: Sensor IaC Docker Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC GitHub Actions Sensor [iac]
 INFO: There are no files to be analyzed for the GitHub Actions language
 INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC Shell Sensor [iac]
 INFO: There are no files to be analyzed for the Shell language
 INFO: Sensor IaC Shell Sensor [iac] (done) | time=0ms
 INFO: Sensor CSS Rules [javascript]
 INFO: Sensor CSS Rules is restricted to changed files only
 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
 INFO: Sensor CSS Rules [javascript] (done) | time=0ms
 INFO: ------------- Run sensors on module xxxxxxxFixtures
 INFO: Reflections took 18 ms to scan 1 urls, producing 24 keys and 257 values
 INFO: Sensor C# Project Type Information [csharpenterprise]
 INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=2ms
 INFO: Sensor C# Analysis Log [csharpenterprise]
 INFO: Roslyn version: 5.0.0.0
 INFO: Language version: CSharp12
 INFO: Concurrent execution: enabled
 INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=4ms
 INFO: Sensor C# Method Declarations [csharpenterprise]
 INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=4ms
 INFO: Sensor C# Telemetry [csharpenterprise]
 INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=0ms
 INFO: Sensor C# Telemetry Json [csharpenterprise]
 INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=2ms
 INFO: Sensor C# Properties [csharpenterprise]
 INFO: Sensor C# Properties [csharpenterprise] (done) | time=0ms
 INFO: Sensor IaC CloudFormation Sensor [iac]
 INFO: There are no files to be analyzed for the CloudFormation language
 INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC cfn-lint report Sensor [iac]
 INFO: Sensor IaC cfn-lint report Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC hadolint report Sensor [iac]
 INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC Azure Resource Manager Sensor [iac]
 INFO: Sensor IaC Azure Resource Manager Sensor is restricted to changed files only
 INFO: There are no files to be analyzed for the Azure Resource Manager language
 INFO: Sensor IaC Azure Resource Manager Sensor [iac] (done) | time=0ms
 INFO: Sensor Java Config Sensor [iac]
 INFO: There are no files to be analyzed for the Java language
 INFO: Sensor Java Config Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC Docker Sensor [iac]
 INFO: Sensor IaC Docker Sensor is restricted to changed files only
 INFO: There are no files to be analyzed for the Docker language
 INFO: Sensor IaC Docker Sensor [iac] (done) | time=2ms
 INFO: Sensor IaC GitHub Actions Sensor [iac]
 INFO: There are no files to be analyzed for the GitHub Actions language
 INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=0ms
 INFO: Sensor IaC Shell Sensor [iac]
 INFO: There are no files to be analyzed for the Shell language
 INFO: Sensor IaC Shell Sensor [iac] (done) | time=2ms
 INFO: Sensor CSS Rules [javascript]
 INFO: Sensor CSS Rules is restricted to changed files only
 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
 INFO: Sensor CSS Rules [javascript] (done) | time=0ms
 INFO: Sensor IaC JSON Sensor [iac]
 INFO: Sensor for language "JSON" is disabled by a feature flag. You can enable it by setting "sonar.featureflag.cloud-security-enable-generic-yaml-and-json-analyzer" to true.
 INFO: Sensor IaC JSON Sensor [iac] (done) | time=0ms
 INFO: Sensor C# Telemetry processor [csharpenterprise]
 INFO: Sensor C# Telemetry processor [csharpenterprise] (done) | time=6ms
 INFO: Sensor C# Telemetry Json processor [csharpenterprise]
 INFO: Sensor C# Telemetry Json processor [csharpenterprise] (done) | time=12ms
 INFO: Sensor C# [csharpenterprise]
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\29\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\41\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\51\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\35\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\36\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\23\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\24\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\34\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\4\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\40\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\52\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\44\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\56\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\42\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\43\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\15\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\47\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\5\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\9\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\30\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\57\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\21\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\27\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\26\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\53\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\19\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\33\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\48\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\49\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\39\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\7\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\14\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\8\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\22\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\32\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\25\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\3\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\46\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\50\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\0\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\6\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\10\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\16\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\17\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\2\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\28\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\54\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\13\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\20\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\45\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\31\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\37\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\18\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\38\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\12\output-cs'
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20251215101950_AjoutGestionDesJoursFeries.cs' referenced by the protobuf 'MetricsInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250818151720_AddNettoyerMouvementsxxxxxxxMerePickingJob.cs' referenced by the protobuf 'MetricsInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250814074016_AddJobSynchronisationEtatEmplacementsBufferCopacking.cs' referenced by the protobuf 'MetricsInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250707090310_ReactiveJobSynchroEncoursGtmAvecWms.cs' referenced by the protobuf 'MetricsInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250704100104_InitialCreate.cs' referenced by the protobuf 'MetricsInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20251215101950_AjoutGestionDesJoursFeries.cs' referenced by the protobuf 'TokenTypeInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250818151720_AddNettoyerMouvementsxxxxxxxMerePickingJob.cs' referenced by the protobuf 'TokenTypeInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250814074016_AddJobSynchronisationEtatEmplacementsBufferCopacking.cs' referenced by the protobuf 'TokenTypeInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250707090310_ReactiveJobSynchroEncoursGtmAvecWms.cs' referenced by the protobuf 'TokenTypeInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250704100104_InitialCreate.cs' referenced by the protobuf 'TokenTypeInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20251215101950_AjoutGestionDesJoursFeries.cs' referenced by the protobuf 'SymbolReferenceInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250818151720_AddNettoyerMouvementsxxxxxxxMerePickingJob.cs' referenced by the protobuf 'SymbolReferenceInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250814074016_AddJobSynchronisationEtatEmplacementsBufferCopacking.cs' referenced by the protobuf 'SymbolReferenceInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250707090310_ReactiveJobSynchroEncoursGtmAvecWms.cs' referenced by the protobuf 'SymbolReferenceInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250704100104_InitialCreate.cs' referenced by the protobuf 'SymbolReferenceInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20251215101950_AjoutGestionDesJoursFeries.cs' referenced by the protobuf 'CopyPasteTokenInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250818151720_AddNettoyerMouvementsxxxxxxxMerePickingJob.cs' referenced by the protobuf 'CopyPasteTokenInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250814074016_AddJobSynchronisationEtatEmplacementsBufferCopacking.cs' referenced by the protobuf 'CopyPasteTokenInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250707090310_ReactiveJobSynchroEncoursGtmAvecWms.cs' referenced by the protobuf 'CopyPasteTokenInfo' does not exist in the analysis context
 WARN: File 'D:\a\1\s\sources\xxxxxxxInfrastructure.Scheduler\Migrations\20250704100104_InitialCreate.cs' referenced by the protobuf 'CopyPasteTokenInfo' does not exist in the analysis context
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\11\output-cs'
 INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\55\output-cs'
 INFO: Importing 57 Roslyn reports
 INFO: Found 57 MSBuild C# projects: 11 MAIN projects. 46 TEST projects.
 INFO: Sensor C# [csharpenterprise] (done) | time=4765ms
 INFO: Sensor Analysis Warnings import [csharpenterprise]
 INFO: Sensor Analysis Warnings import [csharpenterprise] (done) | time=8ms
 INFO: Sensor C# File Caching Sensor [csharpenterprise]
 INFO: Sensor C# File Caching Sensor [csharpenterprise] (done) | time=0ms
 INFO: Sensor C# Tests Coverage Report Import [csharpenterprise]
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\23993438-402f-4f50-8387-9562b942360d\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_09.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\23993438-402f-4f50-8387-9562b942360d\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_09.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\362956b1-705e-400f-82b8-8cdf2411a7ac\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_42.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\362956b1-705e-400f-82b8-8cdf2411a7ac\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_42.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\36a46907-1db3-4343-ac2b-176dedb5dd6a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_07.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\36a46907-1db3-4343-ac2b-176dedb5dd6a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_07.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\3edd9629-c3c3-4c00-8e87-72588638e2af\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_04.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\3edd9629-c3c3-4c00-8e87-72588638e2af\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_04.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\4091258d-5d13-4b03-b54e-0e8fb0a2e3cb\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_59.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\4091258d-5d13-4b03-b54e-0e8fb0a2e3cb\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_59.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\46d4a537-4340-4706-9461-36e1b316daca\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_41.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\46d4a537-4340-4706-9461-36e1b316daca\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_41.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\48f84388-cc5a-495b-9cf2-16bd7d19d3e5\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_28.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\48f84388-cc5a-495b-9cf2-16bd7d19d3e5\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_28.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\4aaa6b9d-9f93-44b9-b476-cf9287782130\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_18.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\4aaa6b9d-9f93-44b9-b476-cf9287782130\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_18.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\52841bc3-6993-40e7-badc-ed4f5967141b\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_26.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\52841bc3-6993-40e7-badc-ed4f5967141b\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_26.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\6e4afd40-db07-4f50-8d11-881d775c5972\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_13.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\6e4afd40-db07-4f50-8d11-881d775c5972\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_13.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\76f70553-379e-43d2-a14f-9c93f95f2f69\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_04.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\76f70553-379e-43d2-a14f-9c93f95f2f69\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_04.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\77b152db-3386-4934-9677-f7f6c357b2b9\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_48.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\77b152db-3386-4934-9677-f7f6c357b2b9\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_48.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\9777159a-663f-4a28-86f8-385b7c0ab64a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_50.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\9777159a-663f-4a28-86f8-385b7c0ab64a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_50.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\a0d22f77-350d-43b8-86ad-d981014fb32b\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_59.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\a0d22f77-350d-43b8-86ad-d981014fb32b\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_59.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\a86a84ad-23d8-4dea-9bcd-5e314ba76cc6\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_37.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\a86a84ad-23d8-4dea-9bcd-5e314ba76cc6\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_37.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\b1aac91e-84d7-40c3-9e3f-6d266c4a3882\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_31.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\b1aac91e-84d7-40c3-9e3f-6d266c4a3882\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_31.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\b37744af-ea39-46c0-ae18-cac37a606bc4\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_34.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\b37744af-ea39-46c0-ae18-cac37a606bc4\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_34.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\b5ec44c0-7181-4797-8cc3-61573b9a8b15\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_59.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\b5ec44c0-7181-4797-8cc3-61573b9a8b15\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_59.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\bd840c1d-5b26-4b69-8822-408041635ae5\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_54.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\bd840c1d-5b26-4b69-8822-408041635ae5\VssAdministrator_runnervm1kvg7_2026-02-09.11_22_54.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\bfcb48dd-de89-4827-a991-5ca9a101dc6d\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_39.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\bfcb48dd-de89-4827-a991-5ca9a101dc6d\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_39.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\c46838af-f48c-4721-98c7-ee6af61eba62\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_33.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\c46838af-f48c-4721-98c7-ee6af61eba62\VssAdministrator_runnervm1kvg7_2026-02-09.11_21_33.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\d78d7ff1-f20d-407b-b112-db5f6cab557e\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_09.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\d78d7ff1-f20d-407b-b112-db5f6cab557e\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_09.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\f18d20fd-0a11-4e44-bd57-0b28241b22ae\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_34.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\f18d20fd-0a11-4e44-bd57-0b28241b22ae\VssAdministrator_runnervm1kvg7_2026-02-09.11_26_34.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\f443953e-a0ea-4cac-be08-e13f59ddc07d\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_13.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\f443953e-a0ea-4cac-be08-e13f59ddc07d\VssAdministrator_runnervm1kvg7_2026-02-09.11_24_13.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\f7c1ba34-0329-4f68-8d25-88bec5c67c24\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_29.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\f7c1ba34-0329-4f68-8d25-88bec5c67c24\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_29.coveragexml
 INFO: Parsing the Visual Studio coverage XML report D:\a\_temp\ff5be3e8-65c1-4b57-b787-aa7afbacdd1a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_24.coveragexml
 INFO: Adding this code coverage report to the cache for later reuse: D:\a\_temp\ff5be3e8-65c1-4b57-b787-aa7afbacdd1a\VssAdministrator_runnervm1kvg7_2026-02-09.11_23_24.coveragexml
 INFO: Coverage Report Statistics: 2263 files, 316 main files, 316 main files with coverage, 1947 test files, 0 project excluded files, 0 other language files.
 INFO: Sensor C# Tests Coverage Report Import [csharpenterprise] (done) | time=10183ms
 INFO: Sensor JsSecuritySensorV2 [jasmin]
 INFO: No relevant JS/TS files found. Skipping taint analysis.
 INFO: Sensor JsSecuritySensorV2 [jasmin] (done) | time=227ms
 INFO: Sensor TsArchitectureSensor [architecture]
 INFO: Architecture analysis is enabled with the following features: legacy
 INFO: * Protobuf reading starting | memory total=304 | free=140 | used=163 (MB)
 INFO: * Reading SonarArchitecture UDG data from directory "D:\a\1\.sonarqube\out\.sonar\architecture\ts"
 INFO: * Files successfully loaded: "49" out of "49"
 INFO: * Purging externals (components not scanned) from graphs
 INFO: * Purging excluded nodes from graphs
 INFO: * Protobuf reading complete | memory total=304 | free=125 | used=178 (MB)
 INFO: * Build architecture.graph.ts.file_graph.default_perspective hierarchy graph complete (filtered=false) | memory total=304 | free=122 | used=181 (MB)
 INFO: Sensor TsArchitectureSensor [architecture] (done) | time=1084ms
 INFO: Sensor CSharpArchitectureSensor [architecture]
 INFO: Architecture analysis is enabled with the following features: legacy
 INFO: * Protobuf reading starting | memory total=304 | free=120 | used=183 (MB)
 INFO: * Reading SonarArchitecture UDG data from directory "D:\a\1\.sonarqube\out\architecture\cs"
 INFO: * Files successfully loaded: "57" out of "57"
 INFO: * Purging externals (components not scanned) from graphs
 INFO: * Purging excluded nodes from graphs
 INFO: * Protobuf reading complete | memory total=419 | free=107 | used=311 (MB)
 INFO: * Build architecture.graph.cs.namespace_graph.default_perspective hierarchy graph complete (filtered=false) | memory total=859 | free=561 | used=298 (MB)
 INFO: Sensor CSharpArchitectureSensor [architecture] (done) | time=3313ms
 INFO: Sensor Zero Coverage Sensor
 INFO: Sensor Zero Coverage Sensor (done) | time=17ms
 INFO: ------------- Gather SCA dependencies on project
 INFO: Checking if SCA is enabled for organization stelog
 INFO: Dependency analysis skipped
 INFO: CPD Executor 207 files had no CPD blocks
 INFO: CPD Executor Calculating CPD for 216 files
 INFO: CPD Executor CPD calculation finished (done) | time=204ms
 INFO: SCM Publisher SCM provider for this project is: git
 INFO: SCM Publisher 18 source files to be analyzed
 INFO: SCM Publisher 18/18 source files have been analyzed (done) | time=1976ms
 INFO: SCM writing changed lines
 INFO: SCM writing changed lines (done) | time=459ms
 INFO: Analysis report generated in 5396ms, dir size=1 MB
 INFO: Analysis report compressed in 1140ms, zip size=951 KB
 INFO: Analysis report uploaded in 428ms
 INFO: ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=stelog-chartres_xxxxxxx&pullRequest=1229
 INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
 INFO: More about the report processing at https://sonarcloud.io/api/ce/task?id=AZxCKWGlMinl93RXgF01
 INFO: ------------- Upload SCA dependency files
 INFO: Analysis total time: 1:34.781 s
 INFO: ------------------------------------------------------------------------
 INFO: EXECUTION SUCCESS
 INFO: ------------------------------------------------------------------------
 INFO: Total time: 1:50.999s
 INFO: Final Memory: 102M/344M
 INFO: ------------------------------------------------------------------------
 The SonarScanner CLI has finished
 11:28:55.551  Post-processing succeeded.
 
 ##[section]Finishing: Run SonarCloud analysis

Hi,

Welcome to the community!

It’s worth pointing out that this is lines, not lines of code.

Unfortunately, we don’t actually create a New Lines of Code measure. But if you look in the Code tab at what shows up there. are the new lines code or something else (comments, whitespace, etc.)?

 
Ann

Hello,

thank you for your help.

In fact, there are 533 lines of new code :slight_smile:

Hi,

Thanks for the screenshot. It’s helpful (low contrast in dark mode notwithstanding. :sweat_smile: )

Okay, you don’t actually get to count completely blank lines, but I won’t quibble (further!) on that point. :smiley:

And what I see in your screenshot is imports (under the pink block?) and declarations. Sorry, but I have to ask: are there lines of executable code among the 533?

 
Ann

Hello,

Yes this is executable code but i just cannot share it in public.
We paye for a Team subscription but i don’t know how to reach support.

Is it possible to have this type of assistance please ?

Regards,

Ludo

Hi Ludo,

Support isn’t automatically included, although you an add it on if you like. For that, you should reach out to contact@sonarsource.com.

Does this only happen when for PR analysis, or also for branch analysis? I’m wondering if everything isn’t being seen as tests (which aren’t counted as “lines of code.”) To figure that out, we’ll need verbose logs starting from the begin step.

Share the Scanner for .NET verbose logs

Add /d:"sonar.verbose=true" to the Scanner BEGIN step. Examples:

dotnet sonarscanner begin /k:"MyProject" /d:"sonar.verbose=true"
SonarScanner.MSBuild.exe begin /k:"MyProject" /d:"sonar.verbose=true"
- task: SonarCloudPrepare@3 # or SonarQubePrepare@3
    inputs:
      SonarCloud: 'sonarcloud'
      organization: 'foo'
      scannerMode: 'dotnet'
      projectKey: 'foo_sonar-scanning-someconsoleapp'
      projectName: 'sonar-scanning-someconsoleapp'
      extraProperties: |
        sonar.verbose=true

Please note that most of the relevant logging will happen during the END step, i.e. in SonarCloudAnalyze, SonarQubeAnalyze or Run Code Analysis.

Share the msbuild detailed logs

MsBuild.exe /t:Rebuild /v:d

or

dotnet build -v:d

Share the binlog

When investigating a performance issue, it is helpful to also have access to the binlog:

MsBuild.exe /p:reportanalyzer=true /bl:build.binlog

or

dotnet build /p:reportanalyzer=true /bl:build.binlog

The parameters for detailed logs and binlogs can be combined.

 
Ann

Hello,

Thank you for you help. I will provide detailed log as soon as possible.

Problem happens only on PR analysis when target branch is a release one (i.e release/*) or master branch. Analysis is woking fine when PR targets develop branch.

See you soon.

Ludo

1 Like