Code Coverage for TypeScript doesn't match my local ng test --code-coverage result

I am using Azure DevOps quality gate to validate my new code has 80% code coverage. My local ng test --code-coverage shows that the new code is covered, but when I run it through SonarCloud it doesn’t seem to line up the same. The red lines also show up on odd lines like a closing bracket or empty line, which leads me to believe something is configured wrong. Other devs on the project have been checking in without this issue.

Hi,

Welcome to the community!

When you submit a coverage report with analysis, we go by that report, line by line.

Would you mind sharing a screenshot?

 
Thx,
Ann

And here is my local ng test –code-coverage result.

Thank you for the help!

Hi,

Thanks for the screenshots. It’s very helpful to have both sides, and doesn’t at all reflect what I expected to see. I’m going to flag this for the language experts, but for completeness can you provide your analysis log?

The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.

This guide will help you find them.

 
Ann

2024-01-18T00:12:31.5594054Z ##[section]Starting: SonarCloud Analyze
2024-01-18T00:12:31.5982494Z ==============================================================================
2024-01-18T00:12:31.5983744Z Task         : Run Code Analysis
2024-01-18T00:12:31.5984458Z Description  : Run scanner and upload the results to the SonarCloud server.
2024-01-18T00:12:31.5985101Z Version      : 1.43.2
2024-01-18T00:12:31.5985376Z Author       : sonarsource
2024-01-18T00:12:31.5986248Z Help         : Version: 1.43.2. This task is not needed for Maven and Gradle projects since the scanner should be run as part of the build.

[More Information](https://docs.sonarcloud.io/advanced-setup/ci-based-analysis/sonarcloud-extension-for-azure-devops/)
2024-01-18T00:12:31.5987449Z ==============================================================================
2024-01-18T00:12:33.2486386Z [command]D:\BuildAgent5\_work\_tasks\SonarCloudPrepare_14d9cde6-c1da-4d55-aa01-2965cd301255\1.40.2\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe end
2024-01-18T00:12:33.3733070Z SonarScanner for MSBuild 5.14
2024-01-18T00:12:33.3735272Z Using the .NET Framework version of the Scanner for MSBuild
2024-01-18T00:12:33.5285401Z Post-processing started.
2024-01-18T00:12:34.2853946Z Calling the TFS Processor executable...
2024-01-18T00:12:34.5322356Z Attempting to locate the CodeCoverage.exe tool...
2024-01-18T00:12:34.5358925Z Attempting to locate the CodeCoverage.exe tool using setup configuration...
2024-01-18T00:12:34.7011971Z Code coverage command line tool: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Team Tools\Dynamic Code Coverage Tools\CodeCoverage.exe
2024-01-18T00:12:34.7893482Z Fetching code coverage report information from TFS...
2024-01-18T00:12:34.7914977Z Attempting to locate a test results (.trx) file...
2024-01-18T00:12:35.6730551Z Looking for TRX files in: D:\BuildAgent5\_work\70\TestResults
2024-01-18T00:12:35.6740812Z No test results files found
2024-01-18T00:12:36.5593727Z Did not find any binary coverage files in the expected location.
2024-01-18T00:12:36.5610694Z Falling back on locating coverage files in the agent temp directory.
2024-01-18T00:12:36.5613714Z Searching for coverage files in D:\BuildAgent5\_work\_temp
2024-01-18T00:12:36.5652873Z All matching files: count=4
2024-01-18T00:12:36.5654400Z 	D:\BuildAgent5\_work\_temp\4545b9de-a1a1-49c8-9a88-c25249e7fb83\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_09.coverage
2024-01-18T00:12:36.5659555Z 	D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_09_48\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_09_47.coverage
2024-01-18T00:12:36.5663889Z 	D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_10_08\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_04.coverage
2024-01-18T00:12:36.5667674Z 	D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_10_35\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_09.coverage
2024-01-18T00:12:36.6150535Z Unique coverage files: count=4
2024-01-18T00:12:36.6152123Z 	D:\BuildAgent5\_work\_temp\4545b9de-a1a1-49c8-9a88-c25249e7fb83\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_09.coverage
2024-01-18T00:12:36.6153521Z 	D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_09_48\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_09_47.coverage
2024-01-18T00:12:36.6155106Z 	D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_10_08\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_04.coverage
2024-01-18T00:12:36.6156656Z 	D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_10_35\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_09.coverage
2024-01-18T00:12:37.6727734Z Executing file C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Team Tools\Dynamic Code Coverage Tools\CodeCoverage.exe
2024-01-18T00:12:37.6730609Z   Args: analyze /output:D:\BuildAgent5\_work\_temp\4545b9de-a1a1-49c8-9a88-c25249e7fb83\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_09.coveragexml D:\BuildAgent5\_work\_temp\4545b9de-a1a1-49c8-9a88-c25249e7fb83\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_09.coverage 
2024-01-18T00:12:37.6735308Z   Working directory: D:\BuildAgent5\_work\_temp\4545b9de-a1a1-49c8-9a88-c25249e7fb83
2024-01-18T00:12:37.6736824Z   Timeout (ms):60000
2024-01-18T00:12:37.6737569Z   Process id: 9360
2024-01-18T00:12:37.6738473Z Process returned exit code 0
2024-01-18T00:12:37.6739760Z Executing file C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Team Tools\Dynamic Code Coverage Tools\CodeCoverage.exe
2024-01-18T00:12:37.6742437Z   Args: analyze /output:D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_09_48\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_09_47.coveragexml D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_09_48\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_09_47.coverage 
2024-01-18T00:12:37.6743924Z   Working directory: D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_09_48\In\TPAPPDEV179
2024-01-18T00:12:37.6744528Z   Timeout (ms):60000
2024-01-18T00:12:37.6744897Z   Process id: 10220
2024-01-18T00:12:37.6745270Z Process returned exit code 0
2024-01-18T00:12:37.6745931Z Executing file C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Team Tools\Dynamic Code Coverage Tools\CodeCoverage.exe
2024-01-18T00:12:37.6748009Z   Args: analyze /output:D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_10_08\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_04.coveragexml D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_10_08\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_04.coverage 
2024-01-18T00:12:37.6751061Z   Working directory: D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_10_08\In\TPAPPDEV179
2024-01-18T00:12:37.6751742Z   Timeout (ms):60000
2024-01-18T00:12:37.6752091Z   Process id: 3516
2024-01-18T00:12:37.6752460Z Process returned exit code 0
2024-01-18T00:12:37.6753136Z Executing file C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Team Tools\Dynamic Code Coverage Tools\CodeCoverage.exe
2024-01-18T00:12:37.6754598Z   Args: analyze /output:D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_10_35\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_09.coveragexml D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_10_35\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_09.coverage 
2024-01-18T00:12:37.6756134Z   Working directory: D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_10_35\In\TPAPPDEV179
2024-01-18T00:12:37.6756744Z   Timeout (ms):60000
2024-01-18T00:12:37.6757104Z   Process id: 8448
2024-01-18T00:12:37.6757458Z Process returned exit code 0
2024-01-18T00:12:37.6757918Z Coverage report conversion completed successfully.
2024-01-18T00:12:37.6758378Z The TFS Processor has finished
2024-01-18T00:12:37.6758805Z Calling the SonarScanner CLI...
2024-01-18T00:12:38.7044622Z INFO: Scanner configuration file: D:\BuildAgent5\_work\_tasks\SonarCloudPrepare_14d9cde6-c1da-4d55-aa01-2965cd301255\1.40.2\classic-sonar-scanner-msbuild\sonar-scanner-4.8.1.3023\bin\..\conf\sonar-scanner.properties
2024-01-18T00:12:38.7124037Z INFO: Project root configuration file: D:\BuildAgent5\_work\70\.sonarqube\out\sonar-project.properties
2024-01-18T00:12:38.8962457Z INFO: SonarScanner 4.8.1.3023
2024-01-18T00:12:38.8966021Z INFO: Java 18.0.2 Oracle Corporation (64-bit)
2024-01-18T00:12:38.8966931Z INFO: Windows Server 2019 10.0 amd64
2024-01-18T00:12:39.7511443Z INFO: User cache: C:\Users\AZAgentAppSvc\.sonar\cache
2024-01-18T00:12:40.7647310Z INFO: Analyzing on SonarCloud
2024-01-18T00:12:40.7651551Z INFO: Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent)
2024-01-18T00:12:41.7560718Z INFO: Load global settings
2024-01-18T00:12:42.3813597Z INFO: Load global settings (done) | time=644ms
2024-01-18T00:12:42.3912627Z INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
2024-01-18T00:12:42.4075337Z INFO: User cache: C:\Users\AZAgentAppSvc\.sonar\cache
2024-01-18T00:12:42.4253817Z INFO: Loading required plugins
2024-01-18T00:12:42.4256791Z INFO: Load plugins index
2024-01-18T00:12:42.7344208Z INFO: Load plugins index (done) | time=319ms
2024-01-18T00:12:42.7347355Z INFO: Load/download plugins
2024-01-18T00:12:43.1106126Z INFO: Load/download plugins (done) | time=377ms
2024-01-18T00:12:44.3799866Z INFO: Found an active CI vendor: 'Azure DevOps'
2024-01-18T00:12:44.4064126Z INFO: Load project settings for component key: 'portofseattle_AQDB'
2024-01-18T00:12:44.6431830Z INFO: Load project settings for component key: 'portofseattle_AQDB' (done) | time=236ms
2024-01-18T00:12:44.6624283Z INFO: Process project properties
2024-01-18T00:12:44.8214211Z INFO: Project key: portofseattle_AQDB
2024-01-18T00:12:44.8216297Z INFO: Base dir: D:\BuildAgent5\_work\70\s
2024-01-18T00:12:44.8217684Z INFO: Working dir: D:\BuildAgent5\_work\70\.sonarqube\out\.sonar
2024-01-18T00:12:45.1684524Z INFO: Load project branches
2024-01-18T00:12:45.4078147Z INFO: Load project branches (done) | time=239ms
2024-01-18T00:12:45.4130024Z INFO: Check ALM binding of project 'portofseattle_AQDB'
2024-01-18T00:12:45.6246989Z INFO: Detected project binding: BOUND
2024-01-18T00:12:45.6248300Z INFO: Check ALM binding of project 'portofseattle_AQDB' (done) | time=212ms
2024-01-18T00:12:45.6297402Z INFO: Load project pull requests
2024-01-18T00:12:45.8737966Z INFO: Load project pull requests (done) | time=245ms
2024-01-18T00:12:45.8816456Z INFO: Load branch configuration
2024-01-18T00:12:46.2508518Z INFO: Load branch configuration (done) | time=369ms
2024-01-18T00:12:46.2685804Z INFO: Load quality profiles
2024-01-18T00:12:46.5780512Z INFO: Load quality profiles (done) | time=309ms
2024-01-18T00:12:46.5984691Z INFO: Load active rules
2024-01-18T00:12:58.1612809Z INFO: Load active rules (done) | time=11240ms
2024-01-18T00:12:58.1613486Z INFO: Organization key: portofseattle
2024-01-18T00:12:58.1614309Z INFO: Pull request 3211 for merge into Main from 86788-SortMonthYearAgain
2024-01-18T00:12:58.1964902Z INFO: Preprocessing files...
2024-01-18T00:13:00.3681862Z INFO: 7 languages detected in 181 preprocessed files
2024-01-18T00:13:00.3683177Z INFO: 977 files ignored because of inclusion/exclusion patterns
2024-01-18T00:13:00.3684096Z INFO: 26 files ignored because of scm ignore settings
2024-01-18T00:13:00.9449542Z INFO: Loading plugins for detected languages
2024-01-18T00:13:00.9454987Z INFO: Load/download plugins
2024-01-18T00:13:01.2538567Z INFO: Load/download plugins (done) | time=306ms
2024-01-18T00:13:01.4525569Z INFO: Executing phase 2 project builders
2024-01-18T00:13:01.5639049Z INFO: Executing phase 2 project builders (done) | time=112ms
2024-01-18T00:13:01.5828073Z INFO: Load project repositories
2024-01-18T00:13:01.8332983Z INFO: Load project repositories (done) | time=251ms
2024-01-18T00:13:01.8382311Z INFO: SCM collecting changed files in the branch
2024-01-18T00:13:01.9915043Z INFO: SCM collecting changed files in the branch (done) | time=152ms
2024-01-18T00:13:02.0232015Z INFO: Indexing files...
2024-01-18T00:13:02.0241250Z INFO: Project configuration:
2024-01-18T00:13:02.0267463Z INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.spec.ts, **/karma.conf.js, **/*.sql, **/*.scss, **/*.json, **/web-api-client.ts, **/Migrations/*.*
2024-01-18T00:13:02.0269835Z INFO:   Excluded tests: **/web-api-client.ts, src/WebUI/ClientApp/src/app/web-api-client.ts
2024-01-18T00:13:02.0279532Z INFO:   Excluded sources for coverage: **/app.component.ts, **/app.module.ts, **/authorize.guard.ts, **/user.service.ts, **/*.spec.ts, **/*.sql, **/Migrations/*.*, **/ApplicationDbContext.cs, **/Controllers/*Controller.cs, **/karma.conf.js, src/WebUI/ClientApp/src/app/web-api-client.ts, **/web-api-client.ts
2024-01-18T00:13:02.0282176Z INFO: Indexing files of module 'Infrastructure'
2024-01-18T00:13:02.0283341Z INFO:   Base dir: D:\BuildAgent5\_work\70\s\src\Infrastructure
2024-01-18T00:13:02.0284790Z INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.spec.ts, **/karma.conf.js, **/*.sql, **/*.scss, **/*.json, **/web-api-client.ts, **/Migrations/*.*
2024-01-18T00:13:02.0287945Z INFO:   Excluded tests: **/web-api-client.ts, src/WebUI/ClientApp/src/app/web-api-client.ts
2024-01-18T00:13:02.0289623Z INFO:   Excluded sources for coverage: **/app.component.ts, **/app.module.ts, **/authorize.guard.ts, **/user.service.ts, **/*.spec.ts, **/*.sql, **/Migrations/*.*, **/ApplicationDbContext.cs, **/Controllers/*Controller.cs, **/karma.conf.js, src/WebUI/ClientApp/src/app/web-api-client.ts, **/web-api-client.ts
2024-01-18T00:13:02.0318443Z INFO: Indexing files of module 'WebUI'
2024-01-18T00:13:02.0327331Z INFO:   Base dir: D:\BuildAgent5\_work\70\s\src\WebUI
2024-01-18T00:13:02.0434783Z INFO:   Source paths: obj/Release/net7.0/WebUI.GlobalUsings.g.cs, obj/Release/net7....
2024-01-18T00:13:02.0437596Z INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.spec.ts, **/karma.conf.js, **/*.sql, **/*.scss, **/*.json, **/web-api-client.ts, **/Migrations/*.*
2024-01-18T00:13:02.0447950Z INFO:   Excluded tests: **/web-api-client.ts, src/WebUI/ClientApp/src/app/web-api-client.ts
2024-01-18T00:13:02.0488586Z INFO:   Excluded sources for coverage: **/app.component.ts, **/app.module.ts, **/authorize.guard.ts, **/user.service.ts, **/*.spec.ts, **/*.sql, **/Migrations/*.*, **/ApplicationDbContext.cs, **/Controllers/*Controller.cs, **/karma.conf.js, src/WebUI/ClientApp/src/app/web-api-client.ts, **/web-api-client.ts
2024-01-18T00:13:02.0493601Z INFO: Indexing files of module 'WebUI'
2024-01-18T00:13:02.0499870Z INFO:   Base dir: D:\BuildAgent5\_work\70\s\src\WebUI
2024-01-18T00:13:02.0511667Z INFO:   Source paths: ConfigureServices.cs, Controllers/ApiControllerBase.cs, Contr...
2024-01-18T00:13:02.0515205Z INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.spec.ts, **/karma.conf.js, **/*.sql, **/*.scss, **/*.json, **/web-api-client.ts, **/Migrations/*.*
2024-01-18T00:13:02.0518514Z INFO:   Excluded tests: **/web-api-client.ts, src/WebUI/ClientApp/src/app/web-api-client.ts
2024-01-18T00:13:02.0521743Z INFO:   Excluded sources for coverage: **/app.component.ts, **/app.module.ts, **/authorize.guard.ts, **/user.service.ts, **/*.spec.ts, **/*.sql, **/Migrations/*.*, **/ApplicationDbContext.cs, **/Controllers/*Controller.cs, **/karma.conf.js, src/WebUI/ClientApp/src/app/web-api-client.ts, **/web-api-client.ts
2024-01-18T00:13:02.3759701Z INFO: Indexing files of module 'Application.IntegrationTests'
2024-01-18T00:13:02.3763751Z INFO:   Base dir: D:\BuildAgent5\_work\70\s\tests\Application.IntegrationTests
2024-01-18T00:13:02.3764700Z INFO:   Test paths: BaseTestFixture.cs, CustomWebApplicationFactory.cs, EmissionFac...
2024-01-18T00:13:02.3765739Z INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.spec.ts, **/karma.conf.js, **/*.sql, **/*.scss, **/*.json, **/web-api-client.ts, **/Migrations/*.*
2024-01-18T00:13:02.3766622Z INFO:   Excluded tests: **/web-api-client.ts, src/WebUI/ClientApp/src/app/web-api-client.ts
2024-01-18T00:13:02.3768117Z INFO:   Excluded sources for coverage: **/app.component.ts, **/app.module.ts, **/authorize.guard.ts, **/user.service.ts, **/*.spec.ts, **/*.sql, **/Migrations/*.*, **/ApplicationDbContext.cs, **/Controllers/*Controller.cs, **/karma.conf.js, src/WebUI/ClientApp/src/app/web-api-client.ts, **/web-api-client.ts
2024-01-18T00:13:02.4051886Z INFO: Indexing files of module 'Application'
2024-01-18T00:13:02.4066569Z INFO:   Base dir: D:\BuildAgent5\_work\70\s\src\Application
2024-01-18T00:13:02.4126562Z INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.spec.ts, **/karma.conf.js, **/*.sql, **/*.scss, **/*.json, **/web-api-client.ts, **/Migrations/*.*
2024-01-18T00:13:02.4128751Z INFO:   Excluded tests: **/web-api-client.ts, src/WebUI/ClientApp/src/app/web-api-client.ts
2024-01-18T00:13:02.4142154Z INFO:   Excluded sources for coverage: **/app.component.ts, **/app.module.ts, **/authorize.guard.ts, **/user.service.ts, **/*.spec.ts, **/*.sql, **/Migrations/*.*, **/ApplicationDbContext.cs, **/Controllers/*Controller.cs, **/karma.conf.js, src/WebUI/ClientApp/src/app/web-api-client.ts, **/web-api-client.ts
2024-01-18T00:13:02.4144816Z INFO: Indexing files of module 'Infrastructure'
2024-01-18T00:13:02.4146161Z INFO:   Base dir: D:\BuildAgent5\_work\70\s\src\Infrastructure
2024-01-18T00:13:02.4147558Z INFO:   Source paths: Common/MediatorExtensions.cs, ConfigureServices.cs, Identity/...
2024-01-18T00:13:02.4178664Z INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.spec.ts, **/karma.conf.js, **/*.sql, **/*.scss, **/*.json, **/web-api-client.ts, **/Migrations/*.*
2024-01-18T00:13:02.4190244Z INFO:   Excluded tests: **/web-api-client.ts, src/WebUI/ClientApp/src/app/web-api-client.ts
2024-01-18T00:13:02.4192543Z INFO:   Excluded sources for coverage: **/app.component.ts, **/app.module.ts, **/authorize.guard.ts, **/user.service.ts, **/*.spec.ts, **/*.sql, **/Migrations/*.*, **/ApplicationDbContext.cs, **/Controllers/*Controller.cs, **/karma.conf.js, src/WebUI/ClientApp/src/app/web-api-client.ts, **/web-api-client.ts
2024-01-18T00:13:02.4194641Z INFO: Indexing files of module 'Domain'
2024-01-18T00:13:02.4195881Z INFO:   Base dir: D:\BuildAgent5\_work\70\s\src\Domain
2024-01-18T00:13:02.4197492Z INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.spec.ts, **/karma.conf.js, **/*.sql, **/*.scss, **/*.json, **/web-api-client.ts, **/Migrations/*.*
2024-01-18T00:13:02.4199843Z INFO:   Excluded tests: **/web-api-client.ts, src/WebUI/ClientApp/src/app/web-api-client.ts
2024-01-18T00:13:02.4202467Z INFO:   Excluded sources for coverage: **/app.component.ts, **/app.module.ts, **/authorize.guard.ts, **/user.service.ts, **/*.spec.ts, **/*.sql, **/Migrations/*.*, **/ApplicationDbContext.cs, **/Controllers/*Controller.cs, **/karma.conf.js, src/WebUI/ClientApp/src/app/web-api-client.ts, **/web-api-client.ts
2024-01-18T00:13:02.4204719Z INFO: Indexing files of module 'Domain.UnitTests'
2024-01-18T00:13:02.4206001Z INFO:   Base dir: D:\BuildAgent5\_work\70\s\tests\Domain.UnitTests
2024-01-18T00:13:02.4207253Z INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.spec.ts, **/karma.conf.js, **/*.sql, **/*.scss, **/*.json, **/web-api-client.ts, **/Migrations/*.*
2024-01-18T00:13:02.4209035Z INFO:   Excluded tests: **/web-api-client.ts, src/WebUI/ClientApp/src/app/web-api-client.ts
2024-01-18T00:13:02.4211377Z INFO:   Excluded sources for coverage: **/app.component.ts, **/app.module.ts, **/authorize.guard.ts, **/user.service.ts, **/*.spec.ts, **/*.sql, **/Migrations/*.*, **/ApplicationDbContext.cs, **/Controllers/*Controller.cs, **/karma.conf.js, src/WebUI/ClientApp/src/app/web-api-client.ts, **/web-api-client.ts
2024-01-18T00:13:02.4213519Z INFO: Indexing files of module 'Application.UnitTests'
2024-01-18T00:13:02.4214877Z INFO:   Base dir: D:\BuildAgent5\_work\70\s\tests\Application.UnitTests
2024-01-18T00:13:02.4216307Z INFO:   Test paths: Common/Exceptions/ValidationExceptionTests.cs, Common/Mappings/...
2024-01-18T00:13:02.4274699Z INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.spec.ts, **/karma.conf.js, **/*.sql, **/*.scss, **/*.json, **/web-api-client.ts, **/Migrations/*.*
2024-01-18T00:13:02.4277160Z INFO:   Excluded tests: **/web-api-client.ts, src/WebUI/ClientApp/src/app/web-api-client.ts
2024-01-18T00:13:02.4279300Z INFO:   Excluded sources for coverage: **/app.component.ts, **/app.module.ts, **/authorize.guard.ts, **/user.service.ts, **/*.spec.ts, **/*.sql, **/Migrations/*.*, **/ApplicationDbContext.cs, **/Controllers/*Controller.cs, **/karma.conf.js, src/WebUI/ClientApp/src/app/web-api-client.ts, **/web-api-client.ts
2024-01-18T00:13:02.4280993Z INFO: Indexing files of module 'Domain'
2024-01-18T00:13:02.4348676Z INFO:   Base dir: D:\BuildAgent5\_work\70\s\src\Domain
2024-01-18T00:13:02.4350739Z INFO:   Source paths: Common/BaseAuditableEntity.cs, Common/BaseEntity.cs, Common/B...
2024-01-18T00:13:02.4354670Z INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.spec.ts, **/karma.conf.js, **/*.sql, **/*.scss, **/*.json, **/web-api-client.ts, **/Migrations/*.*
2024-01-18T00:13:02.4367807Z INFO:   Excluded tests: **/web-api-client.ts, src/WebUI/ClientApp/src/app/web-api-client.ts
2024-01-18T00:13:02.4371605Z INFO:   Excluded sources for coverage: **/app.component.ts, **/app.module.ts, **/authorize.guard.ts, **/user.service.ts, **/*.spec.ts, **/*.sql, **/Migrations/*.*, **/ApplicationDbContext.cs, **/Controllers/*Controller.cs, **/karma.conf.js, src/WebUI/ClientApp/src/app/web-api-client.ts, **/web-api-client.ts
2024-01-18T00:13:02.4378166Z INFO: Indexing files of module 'Application'
2024-01-18T00:13:02.4379403Z INFO:   Base dir: D:\BuildAgent5\_work\70\s\src\Application
2024-01-18T00:13:02.4403848Z INFO:   Source paths: Common/Behaviours/AuthorizationBehaviour.cs, Common/Behaviour...
2024-01-18T00:13:02.4405805Z INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.spec.ts, **/karma.conf.js, **/*.sql, **/*.scss, **/*.json, **/web-api-client.ts, **/Migrations/*.*
2024-01-18T00:13:02.4412249Z INFO:   Excluded tests: **/web-api-client.ts, src/WebUI/ClientApp/src/app/web-api-client.ts
2024-01-18T00:13:02.4415598Z INFO:   Excluded sources for coverage: **/app.component.ts, **/app.module.ts, **/authorize.guard.ts, **/user.service.ts, **/*.spec.ts, **/*.sql, **/Migrations/*.*, **/ApplicationDbContext.cs, **/Controllers/*Controller.cs, **/karma.conf.js, src/WebUI/ClientApp/src/app/web-api-client.ts, **/web-api-client.ts
2024-01-18T00:13:02.4418756Z INFO: Indexing files of module 'AQDB'
2024-01-18T00:13:02.4449183Z INFO:   Base dir: D:\BuildAgent5\_work\70\s
2024-01-18T00:13:02.4495380Z INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.spec.ts, **/karma.conf.js, **/*.sql, **/*.scss, **/*.json, **/web-api-client.ts, **/Migrations/*.*
2024-01-18T00:13:02.4497055Z INFO:   Excluded tests: **/web-api-client.ts, src/WebUI/ClientApp/src/app/web-api-client.ts
2024-01-18T00:13:02.4499391Z INFO:   Excluded sources for coverage: **/app.component.ts, **/app.module.ts, **/authorize.guard.ts, **/user.service.ts, **/*.spec.ts, **/*.sql, **/Migrations/*.*, **/ApplicationDbContext.cs, **/Controllers/*Controller.cs, **/karma.conf.js, src/WebUI/ClientApp/src/app/web-api-client.ts, **/web-api-client.ts
2024-01-18T00:13:02.4516898Z INFO: 181 files indexed
2024-01-18T00:13:02.4578237Z INFO: Quality profile for cs: Sonar way
2024-01-18T00:13:02.4579920Z INFO: Quality profile for css: Sonar way
2024-01-18T00:13:02.4580803Z INFO: Quality profile for js: Sonar way
2024-01-18T00:13:02.4581536Z INFO: Quality profile for json: Sonar way
2024-01-18T00:13:02.4582272Z INFO: Quality profile for ts: Sonar way
2024-01-18T00:13:02.4583032Z INFO: Quality profile for web: Sonar way
2024-01-18T00:13:02.4584494Z INFO: Quality profile for xml: Sonar way
2024-01-18T00:13:02.4585665Z INFO: ------------- Run sensors on module Infrastructure
2024-01-18T00:13:02.6031221Z INFO: Load metrics repository
2024-01-18T00:13:02.8215354Z INFO: Load metrics repository (done) | time=215ms
2024-01-18T00:13:02.8383542Z INFO: Sensor cache enabled
2024-01-18T00:13:02.8466199Z INFO: Load sensor cache
2024-01-18T00:13:05.4169095Z INFO: Load sensor cache (73 KB) | time=2572ms
2024-01-18T00:13:08.0581370Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-01-18T00:13:08.0596741Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-01-18T00:13:08.0674391Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-01-18T00:13:08.1215443Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=5ms
2024-01-18T00:13:08.1312470Z INFO: Sensor CSS Rules [javascript]
2024-01-18T00:13:08.1313232Z INFO: Sensor CSS Rules is restricted to changed files only
2024-01-18T00:13:08.1313882Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-01-18T00:13:08.1314506Z INFO: Sensor CSS Rules [javascript] (done) | time=2ms
2024-01-18T00:13:08.1315001Z INFO: Sensor C# Project Type Information [csharp]
2024-01-18T00:13:08.1316044Z INFO: Sensor C# Project Type Information [csharp] (done) | time=4ms
2024-01-18T00:13:08.1316592Z INFO: Sensor C# Analysis Log [csharp]
2024-01-18T00:13:08.1316997Z INFO: Roslyn version: 4.7.0.0
2024-01-18T00:13:08.1317436Z INFO: Language version: CSharp11
2024-01-18T00:13:08.1317853Z INFO: Concurrent execution: enabled
2024-01-18T00:13:08.1318369Z INFO: Sensor C# Analysis Log [csharp] (done) | time=28ms
2024-01-18T00:13:08.1318858Z INFO: Sensor C# Properties [csharp]
2024-01-18T00:13:08.1319311Z INFO: Sensor C# Properties [csharp] (done) | time=2ms
2024-01-18T00:13:08.1319759Z INFO: Sensor HTML [web]
2024-01-18T00:13:08.1320186Z INFO: Sensor HTML is restricted to changed files only
2024-01-18T00:13:08.1320694Z INFO: Sensor HTML [web] (done) | time=6ms
2024-01-18T00:13:08.1321169Z INFO: Sensor TextAndSecretsSensor [text]
2024-01-18T00:13:08.1321690Z INFO: Sensor TextAndSecretsSensor is restricted to changed files only
2024-01-18T00:13:09.0313233Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=939ms
2024-01-18T00:13:09.0317777Z INFO: Sensor IaC Docker Sensor [iac]
2024-01-18T00:13:09.0319003Z INFO: Sensor IaC Docker Sensor is restricted to changed files only
2024-01-18T00:13:09.0429050Z INFO: 0 source files to be analyzed
2024-01-18T00:13:09.1849310Z INFO: 0/0 source files have been analyzed
2024-01-18T00:13:09.1856999Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=153ms
2024-01-18T00:13:09.1859407Z INFO: Sensor Serverless configuration file sensor [security]
2024-01-18T00:13:09.1868089Z INFO: 0 Serverless function entries were found in the project
2024-01-18T00:13:09.1974925Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-01-18T00:13:09.1979809Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=13ms
2024-01-18T00:13:09.1986701Z INFO: Sensor AWS SAM template file sensor [security]
2024-01-18T00:13:09.2026583Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=2ms
2024-01-18T00:13:09.2030107Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-01-18T00:13:09.2031788Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
2024-01-18T00:13:09.2123543Z INFO: ------------- Run sensors on module WebUI
2024-01-18T00:13:09.3325176Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-01-18T00:13:09.3332054Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-01-18T00:13:09.3338913Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-01-18T00:13:09.3342347Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-01-18T00:13:09.3347642Z INFO: Sensor JavaScript/TypeScript analysis [javascript]
2024-01-18T00:14:51.1529273Z INFO: Detected os: Windows Server 2019 arch: amd64 alpine: false. Platform: WIN_X64
2024-01-18T00:14:51.4737738Z INFO: Using Node.js executable: 'D:\BuildAgent5\_work\_tool\node\18.13.0\x64\node.exe'.
2024-01-18T00:15:23.9180389Z INFO: Memory configuration: OS (8191 MB), Node.js (2096 MB).
2024-01-18T00:15:30.7103075Z INFO: Found 1 tsconfig.json file(s): [D:\BuildAgent5\_work\70\s\src\WebUI\ClientApp\tsconfig.json]
2024-01-18T00:15:30.7115559Z INFO: Creating TypeScript program
2024-01-18T00:15:30.7116731Z INFO: 41 source files to be analyzed
2024-01-18T00:15:30.7117409Z INFO: TypeScript configuration file D:\BuildAgent5\_work\70\s\src\WebUI\ClientApp\tsconfig.json
2024-01-18T00:15:38.3492175Z INFO: Creating TypeScript program (done) | time=7637ms
2024-01-18T00:15:38.3493193Z INFO: Starting analysis with current program
2024-01-18T00:15:40.1536874Z INFO: Analyzed 39 file(s) with current program
2024-01-18T00:15:40.1589327Z INFO: Found 2 file(s) not part of any tsconfig.json: they will be analyzed without type information
2024-01-18T00:15:40.1730147Z INFO: 41/41 source files have been analyzed
2024-01-18T00:15:40.1731006Z INFO: Hit the cache for 40 out of 41
2024-01-18T00:15:40.1782341Z INFO: Miss the cache for 1 out of 41: FILE_CHANGED [1/41]
2024-01-18T00:15:40.1783935Z INFO: Sensor JavaScript/TypeScript analysis [javascript] (done) | time=150844ms
2024-01-18T00:15:40.1787211Z INFO: Sensor JavaScript inside HTML analysis [javascript]
2024-01-18T00:15:40.1869327Z INFO: 17 source files to be analyzed
2024-01-18T00:15:40.4938116Z INFO: 17/17 source files have been analyzed
2024-01-18T00:15:40.4942487Z INFO: Hit the cache for 16 out of 17
2024-01-18T00:15:40.4943707Z INFO: Miss the cache for 1 out of 17: FILE_CHANGED [1/17]
2024-01-18T00:15:40.4944797Z INFO: Sensor JavaScript inside HTML analysis [javascript] (done) | time=314ms
2024-01-18T00:15:40.4945895Z INFO: Sensor CSS Rules [javascript]
2024-01-18T00:15:40.4946712Z INFO: Sensor CSS Rules is restricted to changed files only
2024-01-18T00:15:40.5029262Z INFO: 1 source file to be analyzed
2024-01-18T00:15:42.3687677Z INFO: 1/1 source file has been analyzed
2024-01-18T00:15:42.3689402Z INFO: Hit the cache for 0 out of 0
2024-01-18T00:15:42.3690989Z INFO: Miss the cache for 0 out of 0
2024-01-18T00:15:42.3692466Z INFO: Sensor CSS Rules [javascript] (done) | time=1874ms
2024-01-18T00:15:42.3693209Z INFO: Sensor JavaScript/TypeScript Coverage [javascript]
2024-01-18T00:15:42.3694356Z INFO: Analysing [D:\BuildAgent5\_work\70\s\src\WebUI\ClientApp\coverage\angularapp\lcov\report-lcovonly.txt]
2024-01-18T00:15:42.4372296Z WARN: Could not resolve 1 file paths in [D:\BuildAgent5\_work\70\s\src\WebUI\ClientApp\coverage\angularapp\lcov\report-lcovonly.txt]
2024-01-18T00:15:42.4376922Z WARN: First unresolved path: src\app\web-api-client.ts (Run in DEBUG mode to get full list of unresolved paths)
2024-01-18T00:15:42.4377789Z INFO: Sensor JavaScript/TypeScript Coverage [javascript] (done) | time=69ms
2024-01-18T00:15:42.4383799Z INFO: Sensor CSS Metrics [javascript]
2024-01-18T00:15:42.4385458Z INFO: Sensor CSS Metrics is restricted to changed files only
2024-01-18T00:15:42.4397654Z INFO: Sensor CSS Metrics [javascript] (done) | time=2ms
2024-01-18T00:15:42.4399632Z INFO: Sensor C# Project Type Information [csharp]
2024-01-18T00:15:42.4404013Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-01-18T00:15:42.4408172Z INFO: Sensor C# Analysis Log [csharp]
2024-01-18T00:15:42.4447546Z INFO: Roslyn version: 4.7.0.0
2024-01-18T00:15:42.4449146Z INFO: Language version: CSharp11
2024-01-18T00:15:42.4452998Z INFO: Concurrent execution: enabled
2024-01-18T00:15:42.4454409Z INFO: Sensor C# Analysis Log [csharp] (done) | time=4ms
2024-01-18T00:15:42.4456094Z INFO: Sensor C# Properties [csharp]
2024-01-18T00:15:42.4459287Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-01-18T00:15:42.4464428Z INFO: Sensor HTML [web]
2024-01-18T00:15:42.4465725Z INFO: Sensor HTML is restricted to changed files only
2024-01-18T00:15:42.5307587Z INFO: Sensor HTML [web] (done) | time=84ms
2024-01-18T00:15:42.5308864Z INFO: Sensor XML Sensor [xml]
2024-01-18T00:15:42.5309677Z INFO: Sensor XML Sensor is restricted to changed files only
2024-01-18T00:15:42.5340633Z INFO: Sensor XML Sensor [xml] (done) | time=3ms
2024-01-18T00:15:42.5345387Z INFO: Sensor TextAndSecretsSensor [text]
2024-01-18T00:15:42.5347249Z INFO: Sensor TextAndSecretsSensor is restricted to changed files only
2024-01-18T00:15:42.7051452Z INFO: 2 source files to be analyzed
2024-01-18T00:15:42.8140866Z INFO: 2/2 source files have been analyzed
2024-01-18T00:15:42.8142827Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=278ms
2024-01-18T00:15:42.8145493Z INFO: Sensor IaC Docker Sensor [iac]
2024-01-18T00:15:42.8147177Z INFO: Sensor IaC Docker Sensor is restricted to changed files only
2024-01-18T00:15:42.8155778Z INFO: 0 source files to be analyzed
2024-01-18T00:15:42.8323166Z INFO: 0/0 source files have been analyzed
2024-01-18T00:15:42.8324813Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=19ms
2024-01-18T00:15:42.8328510Z INFO: Sensor Serverless configuration file sensor [security]
2024-01-18T00:15:42.8349152Z INFO: 0 Serverless function entries were found in the project
2024-01-18T00:15:42.8350277Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-01-18T00:15:42.8351580Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-01-18T00:15:42.8352669Z INFO: Sensor AWS SAM template file sensor [security]
2024-01-18T00:15:42.8354753Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-01-18T00:15:42.8355671Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-01-18T00:15:42.8356307Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-01-18T00:15:42.8356884Z INFO: ------------- Run sensors on module Domain
2024-01-18T00:15:42.9116143Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-01-18T00:15:42.9117701Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-01-18T00:15:42.9118793Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-01-18T00:15:42.9120226Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
2024-01-18T00:15:42.9121166Z INFO: Sensor CSS Rules [javascript]
2024-01-18T00:15:42.9122550Z INFO: Sensor CSS Rules is restricted to changed files only
2024-01-18T00:15:42.9123641Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-01-18T00:15:42.9124633Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-01-18T00:15:42.9125498Z INFO: Sensor C# Project Type Information [csharp]
2024-01-18T00:15:42.9126358Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-01-18T00:15:42.9127211Z INFO: Sensor C# Analysis Log [csharp]
2024-01-18T00:15:42.9164310Z INFO: Roslyn version: 4.7.0.0
2024-01-18T00:15:42.9166516Z INFO: Language version: CSharp11
2024-01-18T00:15:42.9167357Z INFO: Concurrent execution: enabled
2024-01-18T00:15:42.9168170Z INFO: Sensor C# Analysis Log [csharp] (done) | time=5ms
2024-01-18T00:15:42.9168948Z INFO: Sensor C# Properties [csharp]
2024-01-18T00:15:42.9172247Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-01-18T00:15:42.9176409Z INFO: Sensor TextAndSecretsSensor [text]
2024-01-18T00:15:42.9177502Z INFO: Sensor TextAndSecretsSensor is restricted to changed files only
2024-01-18T00:15:42.9657230Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=48ms
2024-01-18T00:15:42.9661606Z INFO: Sensor IaC Docker Sensor [iac]
2024-01-18T00:15:42.9662731Z INFO: Sensor IaC Docker Sensor is restricted to changed files only
2024-01-18T00:15:42.9671146Z INFO: 0 source files to be analyzed
2024-01-18T00:15:42.9769596Z INFO: 0/0 source files have been analyzed
2024-01-18T00:15:42.9775661Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=11ms
2024-01-18T00:15:42.9812654Z INFO: Sensor Serverless configuration file sensor [security]
2024-01-18T00:15:42.9842554Z INFO: 0 Serverless function entries were found in the project
2024-01-18T00:15:42.9843892Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-01-18T00:15:42.9844938Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2024-01-18T00:15:42.9845986Z INFO: Sensor AWS SAM template file sensor [security]
2024-01-18T00:15:42.9846907Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
2024-01-18T00:15:42.9847778Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-01-18T00:15:42.9848967Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-01-18T00:15:42.9849894Z INFO: ------------- Run sensors on module Application
2024-01-18T00:15:43.0375215Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-01-18T00:15:43.0379824Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-01-18T00:15:43.0398704Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-01-18T00:15:43.0399695Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-01-18T00:15:43.0400805Z INFO: Sensor CSS Rules [javascript]
2024-01-18T00:15:43.0401768Z INFO: Sensor CSS Rules is restricted to changed files only
2024-01-18T00:15:43.0402680Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-01-18T00:15:43.0408318Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-01-18T00:15:43.0409133Z INFO: Sensor C# Project Type Information [csharp]
2024-01-18T00:15:43.0409945Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-01-18T00:15:43.0410778Z INFO: Sensor C# Analysis Log [csharp]
2024-01-18T00:15:43.0422029Z INFO: Roslyn version: 4.7.0.0
2024-01-18T00:15:43.0422998Z INFO: Language version: CSharp11
2024-01-18T00:15:43.0423782Z INFO: Concurrent execution: enabled
2024-01-18T00:15:43.0425450Z INFO: Sensor C# Analysis Log [csharp] (done) | time=2ms
2024-01-18T00:15:43.0426327Z INFO: Sensor C# Properties [csharp]
2024-01-18T00:15:43.0431479Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-01-18T00:15:43.0437102Z INFO: Sensor TextAndSecretsSensor [text]
2024-01-18T00:15:43.0438448Z INFO: Sensor TextAndSecretsSensor is restricted to changed files only
2024-01-18T00:15:43.1235654Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=77ms
2024-01-18T00:15:43.1238952Z INFO: Sensor IaC Docker Sensor [iac]
2024-01-18T00:15:43.1241491Z INFO: Sensor IaC Docker Sensor is restricted to changed files only
2024-01-18T00:15:43.1508290Z INFO: 0 source files to be analyzed
2024-01-18T00:15:43.1640128Z INFO: 0/0 source files have been analyzed
2024-01-18T00:15:43.1641189Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=29ms
2024-01-18T00:15:43.1644786Z INFO: Sensor Serverless configuration file sensor [security]
2024-01-18T00:15:43.1647095Z INFO: 0 Serverless function entries were found in the project
2024-01-18T00:15:43.1648378Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-01-18T00:15:43.1649789Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-01-18T00:15:43.1651422Z INFO: Sensor AWS SAM template file sensor [security]
2024-01-18T00:15:43.1653045Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
2024-01-18T00:15:43.1654707Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-01-18T00:15:43.1655774Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
2024-01-18T00:15:43.1656703Z INFO: ------------- Run sensors on module Application
2024-01-18T00:15:43.2217202Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-01-18T00:15:43.2222178Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-01-18T00:15:43.2229049Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-01-18T00:15:43.2230159Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-01-18T00:15:43.2231291Z INFO: Sensor CSS Rules [javascript]
2024-01-18T00:15:43.2232315Z INFO: Sensor CSS Rules is restricted to changed files only
2024-01-18T00:15:43.2233214Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-01-18T00:15:43.2234210Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-01-18T00:15:43.2235391Z INFO: Sensor C# Project Type Information [csharp]
2024-01-18T00:15:43.2236236Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2024-01-18T00:15:43.2237596Z INFO: Sensor C# Analysis Log [csharp]
2024-01-18T00:15:43.2267645Z INFO: Roslyn version: 4.7.0.0
2024-01-18T00:15:43.2268159Z INFO: Language version: CSharp11
2024-01-18T00:15:43.2268612Z INFO: Concurrent execution: enabled
2024-01-18T00:15:43.2269616Z INFO: Sensor C# Analysis Log [csharp] (done) | time=3ms
2024-01-18T00:15:43.2271150Z INFO: Sensor C# Properties [csharp]
2024-01-18T00:15:43.2277221Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-01-18T00:15:43.2279177Z INFO: Sensor HTML [web]
2024-01-18T00:15:43.2280180Z INFO: Sensor HTML is restricted to changed files only
2024-01-18T00:15:43.2282724Z INFO: Sensor HTML [web] (done) | time=0ms
2024-01-18T00:15:43.2286151Z INFO: Sensor TextAndSecretsSensor [text]
2024-01-18T00:15:43.2287314Z INFO: Sensor TextAndSecretsSensor is restricted to changed files only
2024-01-18T00:15:43.4903925Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=261ms
2024-01-18T00:15:43.4905888Z INFO: Sensor IaC Docker Sensor [iac]
2024-01-18T00:15:43.4906816Z INFO: Sensor IaC Docker Sensor is restricted to changed files only
2024-01-18T00:15:43.4915792Z INFO: 0 source files to be analyzed
2024-01-18T00:15:43.4993545Z INFO: 0/0 source files have been analyzed
2024-01-18T00:15:43.4994758Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=8ms
2024-01-18T00:15:43.4995975Z INFO: Sensor Serverless configuration file sensor [security]
2024-01-18T00:15:43.5016506Z INFO: 0 Serverless function entries were found in the project
2024-01-18T00:15:43.5035855Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-01-18T00:15:43.5037352Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-01-18T00:15:43.5038273Z INFO: Sensor AWS SAM template file sensor [security]
2024-01-18T00:15:43.5039127Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-01-18T00:15:43.5040186Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-01-18T00:15:43.5041142Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-01-18T00:15:43.5042067Z INFO: ------------- Run sensors on module Application.IntegrationTests
2024-01-18T00:15:43.5497258Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-01-18T00:15:43.5498959Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-01-18T00:15:43.5501301Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-01-18T00:15:43.5503011Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-01-18T00:15:43.5507169Z INFO: Sensor IaC CloudFormation Sensor [iac]
2024-01-18T00:15:43.5527926Z INFO: 0 source files to be analyzed
2024-01-18T00:15:43.5632261Z INFO: 0/0 source files have been analyzed
2024-01-18T00:15:43.5636430Z INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=12ms
2024-01-18T00:15:43.5637350Z INFO: Sensor IaC AzureResourceManager Sensor [iac]
2024-01-18T00:15:43.5638285Z INFO: Sensor IaC AzureResourceManager Sensor is restricted to changed files only
2024-01-18T00:15:43.5644015Z INFO: 0 source files to be analyzed
2024-01-18T00:15:43.6129024Z INFO: 0/0 source files have been analyzed
2024-01-18T00:15:43.6130577Z INFO: Sensor IaC AzureResourceManager Sensor [iac] (done) | time=49ms
2024-01-18T00:15:43.6140599Z INFO: Sensor CSS Rules [javascript]
2024-01-18T00:15:43.6145072Z INFO: Sensor CSS Rules is restricted to changed files only
2024-01-18T00:15:43.6146362Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-01-18T00:15:43.6147540Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-01-18T00:15:43.6148100Z INFO: Sensor C# Project Type Information [csharp]
2024-01-18T00:15:43.6148621Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2024-01-18T00:15:43.6149134Z INFO: Sensor C# Analysis Log [csharp]
2024-01-18T00:15:43.6180816Z INFO: Roslyn version: 4.7.0.0
2024-01-18T00:15:43.6181444Z INFO: Language version: CSharp11
2024-01-18T00:15:43.6181908Z INFO: Concurrent execution: enabled
2024-01-18T00:15:43.6182408Z INFO: Sensor C# Analysis Log [csharp] (done) | time=3ms
2024-01-18T00:15:43.6183402Z INFO: Sensor C# Properties [csharp]
2024-01-18T00:15:43.6188700Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-01-18T00:15:43.6194219Z INFO: Sensor TextAndSecretsSensor [text]
2024-01-18T00:15:43.6195346Z INFO: Sensor TextAndSecretsSensor is restricted to changed files only
2024-01-18T00:15:43.8128312Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=193ms
2024-01-18T00:15:43.8132483Z INFO: Sensor IaC Docker Sensor [iac]
2024-01-18T00:15:43.8133728Z INFO: Sensor IaC Docker Sensor is restricted to changed files only
2024-01-18T00:15:43.8158743Z INFO: 0 source files to be analyzed
2024-01-18T00:15:43.8285191Z INFO: 0/0 source files have been analyzed
2024-01-18T00:15:43.8286697Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=9ms
2024-01-18T00:15:43.8287603Z INFO: Sensor Serverless configuration file sensor [security]
2024-01-18T00:15:43.8288502Z INFO: 0 Serverless function entries were found in the project
2024-01-18T00:15:43.8289800Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-01-18T00:15:43.8291023Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-01-18T00:15:43.8291971Z INFO: Sensor AWS SAM template file sensor [security]
2024-01-18T00:15:43.8293021Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-01-18T00:15:43.8295010Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-01-18T00:15:43.8296448Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-01-18T00:15:43.8297603Z INFO: ------------- Run sensors on module Domain.UnitTests
1 Like
2024-01-18T00:15:43.8822557Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-01-18T00:15:43.8828510Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-01-18T00:15:43.8842044Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-01-18T00:15:43.8847440Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
2024-01-18T00:15:43.8848704Z INFO: Sensor CSS Rules [javascript]
2024-01-18T00:15:43.8849599Z INFO: Sensor CSS Rules is restricted to changed files only
2024-01-18T00:15:43.8850637Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-01-18T00:15:43.8852075Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-01-18T00:15:43.8852843Z INFO: Sensor C# Project Type Information [csharp]
2024-01-18T00:15:43.8853525Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2024-01-18T00:15:43.8854369Z INFO: Sensor C# Analysis Log [csharp]
2024-01-18T00:15:43.8877674Z INFO: Roslyn version: 4.7.0.0
2024-01-18T00:15:43.8878637Z INFO: Language version: CSharp11
2024-01-18T00:15:43.8880836Z INFO: Concurrent execution: enabled
2024-01-18T00:15:43.8881729Z INFO: Sensor C# Analysis Log [csharp] (done) | time=3ms
2024-01-18T00:15:43.8882616Z INFO: Sensor C# Properties [csharp]
2024-01-18T00:15:43.8885891Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-01-18T00:15:43.8889059Z INFO: Sensor TextAndSecretsSensor [text]
2024-01-18T00:15:43.8889970Z INFO: Sensor TextAndSecretsSensor is restricted to changed files only
2024-01-18T00:15:43.9586973Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=69ms
2024-01-18T00:15:43.9591932Z INFO: Sensor IaC Docker Sensor [iac]
2024-01-18T00:15:43.9593189Z INFO: Sensor IaC Docker Sensor is restricted to changed files only
2024-01-18T00:15:43.9604212Z INFO: 0 source files to be analyzed
2024-01-18T00:15:43.9741090Z INFO: 0/0 source files have been analyzed
2024-01-18T00:15:43.9745577Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=11ms
2024-01-18T00:15:43.9761875Z INFO: Sensor Serverless configuration file sensor [security]
2024-01-18T00:15:43.9762511Z INFO: 0 Serverless function entries were found in the project
2024-01-18T00:15:43.9763095Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-01-18T00:15:43.9764060Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2024-01-18T00:15:43.9764655Z INFO: Sensor AWS SAM template file sensor [security]
2024-01-18T00:15:43.9765223Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-01-18T00:15:43.9765799Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-01-18T00:15:43.9766404Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
2024-01-18T00:15:43.9766979Z INFO: ------------- Run sensors on module Domain
2024-01-18T00:15:44.0303212Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-01-18T00:15:44.0308580Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-01-18T00:15:44.0310223Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-01-18T00:15:44.0317158Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
2024-01-18T00:15:44.0329991Z INFO: Sensor CSS Rules [javascript]
2024-01-18T00:15:44.0331101Z INFO: Sensor CSS Rules is restricted to changed files only
2024-01-18T00:15:44.0332111Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-01-18T00:15:44.0333700Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-01-18T00:15:44.0334599Z INFO: Sensor C# Project Type Information [csharp]
2024-01-18T00:15:44.0335460Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2024-01-18T00:15:44.0336266Z INFO: Sensor C# Analysis Log [csharp]
2024-01-18T00:15:44.0363460Z INFO: Roslyn version: 4.7.0.0
2024-01-18T00:15:44.0373970Z INFO: Language version: CSharp11
2024-01-18T00:15:44.0374936Z INFO: Concurrent execution: enabled
2024-01-18T00:15:44.0377250Z INFO: Sensor C# Analysis Log [csharp] (done) | time=3ms
2024-01-18T00:15:44.0378131Z INFO: Sensor C# Properties [csharp]
2024-01-18T00:15:44.0378988Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-01-18T00:15:44.0383084Z INFO: Sensor HTML [web]
2024-01-18T00:15:44.0383908Z INFO: Sensor HTML is restricted to changed files only
2024-01-18T00:15:44.0395906Z INFO: Sensor HTML [web] (done) | time=1ms
2024-01-18T00:15:44.0399288Z INFO: Sensor TextAndSecretsSensor [text]
2024-01-18T00:15:44.0401163Z INFO: Sensor TextAndSecretsSensor is restricted to changed files only
2024-01-18T00:15:44.1276037Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=87ms
2024-01-18T00:15:44.1277251Z INFO: Sensor IaC Docker Sensor [iac]
2024-01-18T00:15:44.1278107Z INFO: Sensor IaC Docker Sensor is restricted to changed files only
2024-01-18T00:15:44.1287060Z INFO: 0 source files to be analyzed
2024-01-18T00:15:44.1376779Z INFO: 0/0 source files have been analyzed
2024-01-18T00:15:44.1378454Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=8ms
2024-01-18T00:15:44.1379463Z INFO: Sensor Serverless configuration file sensor [security]
2024-01-18T00:15:44.1380673Z INFO: 0 Serverless function entries were found in the project
2024-01-18T00:15:44.1381735Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-01-18T00:15:44.1382660Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-01-18T00:15:44.1383578Z INFO: Sensor AWS SAM template file sensor [security]
2024-01-18T00:15:44.1384486Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-01-18T00:15:44.1385885Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-01-18T00:15:44.1387479Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
2024-01-18T00:15:44.1388997Z INFO: ------------- Run sensors on module WebUI
2024-01-18T00:15:44.1908949Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-01-18T00:15:44.1916347Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-01-18T00:15:44.1950205Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-01-18T00:15:44.1953580Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-01-18T00:15:44.1954846Z INFO: Sensor CSS Rules [javascript]
2024-01-18T00:15:44.1956119Z INFO: Sensor CSS Rules is restricted to changed files only
2024-01-18T00:15:44.1959265Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-01-18T00:15:44.1973091Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-01-18T00:15:44.1976147Z INFO: Sensor C# Project Type Information [csharp]
2024-01-18T00:15:44.1977200Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-01-18T00:15:44.1978153Z INFO: Sensor C# Analysis Log [csharp]
2024-01-18T00:15:44.1979464Z INFO: Roslyn version: 4.7.0.0
2024-01-18T00:15:44.1980877Z INFO: Language version: CSharp11
2024-01-18T00:15:44.1983679Z INFO: Concurrent execution: enabled
2024-01-18T00:15:44.1984409Z INFO: Sensor C# Analysis Log [csharp] (done) | time=4ms
2024-01-18T00:15:44.1984940Z INFO: Sensor C# Properties [csharp]
2024-01-18T00:15:44.1985511Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-01-18T00:15:44.1986888Z INFO: Sensor TextAndSecretsSensor [text]
2024-01-18T00:15:44.1988257Z INFO: Sensor TextAndSecretsSensor is restricted to changed files only
2024-01-18T00:15:44.2409618Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=41ms
2024-01-18T00:15:44.2411509Z INFO: Sensor IaC Docker Sensor [iac]
2024-01-18T00:15:44.2413012Z INFO: Sensor IaC Docker Sensor is restricted to changed files only
2024-01-18T00:15:44.2426233Z INFO: 0 source files to be analyzed
2024-01-18T00:15:44.2476971Z INFO: 0/0 source files have been analyzed
2024-01-18T00:15:44.2478326Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=7ms
2024-01-18T00:15:44.2502879Z INFO: Sensor Serverless configuration file sensor [security]
2024-01-18T00:15:44.2504311Z INFO: 0 Serverless function entries were found in the project
2024-01-18T00:15:44.2507219Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-01-18T00:15:44.2508316Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-01-18T00:15:44.2509237Z INFO: Sensor AWS SAM template file sensor [security]
2024-01-18T00:15:44.2510137Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
2024-01-18T00:15:44.2511180Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-01-18T00:15:44.2512220Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-01-18T00:15:44.2513225Z INFO: ------------- Run sensors on module Infrastructure
2024-01-18T00:15:44.3138638Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-01-18T00:15:44.3152831Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-01-18T00:15:44.3160073Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-01-18T00:15:44.3161518Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
2024-01-18T00:15:44.3162850Z INFO: Sensor CSS Rules [javascript]
2024-01-18T00:15:44.3163796Z INFO: Sensor CSS Rules is restricted to changed files only
2024-01-18T00:15:44.3165157Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-01-18T00:15:44.3166243Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-01-18T00:15:44.3166954Z INFO: Sensor C# Project Type Information [csharp]
2024-01-18T00:15:44.3167482Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-01-18T00:15:44.3167993Z INFO: Sensor C# Analysis Log [csharp]
2024-01-18T00:15:44.3208260Z INFO: Roslyn version: 4.7.0.0
2024-01-18T00:15:44.3211342Z INFO: Language version: CSharp11
2024-01-18T00:15:44.3217021Z INFO: Concurrent execution: enabled
2024-01-18T00:15:44.3256086Z INFO: Sensor C# Analysis Log [csharp] (done) | time=5ms
2024-01-18T00:15:44.3258405Z INFO: Sensor C# Properties [csharp]
2024-01-18T00:15:44.3260123Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-01-18T00:15:44.3262015Z INFO: Sensor TextAndSecretsSensor [text]
2024-01-18T00:15:44.3263783Z INFO: Sensor TextAndSecretsSensor is restricted to changed files only
2024-01-18T00:15:44.3720293Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=49ms
2024-01-18T00:15:44.3723074Z INFO: Sensor IaC Docker Sensor [iac]
2024-01-18T00:15:44.3724578Z INFO: Sensor IaC Docker Sensor is restricted to changed files only
2024-01-18T00:15:44.3735956Z INFO: 0 source files to be analyzed
2024-01-18T00:15:44.3784362Z INFO: 0/0 source files have been analyzed
2024-01-18T00:15:44.3833525Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=8ms
2024-01-18T00:15:44.3835263Z INFO: Sensor Serverless configuration file sensor [security]
2024-01-18T00:15:44.3836271Z INFO: 0 Serverless function entries were found in the project
2024-01-18T00:15:44.3837214Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-01-18T00:15:44.3838151Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2024-01-18T00:15:44.3839430Z INFO: Sensor AWS SAM template file sensor [security]
2024-01-18T00:15:44.3840271Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-01-18T00:15:44.3841154Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-01-18T00:15:44.3842018Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
2024-01-18T00:15:44.3842901Z INFO: ------------- Run sensors on module Application.UnitTests
2024-01-18T00:15:44.4604551Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-01-18T00:15:44.4618591Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-01-18T00:15:44.4625016Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-01-18T00:15:44.4626553Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
2024-01-18T00:15:44.4628006Z INFO: Sensor CSS Rules [javascript]
2024-01-18T00:15:44.4629392Z INFO: Sensor CSS Rules is restricted to changed files only
2024-01-18T00:15:44.4631136Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-01-18T00:15:44.4632587Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-01-18T00:15:44.4634017Z INFO: Sensor C# Project Type Information [csharp]
2024-01-18T00:15:44.4635383Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-01-18T00:15:44.4636778Z INFO: Sensor C# Analysis Log [csharp]
2024-01-18T00:15:44.4656705Z INFO: Roslyn version: 4.7.0.0
2024-01-18T00:15:44.4657612Z INFO: Language version: CSharp11
2024-01-18T00:15:44.4661381Z INFO: Concurrent execution: enabled
2024-01-18T00:15:44.4672368Z INFO: Sensor C# Analysis Log [csharp] (done) | time=3ms
2024-01-18T00:15:44.4674290Z INFO: Sensor C# Properties [csharp]
2024-01-18T00:15:44.4698062Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-01-18T00:15:44.4698994Z INFO: Sensor TextAndSecretsSensor [text]
2024-01-18T00:15:44.4699938Z INFO: Sensor TextAndSecretsSensor is restricted to changed files only
2024-01-18T00:15:44.5209680Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=54ms
2024-01-18T00:15:44.5213258Z INFO: Sensor IaC Docker Sensor [iac]
2024-01-18T00:15:44.5214547Z INFO: Sensor IaC Docker Sensor is restricted to changed files only
2024-01-18T00:15:44.5226604Z INFO: 0 source files to be analyzed
2024-01-18T00:15:44.5277009Z INFO: 0/0 source files have been analyzed
2024-01-18T00:15:44.5286202Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=7ms
2024-01-18T00:15:44.5290647Z INFO: Sensor Serverless configuration file sensor [security]
2024-01-18T00:15:44.5293695Z INFO: 0 Serverless function entries were found in the project
2024-01-18T00:15:44.5294606Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-01-18T00:15:44.5295492Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-01-18T00:15:44.5296445Z INFO: Sensor AWS SAM template file sensor [security]
2024-01-18T00:15:44.5297293Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-01-18T00:15:44.5298132Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-01-18T00:15:44.5298966Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-01-18T00:15:44.5304394Z INFO: ------------- Run sensors on module AQDB
2024-01-18T00:15:44.5850179Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-01-18T00:15:44.5860580Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-01-18T00:15:44.5867390Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-01-18T00:15:44.5874218Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-01-18T00:15:44.5877878Z INFO: Sensor CSS Rules [javascript]
2024-01-18T00:15:44.5879162Z INFO: Sensor CSS Rules is restricted to changed files only
2024-01-18T00:15:44.5880146Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-01-18T00:15:44.5881065Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-01-18T00:15:44.5881817Z INFO: Sensor C# Project Type Information [csharp]
2024-01-18T00:15:44.5882626Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2024-01-18T00:15:44.5883399Z INFO: Sensor C# Analysis Log [csharp]
2024-01-18T00:15:44.5884109Z INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms
2024-01-18T00:15:44.5884845Z INFO: Sensor C# Properties [csharp]
2024-01-18T00:15:44.5885604Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-01-18T00:15:44.5886322Z INFO: Sensor TextAndSecretsSensor [text]
2024-01-18T00:15:44.5887129Z INFO: Sensor TextAndSecretsSensor is restricted to changed files only
2024-01-18T00:15:44.6346867Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=45ms
2024-01-18T00:15:44.6348511Z INFO: Sensor IaC Docker Sensor [iac]
2024-01-18T00:15:44.6349996Z INFO: Sensor IaC Docker Sensor is restricted to changed files only
2024-01-18T00:15:44.6356047Z INFO: 0 source files to be analyzed
2024-01-18T00:15:44.6412750Z INFO: 0/0 source files have been analyzed
2024-01-18T00:15:44.6420814Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=7ms
2024-01-18T00:15:44.6421761Z INFO: Sensor Serverless configuration file sensor [security]
2024-01-18T00:15:44.6422676Z INFO: 0 Serverless function entries were found in the project
2024-01-18T00:15:44.6423579Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-01-18T00:15:44.6424533Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-01-18T00:15:44.6425456Z INFO: Sensor AWS SAM template file sensor [security]
2024-01-18T00:15:44.6426349Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-01-18T00:15:44.6427250Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-01-18T00:15:44.6428181Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-01-18T00:15:44.6429042Z INFO: Sensor JavaSecuritySensor [security]
2024-01-18T00:15:44.6451668Z INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549
2024-01-18T00:15:44.6461384Z INFO: Load type hierarchy and UCFGs: Starting
2024-01-18T00:15:44.6466083Z INFO: Load type hierarchy: Starting
2024-01-18T00:15:44.6467030Z INFO: Reading type hierarchy from: D:\BuildAgent5\_work\70\.sonarqube\out\.sonar\ucfg2\java
2024-01-18T00:15:44.6468209Z INFO: Read 0 type definitions
2024-01-18T00:15:44.6514760Z INFO: Load type hierarchy: Time spent was 00:00:00.004
2024-01-18T00:15:44.6516015Z INFO: Load UCFGs: Starting
2024-01-18T00:15:44.6516860Z INFO: Load UCFGs: Time spent was 00:00:00.000
2024-01-18T00:15:44.6518204Z INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.005
2024-01-18T00:15:44.6518942Z INFO: No UCFGs have been included for analysis.
2024-01-18T00:15:44.6533435Z INFO: java security sensor: Time spent was 00:00:00.008
2024-01-18T00:15:44.7110081Z INFO: Sensor JavaSecuritySensor [security] (done) | time=69ms
2024-01-18T00:15:44.7111812Z INFO: Sensor CSharpSecuritySensor [security]
2024-01-18T00:15:44.7112683Z INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6639, S6641
2024-01-18T00:15:44.7113659Z INFO: Load type hierarchy and UCFGs: Starting
2024-01-18T00:15:44.7114438Z INFO: Load type hierarchy: Starting
2024-01-18T00:15:44.7115328Z INFO: Reading type hierarchy from: D:\BuildAgent5\_work\70\.sonarqube\out\ucfg2\cs
2024-01-18T00:15:45.3948755Z INFO: Read 186 type definitions
2024-01-18T00:15:45.4026689Z INFO: Load type hierarchy: Time spent was 00:00:00.691
2024-01-18T00:15:45.4029223Z INFO: Load UCFGs: Starting
2024-01-18T00:15:45.4030019Z INFO: Reading UCFGs from: D:\BuildAgent5\_work\70\.sonarqube\out\ucfg2\cs
2024-01-18T00:15:47.9988783Z INFO: Load UCFGs: Time spent was 00:00:02.596
2024-01-18T00:15:47.9991760Z INFO: Load type hierarchy and UCFGs: Time spent was 00:00:03.287
2024-01-18T00:15:47.9996577Z INFO: Analyzing 527 UCFGs to detect vulnerabilities.
2024-01-18T00:15:47.9998096Z INFO: Check cache: Starting
2024-01-18T00:15:47.9998935Z INFO: Load cache: Starting
2024-01-18T00:15:47.9999728Z INFO: Load cache: Time spent was 00:00:00.000
2024-01-18T00:15:48.0000670Z INFO: Check cache: Time spent was 00:00:00.002
2024-01-18T00:15:48.0001507Z INFO: Create runtime call graph: Starting
2024-01-18T00:15:48.0006046Z INFO: Variable Type Analysis #1: Starting
2024-01-18T00:15:48.0016662Z INFO: Create runtime type propagation graph: Starting
2024-01-18T00:15:48.0300474Z INFO: Create runtime type propagation graph: Time spent was 00:00:00.028
2024-01-18T00:15:48.0303075Z INFO: Run SCC (Tarjan) on 1571 nodes: Starting
2024-01-18T00:15:48.0390852Z INFO: Run SCC (Tarjan) on 1571 nodes: Time spent was 00:00:00.009
2024-01-18T00:15:48.0392846Z INFO: Tarjan found 1571 strongly connected components
2024-01-18T00:15:48.0394337Z INFO: Propagate runtime types to strongly connected components: Starting
2024-01-18T00:15:48.0482497Z INFO: Propagate runtime types to strongly connected components: Time spent was 00:00:00.008
2024-01-18T00:15:48.0483432Z INFO: Variable Type Analysis #1: Time spent was 00:00:00.046
2024-01-18T00:15:48.0502247Z INFO: Variable Type Analysis #2: Starting
2024-01-18T00:15:48.0504510Z INFO: Create runtime type propagation graph: Starting
2024-01-18T00:15:48.0643887Z INFO: Create runtime type propagation graph: Time spent was 00:00:00.014
2024-01-18T00:15:48.0645727Z INFO: Run SCC (Tarjan) on 1571 nodes: Starting
2024-01-18T00:15:48.0661277Z INFO: Run SCC (Tarjan) on 1571 nodes: Time spent was 00:00:00.001
2024-01-18T00:15:48.0662466Z INFO: Tarjan found 1571 strongly connected components
2024-01-18T00:15:48.0663503Z INFO: Propagate runtime types to strongly connected components: Starting
2024-01-18T00:15:48.0718042Z INFO: Propagate runtime types to strongly connected components: Time spent was 00:00:00.004
2024-01-18T00:15:48.0719431Z INFO: Variable Type Analysis #2: Time spent was 00:00:00.021
2024-01-18T00:15:48.0739491Z INFO: Create runtime call graph: Time spent was 00:00:00.073
2024-01-18T00:15:48.0740522Z INFO: Load config: Starting
2024-01-18T00:15:48.3081460Z INFO: Load config: Time spent was 00:00:00.234
2024-01-18T00:15:48.3092937Z INFO: Compute entry points: Starting
2024-01-18T00:15:48.4694452Z INFO: Compute entry points: Time spent was 00:00:00.160
2024-01-18T00:15:48.4697058Z INFO: No entry points found.
2024-01-18T00:15:48.4697912Z INFO: csharp security sensor: Time spent was 00:00:03.758
2024-01-18T00:15:48.4753473Z INFO: csharp security sensor: Begin: 2024-01-18T00:15:44.710052400Z, End: 2024-01-18T00:15:48.468151400Z, Duration: 00:00:03.758
2024-01-18T00:15:48.4755203Z   Load type hierarchy and UCFGs: Begin: 2024-01-18T00:15:44.710052400Z, End: 2024-01-18T00:15:47.997153Z, Duration: 00:00:03.287
2024-01-18T00:15:48.4763822Z     Load type hierarchy: Begin: 2024-01-18T00:15:44.710052400Z, End: 2024-01-18T00:15:45.401067600Z, Duration: 00:00:00.691
2024-01-18T00:15:48.4772488Z     Load UCFGs: Begin: 2024-01-18T00:15:45.401067600Z, End: 2024-01-18T00:15:47.997153Z, Duration: 00:00:02.596
2024-01-18T00:15:48.4776976Z   Check cache: Begin: 2024-01-18T00:15:47.997153Z, End: 2024-01-18T00:15:47.999167800Z, Duration: 00:00:00.002
2024-01-18T00:15:48.4796333Z     Load cache: Begin: 2024-01-18T00:15:47.998148700Z, End: 2024-01-18T00:15:47.998148700Z, Duration: 00:00:00.000
2024-01-18T00:15:48.4802377Z   Create runtime call graph: Begin: 2024-01-18T00:15:47.999167800Z, End: 2024-01-18T00:15:48.073156200Z, Duration: 00:00:00.073
2024-01-18T00:15:48.4804609Z     Variable Type Analysis #1: Begin: 2024-01-18T00:15:48.000156700Z, End: 2024-01-18T00:15:48.047148700Z, Duration: 00:00:00.046
2024-01-18T00:15:48.4806538Z       Create runtime type propagation graph: Begin: 2024-01-18T00:15:48.001151500Z, End: 2024-01-18T00:15:48.029152100Z, Duration: 00:00:00.028
2024-01-18T00:15:48.4807892Z       Run SCC (Tarjan) on 1571 nodes: Begin: 2024-01-18T00:15:48.029152100Z, End: 2024-01-18T00:15:48.038152800Z, Duration: 00:00:00.009
2024-01-18T00:15:48.4809270Z       Propagate runtime types to strongly connected components: Begin: 2024-01-18T00:15:48.038152800Z, End: 2024-01-18T00:15:48.047148700Z, Duration: 00:00:00.008
2024-01-18T00:15:48.4810598Z     Variable Type Analysis #2: Begin: 2024-01-18T00:15:48.049153900Z, End: 2024-01-18T00:15:48.071149700Z, Duration: 00:00:00.021
2024-01-18T00:15:48.4812029Z       Create runtime type propagation graph: Begin: 2024-01-18T00:15:48.049153900Z, End: 2024-01-18T00:15:48.063156700Z, Duration: 00:00:00.014
2024-01-18T00:15:48.4813380Z       Run SCC (Tarjan) on 1571 nodes: Begin: 2024-01-18T00:15:48.063156700Z, End: 2024-01-18T00:15:48.065154100Z, Duration: 00:00:00.001
2024-01-18T00:15:48.4814764Z       Propagate runtime types to strongly connected components: Begin: 2024-01-18T00:15:48.065154100Z, End: 2024-01-18T00:15:48.070149700Z, Duration: 00:00:00.004
2024-01-18T00:15:48.4816051Z   Load config: Begin: 2024-01-18T00:15:48.073156200Z, End: 2024-01-18T00:15:48.307162700Z, Duration: 00:00:00.234
2024-01-18T00:15:48.4817273Z   Compute entry points: Begin: 2024-01-18T00:15:48.307162700Z, End: 2024-01-18T00:15:48.468151400Z, Duration: 00:00:00.160
2024-01-18T00:15:48.4818649Z INFO: csharp security sensor peak memory: 183 MB
2024-01-18T00:15:48.4819504Z INFO: Sensor CSharpSecuritySensor [security] (done) | time=3762ms
2024-01-18T00:15:48.4820313Z INFO: Sensor PhpSecuritySensor [security]
2024-01-18T00:15:48.4821441Z INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350
2024-01-18T00:15:48.4822576Z INFO: Load type hierarchy and UCFGs: Starting
2024-01-18T00:15:48.4823300Z INFO: Load type hierarchy: Starting
2024-01-18T00:15:48.4824169Z INFO: Reading type hierarchy from: D:\BuildAgent5\_work\70\.sonarqube\out\.sonar\ucfg2\php
2024-01-18T00:15:48.4825006Z INFO: Read 0 type definitions
2024-01-18T00:15:48.4825751Z INFO: Load type hierarchy: Time spent was 00:00:00.000
2024-01-18T00:15:48.4826527Z INFO: Load UCFGs: Starting
2024-01-18T00:15:48.4827263Z INFO: Load UCFGs: Time spent was 00:00:00.000
2024-01-18T00:15:48.4828088Z INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000
2024-01-18T00:15:48.4828922Z INFO: No UCFGs have been included for analysis.
2024-01-18T00:15:48.4830080Z INFO: php security sensor: Time spent was 00:00:00.000
2024-01-18T00:15:48.4830998Z INFO: Sensor PhpSecuritySensor [security] (done) | time=3ms
2024-01-18T00:15:48.4831875Z INFO: Sensor PythonSecuritySensor [security]
2024-01-18T00:15:48.4833349Z INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839
2024-01-18T00:15:48.4834567Z INFO: Load type hierarchy and UCFGs: Starting
2024-01-18T00:15:48.4835299Z INFO: Load type hierarchy: Starting
2024-01-18T00:15:48.4836166Z INFO: Reading type hierarchy from: D:\BuildAgent5\_work\70\.sonarqube\out\.sonar\ucfg2\python
2024-01-18T00:15:48.4837361Z INFO: Read 0 type definitions
2024-01-18T00:15:48.4838327Z INFO: Load type hierarchy: Time spent was 00:00:00.001
2024-01-18T00:15:48.4839142Z INFO: Load UCFGs: Starting
2024-01-18T00:15:48.4839919Z INFO: Load UCFGs: Time spent was 00:00:00.000
2024-01-18T00:15:48.4840795Z INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.001
2024-01-18T00:15:48.4841904Z INFO: No UCFGs have been included for analysis.
2024-01-18T00:15:48.4842804Z INFO: python security sensor: Time spent was 00:00:00.001
2024-01-18T00:15:48.4843710Z INFO: Sensor PythonSecuritySensor [security] (done) | time=2ms
2024-01-18T00:15:48.4844924Z INFO: Sensor JsSecuritySensor [security]
2024-01-18T00:15:48.4845938Z INFO: Enabled taint analysis rules: S2076, S5334, S5144, S5147, S6105, S6096, S2631, S6350, S5146, S2083, S5131, S5696, S6287, S3649, S5883
2024-01-18T00:15:48.4846975Z INFO: Load type hierarchy and UCFGs: Starting
2024-01-18T00:15:48.4847742Z INFO: Load type hierarchy: Starting
2024-01-18T00:15:48.4848606Z INFO: Reading type hierarchy from: D:\BuildAgent5\_work\70\.sonarqube\out\.sonar\ucfg2\js
2024-01-18T00:15:48.4849519Z INFO: Read 0 type definitions
2024-01-18T00:15:48.4850309Z INFO: Load type hierarchy: Time spent was 00:00:00.000
2024-01-18T00:15:48.4851164Z INFO: Load UCFGs: Starting
2024-01-18T00:15:48.4852185Z INFO: Load UCFGs: Time spent was 00:00:00.000
2024-01-18T00:15:48.4859827Z INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.001
2024-01-18T00:15:48.4860897Z INFO: No UCFGs have been included for analysis.
2024-01-18T00:15:48.4862085Z INFO: js security sensor: Time spent was 00:00:00.002
2024-01-18T00:15:48.4863018Z INFO: Sensor JsSecuritySensor [security] (done) | time=2ms
2024-01-18T00:15:48.4863809Z INFO: ------------- Run sensors on project
2024-01-18T00:15:48.5496099Z INFO: Sensor C# [csharp]
2024-01-18T00:15:48.5613965Z INFO: Importing results from 6 proto files in 'D:\BuildAgent5\_work\70\.sonarqube\out\2\output-cs'
2024-01-18T00:15:48.5677496Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230818233049_UsageMeterDigits.cs' referenced by the protobuf 'MetricsInfo' does not exist in the analysis context
2024-01-18T00:15:48.5687756Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230801004139_UsageMigration.cs' referenced by the protobuf 'MetricsInfo' does not exist in the analysis context
2024-01-18T00:15:48.5708863Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230722201244_GroupAndSourcesMigration.cs' referenced by the protobuf 'MetricsInfo' does not exist in the analysis context
2024-01-18T00:15:48.5874636Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230818233049_UsageMeterDigits.cs' referenced by the protobuf 'TokenTypeInfo' does not exist in the analysis context
2024-01-18T00:15:48.5876167Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230801004139_UsageMigration.cs' referenced by the protobuf 'TokenTypeInfo' does not exist in the analysis context
2024-01-18T00:15:48.5877467Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230722201244_GroupAndSourcesMigration.cs' referenced by the protobuf 'TokenTypeInfo' does not exist in the analysis context
2024-01-18T00:15:48.5983260Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230818233049_UsageMeterDigits.cs' referenced by the protobuf 'SymbolReferenceInfo' does not exist in the analysis context
2024-01-18T00:15:48.5992907Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230801004139_UsageMigration.cs' referenced by the protobuf 'SymbolReferenceInfo' does not exist in the analysis context
2024-01-18T00:15:48.5994891Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230722201244_GroupAndSourcesMigration.cs' referenced by the protobuf 'SymbolReferenceInfo' does not exist in the analysis context
2024-01-18T00:15:48.6223490Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230818233049_UsageMeterDigits.cs' referenced by the protobuf 'CopyPasteTokenInfo' does not exist in the analysis context
2024-01-18T00:15:48.6278834Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230801004139_UsageMigration.cs' referenced by the protobuf 'CopyPasteTokenInfo' does not exist in the analysis context
2024-01-18T00:15:48.6282098Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230722201244_GroupAndSourcesMigration.cs' referenced by the protobuf 'CopyPasteTokenInfo' does not exist in the analysis context
2024-01-18T00:15:48.6352379Z INFO: Importing results from 6 proto files in 'D:\BuildAgent5\_work\70\.sonarqube\out\3\output-cs'
2024-01-18T00:15:48.6552301Z INFO: Importing results from 6 proto files in 'D:\BuildAgent5\_work\70\.sonarqube\out\4\output-cs'
2024-01-18T00:15:48.6711677Z INFO: Importing results from 6 proto files in 'D:\BuildAgent5\_work\70\.sonarqube\out\5\output-cs'
2024-01-18T00:15:48.7456523Z INFO: Importing results from 6 proto files in 'D:\BuildAgent5\_work\70\.sonarqube\out\1\output-cs'
2024-01-18T00:15:48.7727056Z INFO: Importing results from 6 proto files in 'D:\BuildAgent5\_work\70\.sonarqube\out\10\output-cs'
2024-01-18T00:15:48.7766356Z INFO: Importing results from 6 proto files in 'D:\BuildAgent5\_work\70\.sonarqube\out\6\output-cs'
2024-01-18T00:15:48.7807011Z INFO: Importing results from 6 proto files in 'D:\BuildAgent5\_work\70\.sonarqube\out\0\output-cs'
2024-01-18T00:15:48.7875544Z INFO: Importing results from 6 proto files in 'D:\BuildAgent5\_work\70\.sonarqube\out\9\output-cs'
2024-01-18T00:15:48.7949920Z INFO: Importing results from 6 proto files in 'D:\BuildAgent5\_work\70\.sonarqube\out\7\output-cs'
2024-01-18T00:15:48.7969710Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230818233049_UsageMeterDigits.cs' referenced by the protobuf 'MetricsInfo' does not exist in the analysis context
2024-01-18T00:15:48.7971959Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230801004139_UsageMigration.cs' referenced by the protobuf 'MetricsInfo' does not exist in the analysis context
2024-01-18T00:15:48.7973537Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230722201244_GroupAndSourcesMigration.cs' referenced by the protobuf 'MetricsInfo' does not exist in the analysis context
2024-01-18T00:15:48.8016583Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230818233049_UsageMeterDigits.cs' referenced by the protobuf 'TokenTypeInfo' does not exist in the analysis context
2024-01-18T00:15:48.8018372Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230801004139_UsageMigration.cs' referenced by the protobuf 'TokenTypeInfo' does not exist in the analysis context
2024-01-18T00:15:48.8026184Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230722201244_GroupAndSourcesMigration.cs' referenced by the protobuf 'TokenTypeInfo' does not exist in the analysis context
2024-01-18T00:15:48.8049353Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230818233049_UsageMeterDigits.cs' referenced by the protobuf 'SymbolReferenceInfo' does not exist in the analysis context
2024-01-18T00:15:48.8051176Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230801004139_UsageMigration.cs' referenced by the protobuf 'SymbolReferenceInfo' does not exist in the analysis context
2024-01-18T00:15:48.8054098Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230722201244_GroupAndSourcesMigration.cs' referenced by the protobuf 'SymbolReferenceInfo' does not exist in the analysis context
2024-01-18T00:15:48.8103877Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230818233049_UsageMeterDigits.cs' referenced by the protobuf 'CopyPasteTokenInfo' does not exist in the analysis context
2024-01-18T00:15:48.8105633Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230801004139_UsageMigration.cs' referenced by the protobuf 'CopyPasteTokenInfo' does not exist in the analysis context
2024-01-18T00:15:48.8108786Z WARN: File 'D:\BuildAgent5\_work\70\s\src\Infrastructure\Persistence\Migrations\20230722201244_GroupAndSourcesMigration.cs' referenced by the protobuf 'CopyPasteTokenInfo' does not exist in the analysis context
2024-01-18T00:15:48.8126005Z INFO: Importing results from 6 proto files in 'D:\BuildAgent5\_work\70\.sonarqube\out\8\output-cs'
2024-01-18T00:15:48.8217977Z INFO: Importing 11 Roslyn reports
2024-01-18T00:15:48.9605129Z INFO: Found 11 MSBuild C# projects: 4 MAIN projects. 2 TEST projects. 5 with no MAIN nor TEST files.
2024-01-18T00:15:48.9606384Z INFO: Sensor C# [csharp] (done) | time=411ms
2024-01-18T00:15:48.9608307Z INFO: Sensor Analysis Warnings import [csharp]
2024-01-18T00:15:48.9672321Z INFO: Sensor Analysis Warnings import [csharp] (done) | time=6ms
2024-01-18T00:15:48.9673595Z INFO: Sensor C# File Caching Sensor [csharp]
2024-01-18T00:15:48.9674316Z INFO: Sensor C# File Caching Sensor [csharp] (done) | time=0ms
2024-01-18T00:15:48.9675125Z INFO: Sensor C# Tests Coverage Report Import [csharp]
2024-01-18T00:15:48.9704050Z INFO: Parsing the Visual Studio coverage XML report D:\BuildAgent5\_work\_temp\4545b9de-a1a1-49c8-9a88-c25249e7fb83\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_09.coveragexml
2024-01-18T00:15:49.1659701Z INFO: Adding this code coverage report to the cache for later reuse: D:\BuildAgent5\_work\_temp\4545b9de-a1a1-49c8-9a88-c25249e7fb83\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_09.coveragexml
2024-01-18T00:15:49.1667632Z INFO: Parsing the Visual Studio coverage XML report D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_09_48\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_09_47.coveragexml
2024-01-18T00:15:49.1700960Z INFO: Adding this code coverage report to the cache for later reuse: D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_09_48\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_09_47.coveragexml
2024-01-18T00:15:49.1703834Z INFO: Parsing the Visual Studio coverage XML report D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_10_08\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_04.coveragexml
2024-01-18T00:15:49.2220302Z INFO: Adding this code coverage report to the cache for later reuse: D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_10_08\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_04.coveragexml
2024-01-18T00:15:49.2223227Z INFO: Parsing the Visual Studio coverage XML report D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_10_35\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_09.coveragexml
2024-01-18T00:15:49.3023413Z INFO: Adding this code coverage report to the cache for later reuse: D:\BuildAgent5\_work\_temp\AZAGENTAppSvc_TPAPPDEV179_2024-01-17_16_10_35\In\TPAPPDEV179\AZAGENTAppSvc_TPAPPDEV179_2024-01-17.16_10_09.coveragexml
2024-01-18T00:15:49.4245732Z INFO: Coverage Report Statistics: 69 files, 69 main files, 69 main files with coverage, 0 test files, 0 project excluded files, 0 other language files.
2024-01-18T00:15:49.4250017Z INFO: Sensor C# Tests Coverage Report Import [csharp] (done) | time=457ms
2024-01-18T00:15:49.4251365Z INFO: Sensor Zero Coverage Sensor
2024-01-18T00:15:49.4298490Z INFO: Sensor Zero Coverage Sensor (done) | time=4ms
2024-01-18T00:15:49.4353042Z INFO: SCM Publisher SCM provider for this project is: git
2024-01-18T00:15:49.4366075Z INFO: SCM Publisher 2 source files to be analyzed
2024-01-18T00:15:50.0567948Z INFO: SCM Publisher 2/2 source files have been analyzed (done) | time=619ms
2024-01-18T00:15:50.0712889Z INFO: CPD Executor 23 files had no CPD blocks
2024-01-18T00:15:50.0714848Z INFO: CPD Executor Calculating CPD for 95 files
2024-01-18T00:15:50.1598889Z INFO: CPD Executor CPD calculation finished (done) | time=88ms
2024-01-18T00:15:50.5414022Z INFO: SCM writing changed lines
2024-01-18T00:15:50.6610971Z INFO: SCM writing changed lines (done) | time=120ms
2024-01-18T00:15:52.8895521Z INFO: Analysis report generated in 2711ms, dir size=316 KB
2024-01-18T00:15:53.2208410Z INFO: Analysis report compressed in 331ms, zip size=119 KB
2024-01-18T00:15:53.7198612Z INFO: Analysis report uploaded in 499ms
2024-01-18T00:15:53.7283067Z INFO: ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=portofseattle_AQDB&pullRequest=3211
2024-01-18T00:15:53.7284479Z INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
2024-01-18T00:15:53.7285481Z INFO: More about the report processing at https://sonarcloud.io/api/ce/task?id=AY0Z7Jz5gp1pf0BXxFXo
2024-01-18T00:16:04.9387193Z INFO: Analysis total time: 3:21.285 s
2024-01-18T00:16:04.9424558Z INFO: ------------------------------------------------------------------------
2024-01-18T00:16:04.9425774Z INFO: EXECUTION SUCCESS
2024-01-18T00:16:04.9426355Z INFO: ------------------------------------------------------------------------
2024-01-18T00:16:04.9426942Z INFO: Total time: 3:26.296s
2024-01-18T00:16:05.0277193Z INFO: Final Memory: 19M/70M
2024-01-18T00:16:05.0278058Z INFO: ------------------------------------------------------------------------
2024-01-18T00:16:05.4671782Z The SonarScanner CLI has finished
2024-01-18T00:16:05.4679886Z 16:16:05.459  Post-processing succeeded.
2024-01-18T00:16:05.5078802Z ##[section]Finishing: SonarCloud Analyze

Hello @isatemple,

can you please confirm you are running in both cases the same ng test --code-coverage command?

Did you follow the instructions on setting up the coverage (setting up sonar.javascript.lcov.reportPaths if coverage info is not the default ./coverage/lcov.info?

I see from those lines that some files are not properly resolved. Can you paste here some contents of lcov\report-lcovonly.txt see where it’s pointing to?

Like this?

SF:src\polyfills.ts

FNF:0

FNH:0

LF:0

LH:0

BRF:0

BRH:0

end_of_record

TN:

SF:src\api-authorization\api-authorization.constants.ts

FNF:0

SF:src\app\web-api-client.ts

Seems the file that cannot be resolved is excluded:

2024-01-18T00:13:02.0267463Z INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.spec.ts, **/karma.conf.js, **/*.sql, **/*.scss, **/*.json, **/web-api-client.ts, **/Migrations/*.*

Can you un-exclude **/web-api-client.ts? Or just add it to the ignore list of lcov, so no data is generated for it.

Cheers,
Victor