Can't scan the whole repo

hi, I have an issue scanning the whole project. I configured the pipeline in a private repository as required according to your instructions though the scan is not full and barely starts. it scans only a single file but maps the whole project files.

  • using Azure DevOps
  • CI system used Azure DevOps
  • Languages of the repository is C#
  • couldn’t run analysis on the whole project. though it does map all the files but with 0 rows on each but single one which is the appsettings.json file.

Hi,

Welcome to the community!

Can you share your pipeline, and 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.

 
Thx,
Ann

trigger:

- master



pool:

  vmImage: 'windows-latest'

steps:

- checkout: self

  fetchDepth: 0

# sonarqube prepare

- task: SonarCloudPrepare@4

  inputs:

    SonarQube: 'SonarQube POC'

    organization: '<My-Organization>'

    scannerMode: 'dotnet'

    projectKey: '<My-Project-Key>'

    projectName: '<My-Project-Name>'

    

# dotnet build

- task: DotNetCoreCLI@2

  inputs:

    command: 'build'

    projects: '**/*.sln'



# sonarqube analyze

- task: SonarCloudAnalyze@4

  inputs:

    jdkversion: 'JAVA_HOME_17_X64'



# sonarqube publish

- task: SonarCloudPublish@4

  inputs:

    pollingTimeoutSec: '300'

what exactly in the log you wish to see?
the engine starts, indexing the project and scan though it does scan only single file.

Hi,

I’m looking for the analysis log. The output of SonarCloudAnalyze.

 
Ann

those are pretty many lines of logs though

2026-04-12T05:38:53.1387083Z ##[section]Starting: SonarCloudAnalyze
2026-04-12T05:38:53.1408937Z ==============================================================================
2026-04-12T05:38:53.1409136Z Task         : Run Code Analysis
2026-04-12T05:38:53.1409263Z Description  : Run scanner and upload the results to SonarQube Cloud.
2026-04-12T05:38:53.1409425Z Version      : 4.2.3
2026-04-12T05:38:53.1409555Z Author       : sonarsource
2026-04-12T05:38:53.1409673Z Help         : 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/)
2026-04-12T05:38:53.1410029Z ==============================================================================
2026-04-12T05:38:53.9048456Z [command]D:\a\_tasks\SonarCloudPrepare_14d9cde6-c1da-4d55-aa01-2965cd301255\4.2.3\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe end
2026-04-12T05:38:54.0129156Z SonarScanner for .NET 11.2.1
2026-04-12T05:38:54.0130254Z Using the .NET Framework version of the Scanner for .NET
2026-04-12T05:38:54.3221034Z Post-processing started.
2026-04-12T05:38:54.9406636Z 05:38:54.939  Converting coverage reports.
2026-04-12T05:38:54.9422792Z 05:38:54.941  Fetching code coverage report information from TFS...
2026-04-12T05:38:54.9434605Z 05:38:54.942  Attempting to locate a test results (.trx) file...
2026-04-12T05:38:54.9532527Z 05:38:54.952  Looking for TRX files in: D:\a\1\TestResults
2026-04-12T05:38:54.9535675Z 05:38:54.952  No test results files found
2026-04-12T05:38:54.9563569Z 05:38:54.954  No code coverage attachments were found from the trx files.
2026-04-12T05:38:54.9564444Z 05:38:54.954  Did not find any binary coverage files in the expected location.
2026-04-12T05:38:54.9576162Z 05:38:54.956  Falling back on locating coverage files in the agent temp directory.
2026-04-12T05:38:54.9583106Z 05:38:54.956  Searching for coverage files in D:\a\_temp
2026-04-12T05:38:54.9583881Z 05:38:54.956  No coverage files found in the agent temp directory.
2026-04-12T05:38:55.0692910Z 05:38:55.068  Using Java found in Analysis Config: C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip_extracted\jdk-21.0.9+10-jre\bin\java.exe
2026-04-12T05:38:56.0729966Z 05:38:56.071  INFO: Starting SonarScanner Engine...
2026-04-12T05:38:56.0743523Z 05:38:56.073  INFO: Java 21.0.9 Eclipse Adoptium (64-bit)
2026-04-12T05:39:03.8404699Z 05:39:03.837  INFO: Load global settings
2026-04-12T05:39:04.5713360Z 05:39:04.567  INFO: Load global settings (done) | time=721ms
2026-04-12T05:39:04.7685885Z 05:39:04.766  INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
2026-04-12T05:39:05.6019109Z 05:39:05.597  INFO: Loading required plugins
2026-04-12T05:39:05.6020333Z 05:39:05.598  INFO: Load plugins index
2026-04-12T05:39:05.6547851Z 05:39:05.651  INFO: Load plugins index (done) | time=50ms
2026-04-12T05:39:05.6597348Z 05:39:05.653  INFO: Load/download plugins
2026-04-12T05:39:06.9640419Z 05:39:06.961  INFO: Load/download plugins (done) | time=1308ms
2026-04-12T05:39:07.2383175Z 05:39:07.237  INFO: Loaded core extensions: a3s, sca, architecture
2026-04-12T05:39:07.8793609Z 05:39:07.876  INFO: Process project properties
2026-04-12T05:39:07.9565617Z 05:39:07.951  INFO: Project key: Albar-Dev-Team_Event-Driven-POC
2026-04-12T05:39:07.9566587Z 05:39:07.951  INFO: Base dir: D:\a\1\s
2026-04-12T05:39:07.9589191Z 05:39:07.952  INFO: Working dir: D:\a\1\.sonarqube\out\.sonar
2026-04-12T05:39:07.9834828Z 05:39:07.981  INFO: Found an active CI vendor: 'Azure DevOps'
2026-04-12T05:39:07.9913825Z 05:39:07.986  INFO: Load project branches
2026-04-12T05:39:08.1615908Z 05:39:08.148  INFO: Load project branches (done) | time=161ms
2026-04-12T05:39:08.1639427Z 05:39:08.161  INFO: Load project settings for component key: 'Albar-Dev-Team_Event-Driven-POC'
2026-04-12T05:39:08.3735368Z 05:39:08.367  INFO: Load project settings for component key: 'Albar-Dev-Team_Event-Driven-POC' (done) | time=205ms
2026-04-12T05:39:08.4050126Z 05:39:08.383  INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
2026-04-12T05:39:09.3304266Z 05:39:09.327  INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
2026-04-12T05:39:09.5415224Z 05:39:09.540  INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
2026-04-12T05:39:09.7520278Z 05:39:09.747  INFO: Check ALM binding of project 'Albar-Dev-Team_Event-Driven-POC'
2026-04-12T05:39:09.8250571Z 05:39:09.823  INFO: Detected project binding: BOUND
2026-04-12T05:39:09.8251577Z 05:39:09.824  INFO: Check ALM binding of project 'Albar-Dev-Team_Event-Driven-POC' (done) | time=75ms
2026-04-12T05:39:09.8353713Z 05:39:09.831  INFO: Load project pull requests
2026-04-12T05:39:09.8711224Z 05:39:09.863  INFO: Load project pull requests (done) | time=32ms
2026-04-12T05:39:09.8955322Z 05:39:09.871  INFO: Load branch configuration
2026-04-12T05:39:09.9017138Z 05:39:09.873  INFO: Load branch configuration (done) | time=1ms
2026-04-12T05:39:09.9417634Z 05:39:09.938  INFO: Load quality profiles
2026-04-12T05:39:10.2591232Z 05:39:10.257  INFO: Load quality profiles (done) | time=319ms
2026-04-12T05:39:10.3425726Z 05:39:10.337  INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
2026-04-12T05:39:10.3436438Z 05:39:10.339  INFO: Create analysis
2026-04-12T05:39:10.4784499Z 05:39:10.476  INFO: Create analysis (done) | time=137ms
2026-04-12T05:39:10.5025057Z 05:39:10.497  INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
2026-04-12T05:39:10.5066016Z 05:39:10.505  INFO: Load active rules
2026-04-12T05:39:11.2479430Z 05:39:11.243  INFO: Load active rules (done) | time=738ms
2026-04-12T05:39:11.6329361Z 05:39:11.629  INFO: Organization key: albar-dev-team
2026-04-12T05:39:11.6943986Z 05:39:11.691  INFO: Preprocessing files...
2026-04-12T05:39:12.0881480Z 05:39:12.076  INFO: 3 languages detected in 68 preprocessed files (done) | time=383ms
2026-04-12T05:39:12.0891838Z 05:39:12.077  INFO: 0 files ignored because of inclusion/exclusion patterns
2026-04-12T05:39:12.0892874Z 05:39:12.077  INFO: 105 files ignored because of scm ignore settings
2026-04-12T05:39:12.8803671Z 05:39:12.875  INFO: Loading plugins for detected languages
2026-04-12T05:39:12.8805114Z 05:39:12.876  INFO: Load/download plugins
2026-04-12T05:39:16.8903189Z 05:39:16.886  INFO: Load/download plugins (done) | time=4009ms
2026-04-12T05:39:17.6158167Z 05:39:17.615  INFO: Executing phase 2 project builders
2026-04-12T05:39:17.6730321Z 05:39:17.669  INFO: Executing phase 2 project builders (done) | time=54ms
2026-04-12T05:39:17.6894464Z 05:39:17.687  INFO: Load project repositories
2026-04-12T05:39:17.8260051Z 05:39:17.813  INFO: Load project repositories (done) | time=126ms
2026-04-12T05:39:17.8617023Z 05:39:17.852  INFO: Indexing files...
2026-04-12T05:39:17.8644784Z 05:39:17.852  INFO: Project configuration:
2026-04-12T05:39:17.8922908Z 05:39:17.856  INFO:   Excluded sources: **/build-wrapper-dump.json
2026-04-12T05:39:17.9340693Z 05:39:17.858  INFO: Indexing files of module 'NotificationService.Logic'
2026-04-12T05:39:17.9353052Z 05:39:17.860  INFO:   Base dir: D:\a\1\s\Services\NotificationService\NotificationService.Logic
2026-04-12T05:39:17.9354784Z 05:39:17.864  INFO:   Source paths: appsettings.Development.json, appsettings.json, obj/Notificat...
2026-04-12T05:39:17.9355923Z 05:39:17.864  INFO:   Excluded sources: **/build-wrapper-dump.json
2026-04-12T05:39:17.9360526Z 05:39:17.896  INFO: Indexing files of module 'PaymentService.Logic'
2026-04-12T05:39:17.9361202Z 05:39:17.899  INFO:   Base dir: D:\a\1\s\Services\PaymentService\PaymentService.Logic
2026-04-12T05:39:17.9361840Z 05:39:17.901  INFO:   Source paths: appsettings.Development.json, appsettings.json, obj/PaymentSe...
2026-04-12T05:39:17.9375391Z 05:39:17.919  INFO:   Excluded sources: **/build-wrapper-dump.json
2026-04-12T05:39:17.9377048Z 05:39:17.923  INFO: Indexing files of module 'OrderService.Data'
2026-04-12T05:39:17.9418683Z 05:39:17.928  INFO:   Base dir: D:\a\1\s\Services\OrderService\OrderService.Data
2026-04-12T05:39:17.9419471Z 05:39:17.931  INFO:   Source paths: Entities/Order.cs, OrderDbContext.cs, Repositories/IOrderRepo...
2026-04-12T05:39:17.9496366Z 05:39:17.931  INFO:   Excluded sources: **/build-wrapper-dump.json
2026-04-12T05:39:17.9497023Z 05:39:17.931  INFO: Indexing files of module 'InventoryService.Logic'
2026-04-12T05:39:17.9538066Z 05:39:17.932  INFO:   Base dir: D:\a\1\s\Services\InventoryService\InventoryService.Logic
2026-04-12T05:39:17.9558456Z 05:39:17.932  INFO:   Source paths: appsettings.Development.json, appsettings.json, obj/Inventory...
2026-04-12T05:39:17.9559326Z 05:39:17.932  INFO:   Excluded sources: **/build-wrapper-dump.json
2026-04-12T05:39:17.9578135Z 05:39:17.932  INFO: Indexing files of module 'ApiGateway'
2026-04-12T05:39:17.9578819Z 05:39:17.932  INFO:   Base dir: D:\a\1\s\Services\ApiGateway
2026-04-12T05:39:17.9618851Z 05:39:17.932  INFO:   Source paths: appsettings.Development.json, appsettings.json, obj/ApiGatewa...
2026-04-12T05:39:17.9683113Z 05:39:17.932  INFO:   Excluded sources: **/build-wrapper-dump.json
2026-04-12T05:39:17.9797253Z 05:39:17.938  INFO: Indexing files of module 'NotificationService.Data'
2026-04-12T05:39:17.9834658Z 05:39:17.938  INFO:   Base dir: D:\a\1\s\Services\NotificationService\NotificationService.Data
2026-04-12T05:39:17.9932101Z 05:39:17.938  INFO:   Source paths: obj/NotificationService.Data.csproj.nuget.dgspec.json, obj/pr...
2026-04-12T05:39:17.9949607Z 05:39:17.938  INFO:   Excluded sources: **/build-wrapper-dump.json
2026-04-12T05:39:17.9960997Z 05:39:17.942  INFO: Indexing files of module 'PaymentService.Data'
2026-04-12T05:39:17.9965893Z 05:39:17.942  INFO:   Base dir: D:\a\1\s\Services\PaymentService\PaymentService.Data
2026-04-12T05:39:17.9972432Z 05:39:17.942  INFO:   Source paths: obj/PaymentService.Data.csproj.nuget.dgspec.json, obj/project...
2026-04-12T05:39:17.9978117Z 05:39:17.942  INFO:   Excluded sources: **/build-wrapper-dump.json
2026-04-12T05:39:17.9980684Z 05:39:17.950  INFO: Indexing files of module 'EventDrivenPOC.Shared'
2026-04-12T05:39:17.9984143Z 05:39:17.950  INFO:   Base dir: D:\a\1\s\Shared\EventDrivenPOC.Shared
2026-04-12T05:39:17.9989620Z 05:39:17.950  INFO:   Source paths: obj/EventDrivenPOC.Shared.csproj.nuget.dgspec.json, obj/proje...
2026-04-12T05:39:18.0001385Z 05:39:17.951  INFO:   Excluded sources: **/build-wrapper-dump.json
2026-04-12T05:39:18.0010639Z 05:39:17.963  INFO: Indexing files of module 'InventoryService.Data'
2026-04-12T05:39:18.0035324Z 05:39:17.963  INFO:   Base dir: D:\a\1\s\Services\InventoryService\InventoryService.Data
2026-04-12T05:39:18.0038219Z 05:39:17.965  INFO:   Source paths: obj/InventoryService.Data.csproj.nuget.dgspec.json, obj/proje...
2026-04-12T05:39:18.0041810Z 05:39:17.965  INFO:   Excluded sources: **/build-wrapper-dump.json
2026-04-12T05:39:18.0049169Z 05:39:17.975  INFO: Indexing files of module 'OrderService.Logic'
2026-04-12T05:39:18.0053111Z 05:39:17.976  INFO:   Base dir: D:\a\1\s\Services\OrderService\OrderService.Logic
2026-04-12T05:39:18.0058409Z 05:39:17.976  INFO:   Source paths: appsettings.Development.json, appsettings.json, obj/OrderServ...
2026-04-12T05:39:18.0061286Z 05:39:17.976  INFO:   Excluded sources: **/build-wrapper-dump.json
2026-04-12T05:39:18.0064199Z 05:39:17.984  INFO: Indexing files of module 'Event-Driven-POC'
2026-04-12T05:39:18.0085366Z 05:39:17.985  INFO:   Base dir: D:\a\1\s
2026-04-12T05:39:18.0091780Z 05:39:17.985  INFO:   Source paths: services.json, sonarqube-pipelines.yml, start-all.ps1
2026-04-12T05:39:18.0098806Z 05:39:17.986  INFO:   Excluded sources: **/build-wrapper-dump.json
2026-04-12T05:39:18.0104093Z 05:39:17.987  INFO: 68 files indexed (done) | time=135ms
2026-04-12T05:39:18.0229905Z 05:39:18.018  INFO: Quality profile for cs: Sonar way
2026-04-12T05:39:18.0230990Z 05:39:18.020  INFO: Quality profile for json: Sonar way
2026-04-12T05:39:18.0231603Z 05:39:18.020  INFO: Quality profile for yaml: Sonar way
2026-04-12T05:39:18.0238729Z 05:39:18.020  INFO: ------------- Run sensors on module OrderService.Data
2026-04-12T05:39:18.1782162Z 05:39:18.173  INFO: Load metrics repository
2026-04-12T05:39:18.2612479Z 05:39:18.225  INFO: Load metrics repository (done) | time=48ms
2026-04-12T05:39:18.2614028Z 05:39:18.245  INFO: Sensor cache enabled
2026-04-12T05:39:18.2615567Z 05:39:18.251  INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
2026-04-12T05:39:18.2620005Z 05:39:18.254  INFO: Load sensor cache
2026-04-12T05:39:18.5552817Z 05:39:18.554  INFO: Load sensor cache (404) | time=299ms
2026-04-12T05:39:18.5590762Z 05:39:18.557  INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
2026-04-12T05:39:18.5737201Z 05:39:18.571  INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
2026-04-12T05:39:18.8263216Z 05:39:18.792  INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
2026-04-12T05:39:20.0673910Z 05:39:20.061  INFO: Sensor C# Project Type Information [csharpenterprise]
2026-04-12T05:39:20.0693273Z 05:39:20.067  INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=5ms
2026-04-12T05:39:20.0694832Z 05:39:20.068  INFO: Sensor C# Analysis Log [csharpenterprise]
2026-04-12T05:39:20.0807957Z 05:39:20.077  INFO: Roslyn version: 5.3.0.0
2026-04-12T05:39:20.0809069Z 05:39:20.078  INFO: Language version: CSharp12
2026-04-12T05:39:20.0884004Z 05:39:20.078  INFO: Concurrent execution: enabled
2026-04-12T05:39:20.0886250Z 05:39:20.078  INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=11ms
2026-04-12T05:39:20.0887078Z 05:39:20.079  INFO: Sensor C# Method Declarations [csharpenterprise]
2026-04-12T05:39:20.0887913Z 05:39:20.082  INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:20.0890903Z 05:39:20.083  INFO: Sensor C# Telemetry [csharpenterprise]
2026-04-12T05:39:20.0891532Z 05:39:20.086  INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=3ms
2026-04-12T05:39:20.0909733Z 05:39:20.086  INFO: Sensor C# Telemetry Json [csharpenterprise]
2026-04-12T05:39:20.1253940Z 05:39:20.116  INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=29ms
2026-04-12T05:39:20.1254944Z 05:39:20.117  INFO: Sensor C# Properties [csharpenterprise]
2026-04-12T05:39:20.1255594Z 05:39:20.119  INFO: Sensor C# Properties [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:20.1256203Z 05:39:20.121  INFO: Sensor C# A3S Context Sensor [csharpenterprise]
2026-04-12T05:39:20.4452940Z 05:39:20.444  INFO: Sensor C# A3S Context Sensor [csharpenterprise] (done) | time=323ms
2026-04-12T05:39:20.4477918Z 05:39:20.445  INFO: Sensor IaC hadolint report Sensor [iac]
2026-04-12T05:39:20.4479094Z 05:39:20.446  INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=1ms
2026-04-12T05:39:20.4479715Z 05:39:20.446  INFO: Sensor Java Config Sensor [iac]
2026-04-12T05:39:20.4869545Z 05:39:20.456  INFO: There are no files to be analyzed for the Java language
2026-04-12T05:39:20.4873674Z 05:39:20.457  INFO: Sensor Java Config Sensor [iac] (done) | time=10ms
2026-04-12T05:39:20.4874454Z 05:39:20.458  INFO: Sensor IaC Docker Sensor [iac]
2026-04-12T05:39:20.4892530Z 05:39:20.460  INFO: There are no files to be analyzed for the Docker language
2026-04-12T05:39:20.5182390Z 05:39:20.461  INFO: Sensor IaC Docker Sensor [iac] (done) | time=3ms
2026-04-12T05:39:20.5278718Z 05:39:20.461  INFO: Sensor IaC GitHub Actions Sensor [iac]
2026-04-12T05:39:20.5306528Z 05:39:20.462  INFO: There are no files to be analyzed for the GitHub Actions language
2026-04-12T05:39:20.5321592Z 05:39:20.462  INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=1ms
2026-04-12T05:39:20.5329902Z 05:39:20.464  INFO: Sensor IaC actionlint report Sensor [iac]
2026-04-12T05:39:20.5334810Z 05:39:20.464  INFO: Sensor IaC actionlint report Sensor [iac] (done) | time=1ms
2026-04-12T05:39:20.5345555Z 05:39:20.465  INFO: Sensor IaC Shell Sensor [iac]
2026-04-12T05:39:20.5352783Z 05:39:20.466  INFO: There are no files to be analyzed for the Shell language
2026-04-12T05:39:20.5361881Z 05:39:20.467  INFO: Sensor IaC Shell Sensor [iac] (done) | time=1ms
2026-04-12T05:39:20.5365427Z 05:39:20.467  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend]
2026-04-12T05:39:20.5375905Z 05:39:20.468  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend] (done) | time=0ms
2026-04-12T05:39:20.5380016Z 05:39:20.473  INFO: ------------- Run sensors on module PaymentService.Data
2026-04-12T05:39:20.5704739Z 05:39:20.556  INFO: Sensor C# Project Type Information [csharpenterprise]
2026-04-12T05:39:20.5795253Z 05:39:20.557  INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:20.5811027Z 05:39:20.558  INFO: Sensor C# Analysis Log [csharpenterprise]
2026-04-12T05:39:20.5820399Z 05:39:20.559  INFO: Roslyn version: 5.3.0.0
2026-04-12T05:39:20.5833043Z 05:39:20.560  INFO: Language version: CSharp12
2026-04-12T05:39:20.5870215Z 05:39:20.560  INFO: Concurrent execution: enabled
2026-04-12T05:39:20.5876114Z 05:39:20.560  INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=2ms
2026-04-12T05:39:20.5879990Z 05:39:20.561  INFO: Sensor C# Method Declarations [csharpenterprise]
2026-04-12T05:39:20.5892008Z 05:39:20.561  INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:20.5907459Z 05:39:20.566  INFO: Sensor C# Telemetry [csharpenterprise]
2026-04-12T05:39:20.5917551Z 05:39:20.568  INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=2ms
2026-04-12T05:39:20.5927171Z 05:39:20.568  INFO: Sensor C# Telemetry Json [csharpenterprise]
2026-04-12T05:39:20.5930093Z 05:39:20.569  INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:20.5939949Z 05:39:20.569  INFO: Sensor C# Properties [csharpenterprise]
2026-04-12T05:39:20.5952425Z 05:39:20.571  INFO: Sensor C# Properties [csharpenterprise] (done) | time=2ms
2026-04-12T05:39:20.5957748Z 05:39:20.576  INFO: Sensor C# A3S Context Sensor [csharpenterprise]
2026-04-12T05:39:20.5979273Z 05:39:20.576  INFO: Sensor C# A3S Context Sensor [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:20.6054181Z 05:39:20.576  INFO: Sensor IaC hadolint report Sensor [iac]
2026-04-12T05:39:20.6059202Z 05:39:20.576  INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:20.6059711Z 05:39:20.577  INFO: Sensor Java Config Sensor [iac]
2026-04-12T05:39:20.6096272Z 05:39:20.577  INFO: There are no files to be analyzed for the Java language
2026-04-12T05:39:20.6102327Z 05:39:20.577  INFO: Sensor Java Config Sensor [iac] (done) | time=0ms
2026-04-12T05:39:20.6105974Z 05:39:20.578  INFO: Sensor IaC Docker Sensor [iac]
2026-04-12T05:39:20.6119668Z 05:39:20.579  INFO: There are no files to be analyzed for the Docker language
2026-04-12T05:39:20.6128188Z 05:39:20.580  INFO: Sensor IaC Docker Sensor [iac] (done) | time=0ms
2026-04-12T05:39:20.6143308Z 05:39:20.580  INFO: Sensor IaC GitHub Actions Sensor [iac]
2026-04-12T05:39:20.6162875Z 05:39:20.581  INFO: There are no files to be analyzed for the GitHub Actions language
2026-04-12T05:39:20.6175215Z 05:39:20.581  INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=0ms
2026-04-12T05:39:20.6201585Z 05:39:20.582  INFO: Sensor IaC actionlint report Sensor [iac]
2026-04-12T05:39:20.6202274Z 05:39:20.582  INFO: Sensor IaC actionlint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:20.6217466Z 05:39:20.583  INFO: Sensor IaC Shell Sensor [iac]
2026-04-12T05:39:20.6220835Z 05:39:20.583  INFO: There are no files to be analyzed for the Shell language
2026-04-12T05:39:20.6230304Z 05:39:20.584  INFO: Sensor IaC Shell Sensor [iac] (done) | time=0ms
2026-04-12T05:39:20.6242193Z 05:39:20.584  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend]
2026-04-12T05:39:20.6283604Z 05:39:20.584  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend] (done) | time=0ms
2026-04-12T05:39:20.6292976Z 05:39:20.585  INFO: ------------- Run sensors on module NotificationService.Data
2026-04-12T05:39:20.6733076Z 05:39:20.669  INFO: Sensor C# Project Type Information [csharpenterprise]
2026-04-12T05:39:20.6754996Z 05:39:20.670  INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:20.6755766Z 05:39:20.671  INFO: Sensor C# Analysis Log [csharpenterprise]
2026-04-12T05:39:20.6780356Z 05:39:20.675  INFO: Roslyn version: 5.3.0.0
2026-04-12T05:39:20.6839221Z 05:39:20.676  INFO: Language version: CSharp12
2026-04-12T05:39:20.7213622Z 05:39:20.676  INFO: Concurrent execution: enabled
2026-04-12T05:39:20.7281805Z 05:39:20.676  INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=5ms
2026-04-12T05:39:20.7303181Z 05:39:20.677  INFO: Sensor C# Method Declarations [csharpenterprise]
2026-04-12T05:39:20.7339187Z 05:39:20.679  INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:20.7365368Z 05:39:20.680  INFO: Sensor C# Telemetry [csharpenterprise]
2026-04-12T05:39:20.7368884Z 05:39:20.681  INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:20.7373313Z 05:39:20.681  INFO: Sensor C# Telemetry Json [csharpenterprise]
2026-04-12T05:39:20.7377502Z 05:39:20.682  INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:20.7394987Z 05:39:20.682  INFO: Sensor C# Properties [csharpenterprise]
2026-04-12T05:39:20.7396889Z 05:39:20.682  INFO: Sensor C# Properties [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:20.7440255Z 05:39:20.683  INFO: Sensor C# A3S Context Sensor [csharpenterprise]
2026-04-12T05:39:20.7444752Z 05:39:20.683  INFO: Sensor C# A3S Context Sensor [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:20.7452561Z 05:39:20.685  INFO: Sensor IaC hadolint report Sensor [iac]
2026-04-12T05:39:20.7490989Z 05:39:20.686  INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=1ms
2026-04-12T05:39:20.7518635Z 05:39:20.686  INFO: Sensor Java Config Sensor [iac]
2026-04-12T05:39:20.7532939Z 05:39:20.687  INFO: There are no files to be analyzed for the Java language
2026-04-12T05:39:20.7539151Z 05:39:20.688  INFO: Sensor Java Config Sensor [iac] (done) | time=0ms
2026-04-12T05:39:20.7547161Z 05:39:20.688  INFO: Sensor IaC Docker Sensor [iac]
2026-04-12T05:39:20.7610466Z 05:39:20.689  INFO: There are no files to be analyzed for the Docker language
2026-04-12T05:39:20.7642600Z 05:39:20.690  INFO: Sensor IaC Docker Sensor [iac] (done) | time=1ms
2026-04-12T05:39:20.7654882Z 05:39:20.690  INFO: Sensor IaC GitHub Actions Sensor [iac]
2026-04-12T05:39:20.7673966Z 05:39:20.690  INFO: There are no files to be analyzed for the GitHub Actions language
2026-04-12T05:39:20.7701897Z 05:39:20.691  INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=1ms
2026-04-12T05:39:20.7705553Z 05:39:20.691  INFO: Sensor IaC actionlint report Sensor [iac]
2026-04-12T05:39:20.7708018Z 05:39:20.692  INFO: Sensor IaC actionlint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:20.7712819Z 05:39:20.692  INFO: Sensor IaC Shell Sensor [iac]
2026-04-12T05:39:20.7718367Z 05:39:20.692  INFO: There are no files to be analyzed for the Shell language
2026-04-12T05:39:20.7722582Z 05:39:20.693  INFO: Sensor IaC Shell Sensor [iac] (done) | time=0ms
2026-04-12T05:39:20.7726935Z 05:39:20.693  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend]
2026-04-12T05:39:20.7729794Z 05:39:20.693  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend] (done) | time=0ms
2026-04-12T05:39:20.7734345Z 05:39:20.695  INFO: ------------- Run sensors on module NotificationService.Logic
2026-04-12T05:39:20.7751450Z 05:39:20.774  INFO: Sensor C# Project Type Information [csharpenterprise]
2026-04-12T05:39:20.7763270Z 05:39:20.775  INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:20.7764086Z 05:39:20.775  INFO: Sensor C# Analysis Log [csharpenterprise]
2026-04-12T05:39:20.7872705Z 05:39:20.776  INFO: Roslyn version: 5.3.0.0
2026-04-12T05:39:20.7873294Z 05:39:20.776  INFO: Language version: CSharp12
2026-04-12T05:39:20.7873787Z 05:39:20.777  INFO: Concurrent execution: enabled
2026-04-12T05:39:20.7874289Z 05:39:20.777  INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:20.7877699Z 05:39:20.777  INFO: Sensor C# Method Declarations [csharpenterprise]
2026-04-12T05:39:20.7878316Z 05:39:20.778  INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:20.7887215Z 05:39:20.779  INFO: Sensor C# Telemetry [csharpenterprise]
2026-04-12T05:39:20.7887965Z 05:39:20.782  INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=3ms
2026-04-12T05:39:20.7889444Z 05:39:20.783  INFO: Sensor C# Telemetry Json [csharpenterprise]
2026-04-12T05:39:20.7890062Z 05:39:20.784  INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:20.7913165Z 05:39:20.784  INFO: Sensor C# Properties [csharpenterprise]
2026-04-12T05:39:20.7913897Z 05:39:20.785  INFO: Sensor C# Properties [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:20.7914426Z 05:39:20.785  INFO: Sensor C# A3S Context Sensor [csharpenterprise]
2026-04-12T05:39:20.7961535Z 05:39:20.786  INFO: Sensor C# A3S Context Sensor [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:20.7962174Z 05:39:20.786  INFO: Sensor IaC CloudFormation Sensor [iac]
2026-04-12T05:39:20.7969353Z 05:39:20.793  INFO: There are no files to be analyzed for the CloudFormation language
2026-04-12T05:39:20.8199486Z 05:39:20.794  INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=7ms
2026-04-12T05:39:20.8247826Z 05:39:20.794  INFO: Sensor IaC cfn-lint report Sensor [iac]
2026-04-12T05:39:20.8248388Z 05:39:20.794  INFO: Sensor IaC cfn-lint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:20.8250002Z 05:39:20.795  INFO: Sensor IaC hadolint report Sensor [iac]
2026-04-12T05:39:20.8250556Z 05:39:20.795  INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:20.8251344Z 05:39:20.795  INFO: Sensor IaC Azure Resource Manager Sensor [iac]
2026-04-12T05:39:20.8270043Z 05:39:20.798  INFO: There are no files to be analyzed for the Azure Resource Manager language
2026-04-12T05:39:20.8270917Z 05:39:20.798  INFO: Sensor IaC Azure Resource Manager Sensor [iac] (done) | time=2ms
2026-04-12T05:39:20.8272850Z 05:39:20.798  INFO: Sensor Java Config Sensor [iac]
2026-04-12T05:39:20.8273370Z 05:39:20.799  INFO: There are no files to be analyzed for the Java language
2026-04-12T05:39:20.8273890Z 05:39:20.799  INFO: Sensor Java Config Sensor [iac] (done) | time=1ms
2026-04-12T05:39:20.8289626Z 05:39:20.800  INFO: Sensor IaC Docker Sensor [iac]
2026-04-12T05:39:20.8290177Z 05:39:20.802  INFO: There are no files to be analyzed for the Docker language
2026-04-12T05:39:20.8334395Z 05:39:20.802  INFO: Sensor IaC Docker Sensor [iac] (done) | time=1ms
2026-04-12T05:39:20.8351477Z 05:39:20.802  INFO: Sensor IaC spectral report Sensor [iac]
2026-04-12T05:39:20.8352711Z 05:39:20.804  INFO: Sensor IaC spectral report Sensor [iac] (done) | time=2ms
2026-04-12T05:39:20.8357899Z 05:39:20.805  INFO: Sensor IaC GitHub Actions Sensor [iac]
2026-04-12T05:39:20.8399051Z 05:39:20.811  INFO: There are no files to be analyzed for the GitHub Actions language
2026-04-12T05:39:20.8403781Z 05:39:20.813  INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=6ms
2026-04-12T05:39:20.8404439Z 05:39:20.813  INFO: Sensor IaC actionlint report Sensor [iac]
2026-04-12T05:39:20.8404949Z 05:39:20.813  INFO: Sensor IaC actionlint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:20.8414830Z 05:39:20.814  INFO: Sensor IaC Azure Pipelines Sensor [iac]
2026-04-12T05:39:20.8415459Z 05:39:20.821  INFO: There are no files to be analyzed for the Azure Pipelines language
2026-04-12T05:39:20.8415997Z 05:39:20.821  INFO: Sensor IaC Azure Pipelines Sensor [iac] (done) | time=6ms
2026-04-12T05:39:20.8421095Z 05:39:20.822  INFO: Sensor IaC Shell Sensor [iac]
2026-04-12T05:39:20.8421820Z 05:39:20.822  INFO: There are no files to be analyzed for the Shell language
2026-04-12T05:39:20.8422354Z 05:39:20.822  INFO: Sensor IaC Shell Sensor [iac] (done) | time=1ms
2026-04-12T05:39:20.8422858Z 05:39:20.822  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend]
2026-04-12T05:39:20.8429440Z 05:39:20.823  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend] (done) | time=1ms
2026-04-12T05:39:20.8429981Z 05:39:20.823  INFO: Sensor IaC JSON Sensor [iac]
2026-04-12T05:39:20.8438900Z 05:39:20.823  INFO: Sensor for language "JSON" is enabled by a feature flag. You can disable it by setting "sonar.json.activate" to false.
2026-04-12T05:39:20.8439659Z 05:39:20.839  INFO: 3 source files to be analyzed
2026-04-12T05:39:20.9306561Z 05:39:20.929  INFO: 3/3 source files have been analyzed
2026-04-12T05:39:20.9343382Z 05:39:20.932  INFO: Sensor IaC JSON Sensor [iac] (done) | time=108ms
2026-04-12T05:39:20.9360717Z 05:39:20.934  INFO: ------------- Run sensors on module EventDrivenPOC.Shared
2026-04-12T05:39:21.0803069Z 05:39:21.078  INFO: Sensor C# Project Type Information [csharpenterprise]
2026-04-12T05:39:21.0830072Z 05:39:21.080  INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:21.0847611Z 05:39:21.081  INFO: Sensor C# Analysis Log [csharpenterprise]
2026-04-12T05:39:21.0859224Z 05:39:21.083  INFO: Roslyn version: 5.3.0.0
2026-04-12T05:39:21.0861670Z 05:39:21.083  INFO: Language version: CSharp12
2026-04-12T05:39:21.0875524Z 05:39:21.083  INFO: Concurrent execution: enabled
2026-04-12T05:39:21.0879846Z 05:39:21.084  INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=3ms
2026-04-12T05:39:21.0922433Z 05:39:21.084  INFO: Sensor C# Method Declarations [csharpenterprise]
2026-04-12T05:39:21.0925052Z 05:39:21.085  INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.0930067Z 05:39:21.086  INFO: Sensor C# Telemetry [csharpenterprise]
2026-04-12T05:39:21.0935973Z 05:39:21.086  INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.0964710Z 05:39:21.088  INFO: Sensor C# Telemetry Json [csharpenterprise]
2026-04-12T05:39:21.0972259Z 05:39:21.088  INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.0977124Z 05:39:21.089  INFO: Sensor C# Properties [csharpenterprise]
2026-04-12T05:39:21.0984550Z 05:39:21.089  INFO: Sensor C# Properties [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:21.0991319Z 05:39:21.089  INFO: Sensor C# A3S Context Sensor [csharpenterprise]
2026-04-12T05:39:21.1029287Z 05:39:21.090  INFO: Sensor C# A3S Context Sensor [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:21.1121109Z 05:39:21.090  INFO: Sensor IaC hadolint report Sensor [iac]
2026-04-12T05:39:21.1140537Z 05:39:21.090  INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.1193366Z 05:39:21.091  INFO: Sensor Java Config Sensor [iac]
2026-04-12T05:39:21.1232846Z 05:39:21.093  INFO: There are no files to be analyzed for the Java language
2026-04-12T05:39:21.1249763Z 05:39:21.093  INFO: Sensor Java Config Sensor [iac] (done) | time=1ms
2026-04-12T05:39:21.1266226Z 05:39:21.096  INFO: Sensor IaC Docker Sensor [iac]
2026-04-12T05:39:21.1273061Z 05:39:21.098  INFO: There are no files to be analyzed for the Docker language
2026-04-12T05:39:21.1374831Z 05:39:21.098  INFO: Sensor IaC Docker Sensor [iac] (done) | time=1ms
2026-04-12T05:39:21.1426570Z 05:39:21.099  INFO: Sensor IaC GitHub Actions Sensor [iac]
2026-04-12T05:39:21.1499578Z 05:39:21.099  INFO: There are no files to be analyzed for the GitHub Actions language
2026-04-12T05:39:21.1511140Z 05:39:21.099  INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.1548604Z 05:39:21.100  INFO: Sensor IaC actionlint report Sensor [iac]
2026-04-12T05:39:21.1551767Z 05:39:21.100  INFO: Sensor IaC actionlint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.1560502Z 05:39:21.100  INFO: Sensor IaC Shell Sensor [iac]
2026-04-12T05:39:21.1585348Z 05:39:21.101  INFO: There are no files to be analyzed for the Shell language
2026-04-12T05:39:21.1595594Z 05:39:21.101  INFO: Sensor IaC Shell Sensor [iac] (done) | time=1ms
2026-04-12T05:39:21.1599841Z 05:39:21.101  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend]
2026-04-12T05:39:21.1609183Z 05:39:21.102  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend] (done) | time=0ms
2026-04-12T05:39:21.1612639Z 05:39:21.103  INFO: ------------- Run sensors on module ApiGateway
2026-04-12T05:39:21.1728867Z 05:39:21.166  INFO: Sensor C# Project Type Information [csharpenterprise]
2026-04-12T05:39:21.1729400Z 05:39:21.167  INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.1806625Z 05:39:21.167  INFO: Sensor C# Analysis Log [csharpenterprise]
2026-04-12T05:39:21.1818542Z 05:39:21.173  INFO: Roslyn version: 5.3.0.0
2026-04-12T05:39:21.1825133Z 05:39:21.173  INFO: Language version: CSharp12
2026-04-12T05:39:21.1835975Z 05:39:21.173  INFO: Concurrent execution: enabled
2026-04-12T05:39:21.1838893Z 05:39:21.174  INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=6ms
2026-04-12T05:39:21.1845394Z 05:39:21.174  INFO: Sensor C# Method Declarations [csharpenterprise]
2026-04-12T05:39:21.1875023Z 05:39:21.176  INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.1891356Z 05:39:21.177  INFO: Sensor C# Telemetry [csharpenterprise]
2026-04-12T05:39:21.1904854Z 05:39:21.177  INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.1915790Z 05:39:21.178  INFO: Sensor C# Telemetry Json [csharpenterprise]
2026-04-12T05:39:21.1916908Z 05:39:21.178  INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.1953775Z 05:39:21.179  INFO: Sensor C# Properties [csharpenterprise]
2026-04-12T05:39:21.1972160Z 05:39:21.179  INFO: Sensor C# Properties [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.1974297Z 05:39:21.180  INFO: Sensor C# A3S Context Sensor [csharpenterprise]
2026-04-12T05:39:21.1985003Z 05:39:21.181  INFO: Sensor C# A3S Context Sensor [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.1986815Z 05:39:21.181  INFO: Sensor IaC CloudFormation Sensor [iac]
2026-04-12T05:39:21.2024261Z 05:39:21.186  INFO: There are no files to be analyzed for the CloudFormation language
2026-04-12T05:39:21.2037487Z 05:39:21.187  INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=4ms
2026-04-12T05:39:21.2049067Z 05:39:21.190  INFO: Sensor IaC cfn-lint report Sensor [iac]
2026-04-12T05:39:21.2075901Z 05:39:21.191  INFO: Sensor IaC cfn-lint report Sensor [iac] (done) | time=2ms
2026-04-12T05:39:21.2087850Z 05:39:21.193  INFO: Sensor IaC hadolint report Sensor [iac]
2026-04-12T05:39:21.2094985Z 05:39:21.194  INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.2099586Z 05:39:21.194  INFO: Sensor IaC Azure Resource Manager Sensor [iac]
2026-04-12T05:39:21.2126960Z 05:39:21.195  INFO: There are no files to be analyzed for the Azure Resource Manager language
2026-04-12T05:39:21.2145425Z 05:39:21.196  INFO: Sensor IaC Azure Resource Manager Sensor [iac] (done) | time=1ms
2026-04-12T05:39:21.2152089Z 05:39:21.196  INFO: Sensor Java Config Sensor [iac]
2026-04-12T05:39:21.2165421Z 05:39:21.197  INFO: There are no files to be analyzed for the Java language
2026-04-12T05:39:21.2170131Z 05:39:21.198  INFO: Sensor Java Config Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.2174099Z 05:39:21.198  INFO: Sensor IaC Docker Sensor [iac]
2026-04-12T05:39:21.2176733Z 05:39:21.199  INFO: There are no files to be analyzed for the Docker language
2026-04-12T05:39:21.2181900Z 05:39:21.199  INFO: Sensor IaC Docker Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.2184793Z 05:39:21.199  INFO: Sensor IaC spectral report Sensor [iac]
2026-04-12T05:39:21.2189850Z 05:39:21.200  INFO: Sensor IaC spectral report Sensor [iac] (done) | time=1ms
2026-04-12T05:39:21.2195905Z 05:39:21.200  INFO: Sensor IaC GitHub Actions Sensor [iac]
2026-04-12T05:39:21.2198657Z 05:39:21.200  INFO: There are no files to be analyzed for the GitHub Actions language
2026-04-12T05:39:21.2200951Z 05:39:21.201  INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=1ms
2026-04-12T05:39:21.2204680Z 05:39:21.201  INFO: Sensor IaC actionlint report Sensor [iac]
2026-04-12T05:39:21.2212807Z 05:39:21.201  INFO: Sensor IaC actionlint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.2217537Z 05:39:21.202  INFO: Sensor IaC Azure Pipelines Sensor [iac]
2026-04-12T05:39:21.2221771Z 05:39:21.204  INFO: There are no files to be analyzed for the Azure Pipelines language
2026-04-12T05:39:21.2228555Z 05:39:21.204  INFO: Sensor IaC Azure Pipelines Sensor [iac] (done) | time=1ms
2026-04-12T05:39:21.2232483Z 05:39:21.205  INFO: Sensor IaC Shell Sensor [iac]
2026-04-12T05:39:21.2234933Z 05:39:21.205  INFO: There are no files to be analyzed for the Shell language
2026-04-12T05:39:21.2238745Z 05:39:21.205  INFO: Sensor IaC Shell Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.2244612Z 05:39:21.205  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend]
2026-04-12T05:39:21.2249545Z 05:39:21.206  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend] (done) | time=1ms
2026-04-12T05:39:21.2575350Z 05:39:21.206  INFO: Sensor IaC JSON Sensor [iac]
2026-04-12T05:39:21.2598473Z 05:39:21.206  INFO: Sensor for language "JSON" is enabled by a feature flag. You can disable it by setting "sonar.json.activate" to false.
2026-04-12T05:39:21.2628019Z 05:39:21.210  INFO: 3 source files to be analyzed
2026-04-12T05:39:21.2646738Z 05:39:21.233  INFO: 3/3 source files have been analyzed
2026-04-12T05:39:21.2662848Z 05:39:21.234  INFO: Sensor IaC JSON Sensor [iac] (done) | time=27ms
2026-04-12T05:39:21.2669079Z 05:39:21.237  INFO: ------------- Run sensors on module OrderService.Logic
2026-04-12T05:39:21.2978338Z 05:39:21.296  INFO: Sensor C# Project Type Information [csharpenterprise]
2026-04-12T05:39:21.2991769Z 05:39:21.297  INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.2995148Z 05:39:21.298  INFO: Sensor C# Analysis Log [csharpenterprise]
2026-04-12T05:39:21.3007554Z 05:39:21.299  INFO: Roslyn version: 5.3.0.0
2026-04-12T05:39:21.3011279Z 05:39:21.299  INFO: Language version: CSharp12
2026-04-12T05:39:21.3024227Z 05:39:21.300  INFO: Concurrent execution: enabled
2026-04-12T05:39:21.3031513Z 05:39:21.300  INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=2ms
2026-04-12T05:39:21.3036026Z 05:39:21.301  INFO: Sensor C# Method Declarations [csharpenterprise]
2026-04-12T05:39:21.3044501Z 05:39:21.301  INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.3098053Z 05:39:21.303  INFO: Sensor C# Telemetry [csharpenterprise]
2026-04-12T05:39:21.3102400Z 05:39:21.304  INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.3112914Z 05:39:21.305  INFO: Sensor C# Telemetry Json [csharpenterprise]
2026-04-12T05:39:21.3117113Z 05:39:21.306  INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:21.3123171Z 05:39:21.307  INFO: Sensor C# Properties [csharpenterprise]
2026-04-12T05:39:21.3125894Z 05:39:21.307  INFO: Sensor C# Properties [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.3131674Z 05:39:21.307  INFO: Sensor C# A3S Context Sensor [csharpenterprise]
2026-04-12T05:39:21.3137900Z 05:39:21.308  INFO: Sensor C# A3S Context Sensor [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.3143287Z 05:39:21.308  INFO: Sensor IaC CloudFormation Sensor [iac]
2026-04-12T05:39:21.3147550Z 05:39:21.311  INFO: There are no files to be analyzed for the CloudFormation language
2026-04-12T05:39:21.3170766Z 05:39:21.315  INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=3ms
2026-04-12T05:39:21.3183674Z 05:39:21.317  INFO: Sensor IaC cfn-lint report Sensor [iac]
2026-04-12T05:39:21.3187014Z 05:39:21.317  INFO: Sensor IaC cfn-lint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.3191940Z 05:39:21.317  INFO: Sensor IaC hadolint report Sensor [iac]
2026-04-12T05:39:21.3194114Z 05:39:21.318  INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.3229586Z 05:39:21.319  INFO: Sensor IaC Azure Resource Manager Sensor [iac]
2026-04-12T05:39:21.3311618Z 05:39:21.320  INFO: There are no files to be analyzed for the Azure Resource Manager language
2026-04-12T05:39:21.3433091Z 05:39:21.321  INFO: Sensor IaC Azure Resource Manager Sensor [iac] (done) | time=1ms
2026-04-12T05:39:21.3486021Z 05:39:21.321  INFO: Sensor Java Config Sensor [iac]
2026-04-12T05:39:21.3677736Z 05:39:21.323  INFO: There are no files to be analyzed for the Java language
2026-04-12T05:39:21.3723033Z 05:39:21.324  INFO: Sensor Java Config Sensor [iac] (done) | time=2ms
2026-04-12T05:39:21.3741293Z 05:39:21.326  INFO: Sensor IaC Docker Sensor [iac]
2026-04-12T05:39:21.3748899Z 05:39:21.327  INFO: There are no files to be analyzed for the Docker language
2026-04-12T05:39:21.3765880Z 05:39:21.328  INFO: Sensor IaC Docker Sensor [iac] (done) | time=1ms
2026-04-12T05:39:21.3775677Z 05:39:21.328  INFO: Sensor IaC spectral report Sensor [iac]
2026-04-12T05:39:21.3788696Z 05:39:21.328  INFO: Sensor IaC spectral report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.3795537Z 05:39:21.329  INFO: Sensor IaC GitHub Actions Sensor [iac]
2026-04-12T05:39:21.3803320Z 05:39:21.330  INFO: There are no files to be analyzed for the GitHub Actions language
2026-04-12T05:39:21.3849104Z 05:39:21.330  INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.3857949Z 05:39:21.333  INFO: Sensor IaC actionlint report Sensor [iac]
2026-04-12T05:39:21.3861135Z 05:39:21.333  INFO: Sensor IaC actionlint report Sensor [iac] (done) | time=1ms
2026-04-12T05:39:21.3876089Z 05:39:21.333  INFO: Sensor IaC Azure Pipelines Sensor [iac]
2026-04-12T05:39:21.3892980Z 05:39:21.335  INFO: There are no files to be analyzed for the Azure Pipelines language
2026-04-12T05:39:21.3905820Z 05:39:21.335  INFO: Sensor IaC Azure Pipelines Sensor [iac] (done) | time=1ms
2026-04-12T05:39:21.4057455Z 05:39:21.335  INFO: Sensor IaC Shell Sensor [iac]
2026-04-12T05:39:21.4057935Z 05:39:21.335  INFO: There are no files to be analyzed for the Shell language
2026-04-12T05:39:21.4089362Z 05:39:21.336  INFO: Sensor IaC Shell Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.4107234Z 05:39:21.336  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend]
2026-04-12T05:39:21.4119618Z 05:39:21.336  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend] (done) | time=0ms
2026-04-12T05:39:21.4147192Z 05:39:21.337  INFO: Sensor IaC JSON Sensor [iac]
2026-04-12T05:39:21.4186188Z 05:39:21.337  INFO: Sensor for language "JSON" is enabled by a feature flag. You can disable it by setting "sonar.json.activate" to false.
2026-04-12T05:39:21.4224300Z 05:39:21.352  INFO: 3 source files to be analyzed
2026-04-12T05:39:21.4237459Z 05:39:21.352  INFO: 3/3 source files have been analyzed
2026-04-12T05:39:21.4243240Z 05:39:21.353  INFO: Sensor IaC JSON Sensor [iac] (done) | time=16ms
2026-04-12T05:39:21.4247418Z 05:39:21.354  INFO: ------------- Run sensors on module InventoryService.Logic
2026-04-12T05:39:21.4270115Z 05:39:21.424  INFO: Sensor C# Project Type Information [csharpenterprise]
2026-04-12T05:39:21.4274361Z 05:39:21.425  INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.4274979Z 05:39:21.425  INFO: Sensor C# Analysis Log [csharpenterprise]
2026-04-12T05:39:21.4406873Z 05:39:21.427  INFO: Roslyn version: 5.3.0.0
2026-04-12T05:39:21.4741424Z 05:39:21.428  INFO: Language version: CSharp12
2026-04-12T05:39:21.4752496Z 05:39:21.428  INFO: Concurrent execution: enabled
2026-04-12T05:39:21.4759306Z 05:39:21.429  INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=3ms
2026-04-12T05:39:21.4767033Z 05:39:21.429  INFO: Sensor C# Method Declarations [csharpenterprise]
2026-04-12T05:39:21.4773495Z 05:39:21.430  INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.4776389Z 05:39:21.430  INFO: Sensor C# Telemetry [csharpenterprise]
2026-04-12T05:39:21.4778730Z 05:39:21.431  INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.4780618Z 05:39:21.431  INFO: Sensor C# Telemetry Json [csharpenterprise]
2026-04-12T05:39:21.4784312Z 05:39:21.432  INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.4791035Z 05:39:21.432  INFO: Sensor C# Properties [csharpenterprise]
2026-04-12T05:39:21.4793873Z 05:39:21.433  INFO: Sensor C# Properties [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.4796760Z 05:39:21.433  INFO: Sensor C# A3S Context Sensor [csharpenterprise]
2026-04-12T05:39:21.4812938Z 05:39:21.434  INFO: Sensor C# A3S Context Sensor [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.4823141Z 05:39:21.434  INFO: Sensor IaC CloudFormation Sensor [iac]
2026-04-12T05:39:21.4838982Z 05:39:21.436  INFO: There are no files to be analyzed for the CloudFormation language
2026-04-12T05:39:21.4844111Z 05:39:21.437  INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=2ms
2026-04-12T05:39:21.4855142Z 05:39:21.437  INFO: Sensor IaC cfn-lint report Sensor [iac]
2026-04-12T05:39:21.4855844Z 05:39:21.437  INFO: Sensor IaC cfn-lint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.4856850Z 05:39:21.438  INFO: Sensor IaC hadolint report Sensor [iac]
2026-04-12T05:39:21.4876327Z 05:39:21.438  INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.4876984Z 05:39:21.438  INFO: Sensor IaC Azure Resource Manager Sensor [iac]
2026-04-12T05:39:21.4881579Z 05:39:21.440  INFO: There are no files to be analyzed for the Azure Resource Manager language
2026-04-12T05:39:21.4882079Z 05:39:21.440  INFO: Sensor IaC Azure Resource Manager Sensor [iac] (done) | time=1ms
2026-04-12T05:39:21.4882615Z 05:39:21.440  INFO: Sensor Java Config Sensor [iac]
2026-04-12T05:39:21.4883129Z 05:39:21.442  INFO: There are no files to be analyzed for the Java language
2026-04-12T05:39:21.4884103Z 05:39:21.444  INFO: Sensor Java Config Sensor [iac] (done) | time=3ms
2026-04-12T05:39:21.7997027Z 05:39:21.444  INFO: Sensor IaC Docker Sensor [iac]
2026-04-12T05:39:21.8033636Z 05:39:21.446  INFO: There are no files to be analyzed for the Docker language
2026-04-12T05:39:21.8074827Z 05:39:21.446  INFO: Sensor IaC Docker Sensor [iac] (done) | time=1ms
2026-04-12T05:39:21.8119234Z 05:39:21.446  INFO: Sensor IaC spectral report Sensor [iac]
2026-04-12T05:39:21.8157946Z 05:39:21.447  INFO: Sensor IaC spectral report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.8182758Z 05:39:21.447  INFO: Sensor IaC GitHub Actions Sensor [iac]
2026-04-12T05:39:21.8192360Z 05:39:21.447  INFO: There are no files to be analyzed for the GitHub Actions language
2026-04-12T05:39:21.8233134Z 05:39:21.448  INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.8323872Z 05:39:21.448  INFO: Sensor IaC actionlint report Sensor [iac]
2026-04-12T05:39:21.8334614Z 05:39:21.448  INFO: Sensor IaC actionlint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.8347151Z 05:39:21.449  INFO: Sensor IaC Azure Pipelines Sensor [iac]
2026-04-12T05:39:21.8376286Z 05:39:21.450  INFO: There are no files to be analyzed for the Azure Pipelines language
2026-04-12T05:39:21.8413775Z 05:39:21.453  INFO: Sensor IaC Azure Pipelines Sensor [iac] (done) | time=3ms
2026-04-12T05:39:21.8440823Z 05:39:21.453  INFO: Sensor IaC Shell Sensor [iac]
2026-04-12T05:39:21.8455626Z 05:39:21.454  INFO: There are no files to be analyzed for the Shell language
2026-04-12T05:39:21.8467979Z 05:39:21.454  INFO: Sensor IaC Shell Sensor [iac] (done) | time=0ms
2026-04-12T05:39:21.8483668Z 05:39:21.454  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend]
2026-04-12T05:39:21.8487021Z 05:39:21.454  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend] (done) | time=0ms
2026-04-12T05:39:21.8487844Z 05:39:21.455  INFO: Sensor IaC JSON Sensor [iac]
2026-04-12T05:39:21.8502936Z 05:39:21.455  INFO: Sensor for language "JSON" is enabled by a feature flag. You can disable it by setting "sonar.json.activate" to false.
2026-04-12T05:39:21.8508861Z 05:39:21.476  INFO: 3 source files to be analyzed
2026-04-12T05:39:21.8524644Z 05:39:21.480  INFO: 3/3 source files have been analyzed
2026-04-12T05:39:21.8528337Z 05:39:21.481  INFO: Sensor IaC JSON Sensor [iac] (done) | time=25ms
2026-04-12T05:39:21.8553722Z 05:39:21.482  INFO: ------------- Run sensors on module PaymentService.Logic
2026-04-12T05:39:21.8826521Z 05:39:21.874  INFO: Sensor C# Project Type Information [csharpenterprise]
2026-04-12T05:39:21.8867727Z 05:39:21.875  INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:21.8868607Z 05:39:21.876  INFO: Sensor C# Analysis Log [csharpenterprise]
2026-04-12T05:39:21.8871196Z 05:39:21.878  INFO: Roslyn version: 5.3.0.0
2026-04-12T05:39:21.8892784Z 05:39:21.878  INFO: Language version: CSharp12
2026-04-12T05:39:21.8972136Z 05:39:21.879  INFO: Concurrent execution: enabled
2026-04-12T05:39:21.9157794Z 05:39:21.879  INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=2ms
2026-04-12T05:39:21.9172651Z 05:39:21.879  INFO: Sensor C# Method Declarations [csharpenterprise]
2026-04-12T05:39:21.9173775Z 05:39:21.880  INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:21.9629385Z 05:39:21.880  INFO: Sensor C# Telemetry [csharpenterprise]
2026-04-12T05:39:21.9717313Z 05:39:21.881  INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.9761611Z 05:39:21.881  INFO: Sensor C# Telemetry Json [csharpenterprise]
2026-04-12T05:39:21.9767811Z 05:39:21.883  INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:21.9776392Z 05:39:21.883  INFO: Sensor C# Properties [csharpenterprise]
2026-04-12T05:39:21.9805246Z 05:39:21.883  INFO: Sensor C# Properties [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.9965831Z 05:39:21.884  INFO: Sensor C# A3S Context Sensor [csharpenterprise]
2026-04-12T05:39:21.9977316Z 05:39:21.884  INFO: Sensor C# A3S Context Sensor [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:21.9980979Z 05:39:21.884  INFO: Sensor IaC CloudFormation Sensor [iac]
2026-04-12T05:39:21.9993465Z 05:39:21.889  INFO: There are no files to be analyzed for the CloudFormation language
2026-04-12T05:39:22.0052117Z 05:39:21.890  INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=5ms
2026-04-12T05:39:22.0058776Z 05:39:21.890  INFO: Sensor IaC cfn-lint report Sensor [iac]
2026-04-12T05:39:22.0080301Z 05:39:21.890  INFO: Sensor IaC cfn-lint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.0087089Z 05:39:21.891  INFO: Sensor IaC hadolint report Sensor [iac]
2026-04-12T05:39:22.0157803Z 05:39:21.891  INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=1ms
2026-04-12T05:39:22.0183568Z 05:39:21.891  INFO: Sensor IaC Azure Resource Manager Sensor [iac]
2026-04-12T05:39:22.0245831Z 05:39:21.892  INFO: There are no files to be analyzed for the Azure Resource Manager language
2026-04-12T05:39:22.0264547Z 05:39:21.893  INFO: Sensor IaC Azure Resource Manager Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.0290806Z 05:39:21.893  INFO: Sensor Java Config Sensor [iac]
2026-04-12T05:39:22.0325029Z 05:39:21.894  INFO: There are no files to be analyzed for the Java language
2026-04-12T05:39:22.0339526Z 05:39:21.894  INFO: Sensor Java Config Sensor [iac] (done) | time=1ms
2026-04-12T05:39:22.0384592Z 05:39:21.894  INFO: Sensor IaC Docker Sensor [iac]
2026-04-12T05:39:22.0421692Z 05:39:21.895  INFO: There are no files to be analyzed for the Docker language
2026-04-12T05:39:22.0431626Z 05:39:21.895  INFO: Sensor IaC Docker Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.0569674Z 05:39:21.896  INFO: Sensor IaC spectral report Sensor [iac]
2026-04-12T05:39:22.0575518Z 05:39:21.896  INFO: Sensor IaC spectral report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.0618933Z 05:39:21.896  INFO: Sensor IaC GitHub Actions Sensor [iac]
2026-04-12T05:39:22.0646381Z 05:39:21.897  INFO: There are no files to be analyzed for the GitHub Actions language
2026-04-12T05:39:22.0689246Z 05:39:21.897  INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.0698034Z 05:39:21.897  INFO: Sensor IaC actionlint report Sensor [iac]
2026-04-12T05:39:22.0709673Z 05:39:21.898  INFO: Sensor IaC actionlint report Sensor [iac] (done) | time=1ms
2026-04-12T05:39:22.0726860Z 05:39:21.898  INFO: Sensor IaC Azure Pipelines Sensor [iac]
2026-04-12T05:39:22.0748532Z 05:39:21.901  INFO: There are no files to be analyzed for the Azure Pipelines language
2026-04-12T05:39:22.0758136Z 05:39:21.902  INFO: Sensor IaC Azure Pipelines Sensor [iac] (done) | time=3ms
2026-04-12T05:39:22.0773352Z 05:39:21.902  INFO: Sensor IaC Shell Sensor [iac]
2026-04-12T05:39:22.0779125Z 05:39:21.902  INFO: There are no files to be analyzed for the Shell language
2026-04-12T05:39:22.0802355Z 05:39:21.902  INFO: Sensor IaC Shell Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.1100702Z 05:39:21.903  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend]
2026-04-12T05:39:22.1123644Z 05:39:21.903  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend] (done) | time=0ms
2026-04-12T05:39:22.1124793Z 05:39:21.904  INFO: Sensor IaC JSON Sensor [iac]
2026-04-12T05:39:22.1125583Z 05:39:21.904  INFO: Sensor for language "JSON" is enabled by a feature flag. You can disable it by setting "sonar.json.activate" to false.
2026-04-12T05:39:22.1139673Z 05:39:21.917  INFO: 3 source files to be analyzed
2026-04-12T05:39:22.1140478Z 05:39:21.917  INFO: 3/3 source files have been analyzed
2026-04-12T05:39:22.1141171Z 05:39:21.918  INFO: Sensor IaC JSON Sensor [iac] (done) | time=14ms
2026-04-12T05:39:22.1149467Z 05:39:21.919  INFO: ------------- Run sensors on module InventoryService.Data
2026-04-12T05:39:22.1154343Z 05:39:21.998  INFO: Sensor C# Project Type Information [csharpenterprise]
2026-04-12T05:39:22.1155186Z 05:39:21.999  INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:22.1155909Z 05:39:21.999  INFO: Sensor C# Analysis Log [csharpenterprise]
2026-04-12T05:39:22.1177791Z 05:39:22.000  INFO: Roslyn version: 5.3.0.0
2026-04-12T05:39:22.1178608Z 05:39:22.000  INFO: Language version: CSharp12
2026-04-12T05:39:22.1179295Z 05:39:22.001  INFO: Concurrent execution: enabled
2026-04-12T05:39:22.1182635Z 05:39:22.002  INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=2ms
2026-04-12T05:39:22.1183346Z 05:39:22.003  INFO: Sensor C# Method Declarations [csharpenterprise]
2026-04-12T05:39:22.1184098Z 05:39:22.003  INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:22.1188815Z 05:39:22.003  INFO: Sensor C# Telemetry [csharpenterprise]
2026-04-12T05:39:22.1189501Z 05:39:22.004  INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:22.1191285Z 05:39:22.005  INFO: Sensor C# Telemetry Json [csharpenterprise]
2026-04-12T05:39:22.1192041Z 05:39:22.006  INFO: Sensor C# Telemetry Json [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:22.1192703Z 05:39:22.006  INFO: Sensor C# Properties [csharpenterprise]
2026-04-12T05:39:22.1199396Z 05:39:22.007  INFO: Sensor C# Properties [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:22.1200510Z 05:39:22.007  INFO: Sensor C# A3S Context Sensor [csharpenterprise]
2026-04-12T05:39:22.1201315Z 05:39:22.008  INFO: Sensor C# A3S Context Sensor [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:22.1281689Z 05:39:22.008  INFO: Sensor IaC hadolint report Sensor [iac]
2026-04-12T05:39:22.1282495Z 05:39:22.009  INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.1283172Z 05:39:22.009  INFO: Sensor Java Config Sensor [iac]
2026-04-12T05:39:22.1296820Z 05:39:22.010  INFO: There are no files to be analyzed for the Java language
2026-04-12T05:39:22.1457141Z 05:39:22.010  INFO: Sensor Java Config Sensor [iac] (done) | time=1ms
2026-04-12T05:39:22.1492950Z 05:39:22.010  INFO: Sensor IaC Docker Sensor [iac]
2026-04-12T05:39:22.1510306Z 05:39:22.011  INFO: There are no files to be analyzed for the Docker language
2026-04-12T05:39:22.1524318Z 05:39:22.011  INFO: Sensor IaC Docker Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.1525433Z 05:39:22.011  INFO: Sensor IaC GitHub Actions Sensor [iac]
2026-04-12T05:39:22.1526068Z 05:39:22.011  INFO: There are no files to be analyzed for the GitHub Actions language
2026-04-12T05:39:22.1526665Z 05:39:22.012  INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=1ms
2026-04-12T05:39:22.1527210Z 05:39:22.012  INFO: Sensor IaC actionlint report Sensor [iac]
2026-04-12T05:39:22.1527754Z 05:39:22.012  INFO: Sensor IaC actionlint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.1528346Z 05:39:22.013  INFO: Sensor IaC Shell Sensor [iac]
2026-04-12T05:39:22.1541698Z 05:39:22.013  INFO: There are no files to be analyzed for the Shell language
2026-04-12T05:39:22.1542404Z 05:39:22.013  INFO: Sensor IaC Shell Sensor [iac] (done) | time=1ms
2026-04-12T05:39:22.1543051Z 05:39:22.013  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend]
2026-04-12T05:39:22.1543697Z 05:39:22.014  INFO: Sensor CSharpModuleSecuritySensor [securitycsharpfrontend] (done) | time=0ms
2026-04-12T05:39:22.1544645Z 05:39:22.014  INFO: ------------- Run sensors on module Event-Driven-POC
2026-04-12T05:39:22.1546139Z 05:39:22.085  INFO: Sensor C# Project Type Information [csharpenterprise]
2026-04-12T05:39:22.1546862Z 05:39:22.086  INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:22.1547558Z 05:39:22.086  INFO: Sensor C# Analysis Log [csharpenterprise]
2026-04-12T05:39:22.1556039Z 05:39:22.086  INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:22.1556848Z 05:39:22.087  INFO: Sensor C# Method Declarations [csharpenterprise]
2026-04-12T05:39:22.1557597Z 05:39:22.087  INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:22.1558268Z 05:39:22.088  INFO: Sensor C# Properties [csharpenterprise]
2026-04-12T05:39:22.1558635Z 05:39:22.088  INFO: Sensor C# Properties [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:22.1558998Z 05:39:22.088  INFO: Sensor IaC CloudFormation Sensor [iac]
2026-04-12T05:39:22.1559354Z 05:39:22.091  INFO: There are no files to be analyzed for the CloudFormation language
2026-04-12T05:39:22.1559721Z 05:39:22.091  INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=2ms
2026-04-12T05:39:22.1560300Z 05:39:22.092  INFO: Sensor IaC cfn-lint report Sensor [iac]
2026-04-12T05:39:22.1560651Z 05:39:22.092  INFO: Sensor IaC cfn-lint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.1561614Z 05:39:22.092  INFO: Sensor IaC Kustomization Sensor [iac]
2026-04-12T05:39:22.1561958Z 05:39:22.093  INFO: Sensor IaC Kustomization Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.1562327Z 05:39:22.094  INFO: Sensor IaC hadolint report Sensor [iac]
2026-04-12T05:39:22.1562696Z 05:39:22.094  INFO: Sensor IaC hadolint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.1563080Z 05:39:22.094  INFO: Sensor IaC Azure Resource Manager Sensor [iac]
2026-04-12T05:39:22.1563465Z 05:39:22.095  INFO: There are no files to be analyzed for the Azure Resource Manager language
2026-04-12T05:39:22.1564092Z 05:39:22.096  INFO: Sensor IaC Azure Resource Manager Sensor [iac] (done) | time=1ms
2026-04-12T05:39:22.1564604Z 05:39:22.096  INFO: Sensor Java Config Sensor [iac]
2026-04-12T05:39:22.1564960Z 05:39:22.097  INFO: There are no files to be analyzed for the Java language
2026-04-12T05:39:22.1565363Z 05:39:22.097  INFO: Sensor Java Config Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.1565705Z 05:39:22.098  INFO: Sensor IaC Docker Sensor [iac]
2026-04-12T05:39:22.1566030Z 05:39:22.098  INFO: There are no files to be analyzed for the Docker language
2026-04-12T05:39:22.1566598Z 05:39:22.099  INFO: Sensor IaC Docker Sensor [iac] (done) | time=1ms
2026-04-12T05:39:22.1566900Z 05:39:22.099  INFO: Sensor IaC Ansible Sensor [iac]
2026-04-12T05:39:22.1567231Z 05:39:22.107  INFO: There are no files to be analyzed for the Ansible language
2026-04-12T05:39:22.1567546Z 05:39:22.107  INFO: Sensor IaC Ansible Sensor [iac] (done) | time=8ms
2026-04-12T05:39:22.1567910Z 05:39:22.108  INFO: Sensor IaC ansible-lint report Sensor [iac]
2026-04-12T05:39:22.1568289Z 05:39:22.108  INFO: Sensor IaC ansible-lint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.1568644Z 05:39:22.108  INFO: Sensor IaC spectral report Sensor [iac]
2026-04-12T05:39:22.1569002Z 05:39:22.108  INFO: Sensor IaC spectral report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.1569363Z 05:39:22.108  INFO: Sensor IaC GitHub Actions Sensor [iac]
2026-04-12T05:39:22.1569752Z 05:39:22.109  INFO: There are no files to be analyzed for the GitHub Actions language
2026-04-12T05:39:22.1570136Z 05:39:22.109  INFO: Sensor IaC GitHub Actions Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.1570532Z 05:39:22.109  INFO: Sensor IaC actionlint report Sensor [iac]
2026-04-12T05:39:22.1570903Z 05:39:22.110  INFO: Sensor IaC actionlint report Sensor [iac] (done) | time=0ms
2026-04-12T05:39:22.1571273Z 05:39:22.110  INFO: Sensor IaC Azure Pipelines Sensor [iac]
2026-04-12T05:39:22.1571637Z 05:39:22.151  INFO: 1 source file to be analyzed
2026-04-12T05:39:22.2403965Z 05:39:22.237  INFO: 1/1 source file has been analyzed
2026-04-12T05:39:22.2405121Z 05:39:22.238  INFO: Sensor IaC Azure Pipelines Sensor [iac] (done) | time=128ms
2026-04-12T05:39:22.2405980Z 05:39:22.238  INFO: Sensor IaC Shell Sensor [iac]
2026-04-12T05:39:22.2412249Z 05:39:22.238  INFO: There are no files to be analyzed for the Shell language
2026-04-12T05:39:22.2412983Z 05:39:22.239  INFO: Sensor IaC Shell Sensor [iac] (done) | time=1ms
2026-04-12T05:39:22.2413600Z 05:39:22.239  INFO: Sensor JavaScript/TypeScript/CSS analysis [javascript]
2026-04-12T05:39:22.2520582Z 05:39:22.248  INFO: No input files found for analysis
2026-04-12T05:39:22.2527257Z 05:39:22.249  INFO: Hit the cache for 0 out of 0
2026-04-12T05:39:22.2527891Z 05:39:22.250  INFO: Miss the cache for 0 out of 0
2026-04-12T05:39:22.2528519Z 05:39:22.250  INFO: Sensor JavaScript/TypeScript/CSS analysis [javascript] (done) | time=11ms
2026-04-12T05:39:22.2529174Z 05:39:22.250  INFO: Sensor IaC Kubernetes Sensor [iac]
2026-04-12T05:39:22.4576357Z 05:39:22.456  INFO: There are no files to be analyzed for the Kubernetes language
2026-04-12T05:39:22.4577204Z 05:39:22.457  INFO: Sensor IaC Kubernetes Sensor [iac] (done) | time=205ms
2026-04-12T05:39:22.4587078Z 05:39:22.457  INFO: Sensor IaC YAML Sensor [iac]
2026-04-12T05:39:22.4587838Z 05:39:22.457  INFO: Sensor for language "YAML" is enabled by a feature flag. You can disable it by setting "sonar.yaml.activate" to false.
2026-04-12T05:39:22.4699492Z 05:39:22.468  INFO: 1 source file to be analyzed
2026-04-12T05:39:22.4944070Z 05:39:22.493  INFO: 1/1 source file has been analyzed
2026-04-12T05:39:22.4965039Z 05:39:22.494  INFO: Sensor IaC YAML Sensor [iac] (done) | time=36ms
2026-04-12T05:39:22.4972426Z 05:39:22.494  INFO: Sensor IaC JSON Sensor [iac]
2026-04-12T05:39:22.4978551Z 05:39:22.495  INFO: Sensor for language "JSON" is enabled by a feature flag. You can disable it by setting "sonar.json.activate" to false.
2026-04-12T05:39:22.4992290Z 05:39:22.498  INFO: 1 source file to be analyzed
2026-04-12T05:39:22.5121551Z 05:39:22.511  INFO: 1/1 source file has been analyzed
2026-04-12T05:39:22.5131713Z 05:39:22.512  INFO: Sensor IaC JSON Sensor [iac] (done) | time=17ms
2026-04-12T05:39:22.5132394Z 05:39:22.512  INFO: Sensor Serverless configuration file sensor [security]
2026-04-12T05:39:22.5143099Z 05:39:22.513  INFO: 0 Serverless function entries were found in the project
2026-04-12T05:39:22.5208791Z 05:39:22.519  INFO: 0 Serverless function handlers were kept as entrypoints
2026-04-12T05:39:22.5237577Z 05:39:22.519  INFO: Sensor Serverless configuration file sensor [security] (done) | time=6ms
2026-04-12T05:39:22.5238191Z 05:39:22.520  INFO: Sensor AWS SAM template file sensor [security]
2026-04-12T05:39:22.5238765Z 05:39:22.522  INFO: Sensor AWS SAM template file sensor [security] (done) | time=3ms
2026-04-12T05:39:22.5239300Z 05:39:22.523  INFO: Sensor EnterpriseTextAndSecretsSensor [textenterprise]
2026-04-12T05:39:22.5582202Z 05:39:22.557  INFO: Available processors: 2
2026-04-12T05:39:22.5582863Z 05:39:22.557  INFO: Using 2 threads for analysis.
2026-04-12T05:39:23.3952539Z 05:39:23.394  INFO: The property "sonar.tests" is not set. To improve the analysis accuracy, we categorize a file as a test file if any of the following is true:
2026-04-12T05:39:23.3954783Z   * The filename starts with "test"
2026-04-12T05:39:23.3957215Z   * The filename contains "test." or "tests."
2026-04-12T05:39:23.3964873Z   * Any directory in the file path is named: "doc", "docs", "test", "tests", "mock" or "mocks"
2026-04-12T05:39:23.3965568Z   * Any directory in the file path has a name ending in "test" or "tests"
2026-04-12T05:39:23.3965913Z 
2026-04-12T05:39:23.5592917Z 05:39:23.557  INFO: Start fetching files for the text and secrets analysis
2026-04-12T05:39:23.8292434Z 05:39:23.828  INFO: Using Git CLI to retrieve dirty files
2026-04-12T05:39:23.9099451Z 05:39:23.909  INFO: Retrieving language associated files and files included via "sonar.text.inclusions" that are tracked by git
2026-04-12T05:39:23.9114722Z 05:39:23.910  INFO: Starting the text and secrets analysis
2026-04-12T05:39:23.9175467Z 05:39:23.916  INFO: 65 source files to be analyzed for the text and secrets analysis
2026-04-12T05:39:24.2747410Z 05:39:24.269  INFO: 65/65 source files have been analyzed for the text and secrets analysis
2026-04-12T05:39:24.2780239Z 05:39:24.271  INFO: Start fetching files for the binary file analysis
2026-04-12T05:39:24.2789973Z 05:39:24.272  INFO: There are no files to be analyzed for the binary file analysis
2026-04-12T05:39:24.2849606Z 05:39:24.274  INFO: Sensor EnterpriseTextAndSecretsSensor [textenterprise] (done) | time=1751ms
2026-04-12T05:39:24.2862389Z 05:39:24.274  INFO: Sensor CSharpSecuritySensor [security]
2026-04-12T05:39:24.2868187Z 05:39:24.283  INFO: 27 taint analysis rules enabled.
2026-04-12T05:39:24.6648716Z 05:39:24.662  INFO: Analyzing 242 UCFGs to detect vulnerabilities.
2026-04-12T05:39:25.6131498Z 05:39:25.596  INFO: All rules entry points : 13
2026-04-12T05:39:25.6153031Z 05:39:25.598  INFO: Retained UCFGs : 115
2026-04-12T05:39:25.6542157Z 05:39:25.653  INFO: 0 / 115 UCFGs simulated, memory usage: 142 MB
2026-04-12T05:39:25.9916711Z 05:39:25.990  INFO: 115 / 115 UCFGs simulated, memory usage: 154 MB
2026-04-12T05:39:26.0163619Z 05:39:26.008  INFO: csharp security sensor: Begin: 2026-04-12T05:39:24.279986600Z, End: 2026-04-12T05:39:26.006588900Z, Duration: 00:00:01.726
2026-04-12T05:39:26.0164767Z   Load type hierarchy and UCFGs: Begin: 2026-04-12T05:39:24.284984400Z, End: 2026-04-12T05:39:24.662313100Z, Duration: 00:00:00.377
2026-04-12T05:39:26.0179385Z     Load type hierarchy: Begin: 2026-04-12T05:39:24.284984400Z, End: 2026-04-12T05:39:24.357737900Z, Duration: 00:00:00.072
2026-04-12T05:39:26.0191388Z     Load UCFGs: Begin: 2026-04-12T05:39:24.357737900Z, End: 2026-04-12T05:39:24.662313100Z, Duration: 00:00:00.304
2026-04-12T05:39:26.0315633Z   Check cache: Begin: 2026-04-12T05:39:24.663314500Z, End: 2026-04-12T05:39:24.664314600Z, Duration: 00:00:00.001
2026-04-12T05:39:26.0318397Z     Load cache: Begin: 2026-04-12T05:39:24.663314500Z, End: 2026-04-12T05:39:24.663314500Z, Duration: 00:00:00.000
2026-04-12T05:39:26.0319344Z   Create runtime call graph: Begin: 2026-04-12T05:39:24.664314600Z, End: 2026-04-12T05:39:24.727311500Z, Duration: 00:00:00.062
2026-04-12T05:39:26.0330064Z     Variable Type Analysis #1: Begin: 2026-04-12T05:39:24.665308200Z, End: 2026-04-12T05:39:24.710314600Z, Duration: 00:00:00.045
2026-04-12T05:39:26.0337365Z       Create runtime type propagation graph: Begin: 2026-04-12T05:39:24.668310600Z, End: 2026-04-12T05:39:24.697312100Z, Duration: 00:00:00.029
2026-04-12T05:39:26.0353059Z       Run SCC (Tarjan) on 781 nodes: Begin: 2026-04-12T05:39:24.697312100Z, End: 2026-04-12T05:39:24.705308200Z, Duration: 00:00:00.007
2026-04-12T05:39:26.0378695Z       Propagate runtime types to strongly connected components: Begin: 2026-04-12T05:39:24.705308200Z, End: 2026-04-12T05:39:24.709313700Z, Duration: 00:00:00.004
2026-04-12T05:39:26.0379601Z     Variable Type Analysis #2: Begin: 2026-04-12T05:39:24.711315800Z, End: 2026-04-12T05:39:24.726303900Z, Duration: 00:00:00.014
2026-04-12T05:39:26.0381444Z       Create runtime type propagation graph: Begin: 2026-04-12T05:39:24.711315800Z, End: 2026-04-12T05:39:24.720311100Z, Duration: 00:00:00.008
2026-04-12T05:39:26.0395609Z       Run SCC (Tarjan) on 783 nodes: Begin: 2026-04-12T05:39:24.720311100Z, End: 2026-04-12T05:39:24.724308800Z, Duration: 00:00:00.003
2026-04-12T05:39:26.0404574Z       Propagate runtime types to strongly connected components: Begin: 2026-04-12T05:39:24.724308800Z, End: 2026-04-12T05:39:24.726303900Z, Duration: 00:00:00.001
2026-04-12T05:39:26.0405647Z   Load config: Begin: 2026-04-12T05:39:24.727311500Z, End: 2026-04-12T05:39:25.551959300Z, Duration: 00:00:00.824
2026-04-12T05:39:26.0411340Z   Compute entry points: Begin: 2026-04-12T05:39:25.552585800Z, End: 2026-04-12T05:39:25.595952900Z, Duration: 00:00:00.043
2026-04-12T05:39:26.0412323Z   Slice call graph: Begin: 2026-04-12T05:39:25.597590600Z, End: 2026-04-12T05:39:25.604591200Z, Duration: 00:00:00.007
2026-04-12T05:39:26.0413170Z   Live variable analysis: Begin: 2026-04-12T05:39:25.604591200Z, End: 2026-04-12T05:39:25.632958400Z, Duration: 00:00:00.028
2026-04-12T05:39:26.0433253Z   Taint analysis for csharp: Begin: 2026-04-12T05:39:25.632958400Z, End: 2026-04-12T05:39:25.990959400Z, Duration: 00:00:00.358
2026-04-12T05:39:26.0434161Z   Report issues: Begin: 2026-04-12T05:39:25.990959400Z, End: 2026-04-12T05:39:25.995962300Z, Duration: 00:00:00.005
2026-04-12T05:39:26.0437866Z   Store cache: Begin: 2026-04-12T05:39:25.997584100Z, End: 2026-04-12T05:39:26.003958100Z, Duration: 00:00:00.006
2026-04-12T05:39:26.0438866Z 05:39:26.009  INFO: csharp security sensor peak memory: 188 MB
2026-04-12T05:39:26.0440860Z 05:39:26.009  INFO: Sensor CSharpSecuritySensor [security] (done) | time=1734ms
2026-04-12T05:39:26.0451699Z 05:39:26.025  INFO: ------------- Run sensors on project
2026-04-12T05:39:26.3596819Z 05:39:26.354  INFO: Sensor C# Telemetry processor [csharpenterprise]
2026-04-12T05:39:26.3613619Z 05:39:26.356  INFO: Sensor C# Telemetry processor [csharpenterprise] (done) | time=2ms
2026-04-12T05:39:26.3614394Z 05:39:26.357  INFO: Sensor C# Telemetry Json processor [csharpenterprise]
2026-04-12T05:39:26.3687995Z 05:39:26.367  INFO: Sensor C# Telemetry Json processor [csharpenterprise] (done) | time=9ms
2026-04-12T05:39:26.3689194Z 05:39:26.367  INFO: Sensor C# [csharpenterprise]
2026-04-12T05:39:26.3804832Z 05:39:26.379  INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\0\output-cs'
2026-04-12T05:39:26.6482830Z 05:39:26.632  INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\3\output-cs'
2026-04-12T05:39:26.6750764Z 05:39:26.663  INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\4\output-cs'
2026-04-12T05:39:26.7000067Z 05:39:26.690  INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\6\output-cs'
2026-04-12T05:39:26.7099955Z 05:39:26.709  INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\1\output-cs'
2026-04-12T05:39:26.7908756Z 05:39:26.786  INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\5\output-cs'
2026-04-12T05:39:26.8216061Z 05:39:26.818  INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\7\output-cs'
2026-04-12T05:39:26.8445842Z 05:39:26.832  INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\9\output-cs'
2026-04-12T05:39:26.8582186Z 05:39:26.850  INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\8\output-cs'
2026-04-12T05:39:26.8667723Z 05:39:26.862  INFO: Importing results from 8 proto files in 'D:\a\1\.sonarqube\out\2\output-cs'
2026-04-12T05:39:26.9598270Z 05:39:26.958  INFO: Importing 10 Roslyn reports
2026-04-12T05:39:27.0306564Z 05:39:27.025  INFO: Found 10 MSBuild C# projects: 10 MAIN projects.
2026-04-12T05:39:27.0311754Z 05:39:27.026  INFO: Sensor C# [csharpenterprise] (done) | time=658ms
2026-04-12T05:39:27.0322855Z 05:39:27.026  INFO: Sensor Analysis Warnings import [csharpenterprise]
2026-04-12T05:39:27.0323657Z 05:39:27.028  INFO: Sensor Analysis Warnings import [csharpenterprise] (done) | time=1ms
2026-04-12T05:39:27.0389820Z 05:39:27.028  INFO: Sensor C# File Caching Sensor [csharpenterprise]
2026-04-12T05:39:27.0587667Z 05:39:27.056  INFO: Sensor C# File Caching Sensor [csharpenterprise] (done) | time=28ms
2026-04-12T05:39:27.0588763Z 05:39:27.056  INFO: Sensor C# A3S Context processor [csharpenterprise]
2026-04-12T05:39:27.0589441Z 05:39:27.056  INFO: A3S is disabled
2026-04-12T05:39:27.0590046Z 05:39:27.056  INFO: Sensor C# A3S Context processor [csharpenterprise] (done) | time=0ms
2026-04-12T05:39:27.0590680Z 05:39:27.057  INFO: Sensor CveReachabilitySensor [cvereachability]
2026-04-12T05:39:27.0592288Z 05:39:27.057  INFO: Skipping CveReachabilitySensor
2026-04-12T05:39:27.0592945Z 05:39:27.057  INFO: Sensor CveReachabilitySensor [cvereachability] (done) | time=0ms
2026-04-12T05:39:27.0593595Z 05:39:27.057  INFO: Sensor CSharpArchitectureSensor [architecture]
2026-04-12T05:39:27.0936261Z 05:39:27.090  INFO: Found 1 potential Udg file location(s) for "cs" in "D:\a\1\.sonarqube\out"
2026-04-12T05:39:27.0937280Z 05:39:27.091  INFO: - D:\a\1\.sonarqube\out\architecture\cs
2026-04-12T05:39:27.1314346Z 05:39:27.128  INFO: Architecture analysis is enabled with the following features: legacy, discovery, flaws, smells, deviations, directives
2026-04-12T05:39:27.1390743Z 05:39:27.137  INFO: * Protobuf reading starting | memory total=185 | free=39 | used=145 (MB)
2026-04-12T05:39:27.1391565Z 05:39:27.138  INFO: * Reading SonarArchitecture UDG data from directory "D:\a\1\.sonarqube\out\architecture\cs"
2026-04-12T05:39:27.4830603Z 05:39:27.481  INFO: * Files successfully loaded: "10" out of "10"
2026-04-12T05:39:27.4831748Z 05:39:27.482  INFO: * Purging externals (components not scanned) from graphs
2026-04-12T05:39:27.4876114Z 05:39:27.486  INFO: * Purging excluded nodes from graphs
2026-04-12T05:39:27.4915783Z 05:39:27.490  INFO: * Protobuf reading complete | memory total=185 | free=24 | used=160 (MB)
2026-04-12T05:39:27.5669246Z 05:39:27.566  INFO: * Build architecture.graph.cs.namespace_graph.default_perspective hierarchy graph complete (filtered=false) | memory total=185 | free=21 | used=163 (MB)
2026-04-12T05:39:27.6295978Z 05:39:27.628  INFO: No directives configured
2026-04-12T05:39:27.6366582Z 05:39:27.636  INFO: * No intended architecture defined or detected, using an empty model
2026-04-12T05:39:28.0167797Z 05:39:28.015  INFO: Sensor CSharpArchitectureSensor [architecture] (done) | time=956ms
2026-04-12T05:39:28.0168701Z 05:39:28.015  INFO: Sensor Zero Coverage Sensor
2026-04-12T05:39:28.0594712Z 05:39:28.048  INFO: Sensor Zero Coverage Sensor (done) | time=33ms
2026-04-12T05:39:28.0595841Z 05:39:28.049  INFO: Sensor Architecture Telemetry [architecture]
2026-04-12T05:39:28.0596568Z 05:39:28.050  INFO: Sensor Architecture Telemetry [architecture] (done) | time=1ms
2026-04-12T05:39:29.1366520Z 05:39:29.130  INFO: ------------- Gather SCA dependencies on project
2026-04-12T05:39:29.1367850Z 05:39:29.131  INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
2026-04-12T05:39:29.2473659Z 05:39:29.246  INFO: Dependency analysis skipped
2026-04-12T05:39:29.2568369Z 05:39:29.256  INFO: CPD Executor 22 files had no CPD blocks
2026-04-12T05:39:29.2569354Z 05:39:29.256  INFO: CPD Executor Calculating CPD for 25 files
2026-04-12T05:39:29.2736102Z 05:39:29.273  INFO: CPD Executor CPD calculation finished (done) | time=17ms
2026-04-12T05:39:29.2760749Z 05:39:29.275  INFO: SCM Publisher SCM provider for this project is: git
2026-04-12T05:39:29.2778766Z 05:39:29.277  INFO: SCM Publisher 64 source files to be analyzed
2026-04-12T05:39:30.4596529Z 05:39:30.442  INFO: SCM Publisher 64/64 source files have been analyzed (done) | time=1165ms
2026-04-12T05:39:30.4767331Z 05:39:30.471  INFO: SCM revision ID '5a6bc09345c805b02ff8e1983c2dbf632ddd242f'
2026-04-12T05:39:32.2655768Z 05:39:32.234  INFO: Analysis report generated in 1760ms, dir size=504 KB
2026-04-12T05:39:32.4578117Z 05:39:32.456  INFO: Analysis report compressed in 221ms, zip size=175 KB
2026-04-12T05:39:32.7715118Z 05:39:32.769  INFO: Analysis report uploaded in 313ms
2026-04-12T05:39:32.7764635Z 05:39:32.774  INFO: ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=Albar-Dev-Team_Event-Driven-POC
2026-04-12T05:39:32.7766046Z 05:39:32.774  INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
2026-04-12T05:39:32.7766916Z 05:39:32.774  INFO: More about the report processing at https://sonarcloud.io/api/ce/task?id=AZ2AM9C64JvzIiJWqz4d
2026-04-12T05:39:32.7782697Z 05:39:32.774  INFO: ------------- Upload SCA dependency files
2026-04-12T05:39:32.7783715Z 05:39:32.775  INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
2026-04-12T05:39:33.1154198Z 05:39:33.113  INFO: Inferred api base url 'https://api.sonarcloud.io' from host url 'https://sonarcloud.io'.
2026-04-12T05:39:33.7469671Z 05:39:33.745  INFO: Successfully sent architecture data
2026-04-12T05:39:34.1066627Z 05:39:34.058  INFO: Sensor cache published successfully
2026-04-12T05:39:34.1303817Z 05:39:34.129  INFO: Analysis total time: 26.892 s
2026-04-12T05:39:34.1325408Z 05:39:34.131  INFO: SonarScanner Engine completed successfully
2026-04-12T05:39:34.5789750Z 05:39:34.578  The scanner engine has finished successfully
2026-04-12T05:39:34.5796931Z 05:39:34.578  Post-processing succeeded.
2026-04-12T05:39:34.5965965Z 
2026-04-12T05:39:34.6241563Z ##[section]Finishing: SonarCloudAnalyze

Hi,

Thanks for the log. Nothing is jumping out at me here. Can you provide some detail on what’s missing from your analysis? Is it files of a particular language? Or is a particular module missing? I notice this is a C# project, so a missing module is likely to have been indexed as test files. This kicks in automatically for modules with ‘test’ in the name and for ones with test-related dependencies.

 
HTH,
Ann

none of the files are in tests folder and none of the files are related to any test.
I don’t think that my code is perfect and besides, it should also present issues that does not related to proper code issues.
these are the findings which does not present any code analysis coverage that the SonarQube made:


also, just for understanding, this is a file that has more than 26 scanned rows that was not scanned:

Hi,

Can you add sonar.verbose=true to the prepare task and provide the full begin/build/end log, please?

Also, and to verify, you are doing a full rebuild in between, right?

 
Thx,
Ann

this is the full log on the sonar prepare with verbose:


2026-05-03T09:58:43.6645699Z ##[section]Starting: SonarCloudPrepare
2026-05-03T09:58:43.6653336Z ==============================================================================
2026-05-03T09:58:43.6653564Z Task         : Prepare Analysis Configuration
2026-05-03T09:58:43.6653655Z Description  : Prepare SonarQube Cloud analysis configuration
2026-05-03T09:58:43.6653749Z Version      : 4.2.3
2026-05-03T09:58:43.6653817Z Author       : sonarsource
2026-05-03T09:58:43.6653891Z Help         : [More Information](https://docs.sonarcloud.io/advanced-setup/ci-based-analysis/sonarcloud-extension-for-azure-devops/)
2026-05-03T09:58:43.6654008Z ==============================================================================
2026-05-03T09:58:44.5805610Z [INFO]  SonarQube Cloud: Server version: 8.0.0.86467
2026-05-03T09:58:44.8444205Z [INFO]  SonarQube Cloud: Default branch of this repository is 'refs/heads/master'
2026-05-03T09:58:44.8504362Z [command]D:\a\_tasks\SonarCloudPrepare_14d9cde6-c1da-4d55-aa01-2965cd301255\4.2.3\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe begin /k:Albar-Dev-Team_MicroService_Leads_Api /o:albar-dev-team
2026-05-03T09:58:44.9603670Z SonarScanner for .NET 11.2.1
2026-05-03T09:58:44.9604564Z Using the .NET Framework version of the Scanner for .NET
2026-05-03T09:58:45.0445665Z Pre-processing started.
2026-05-03T09:58:45.0467231Z Preparing working directories...
2026-05-03T09:58:45.1685368Z 09:58:45.102  Loading analysis properties from D:\a\_tasks\SonarCloudPrepare_14d9cde6-c1da-4d55-aa01-2965cd301255\4.2.3\classic-sonar-scanner-msbuild\SonarQube.Analysis.xml
2026-05-03T09:58:45.1687009Z 09:58:45.133  Server Url: https://sonarcloud.io
2026-05-03T09:58:45.1688154Z 09:58:45.133  Api Url: https://api.sonarcloud.io
2026-05-03T09:58:45.1688824Z 09:58:45.133  Is SonarCloud: True
2026-05-03T09:58:45.1689426Z 09:58:45.147  No truststore provided; attempting to use the default location.
2026-05-03T09:58:45.1690074Z 09:58:45.149  No truststore found at the default location; proceeding without a truststore.
2026-05-03T09:58:45.1690815Z 09:58:45.163  sonar.verbose=True was specified - setting the log verbosity to 'Debug'
2026-05-03T09:58:45.1694319Z 09:58:45.167  Updating build integration targets...
2026-05-03T09:58:45.1764694Z 09:58:45.175  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\VssAdministrator\AppData\Local\Microsoft\MSBuild\4.0\Microsoft.Common.targets\ImportBefore
2026-05-03T09:58:45.1782227Z 09:58:45.177  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\VssAdministrator\AppData\Local\Microsoft\MSBuild\10.0\Microsoft.Common.targets\ImportBefore
2026-05-03T09:58:45.1796782Z 09:58:45.177  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\VssAdministrator\AppData\Local\Microsoft\MSBuild\11.0\Microsoft.Common.targets\ImportBefore
2026-05-03T09:58:45.1812914Z 09:58:45.179  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\VssAdministrator\AppData\Local\Microsoft\MSBuild\12.0\Microsoft.Common.targets\ImportBefore
2026-05-03T09:58:45.1829541Z 09:58:45.181  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\VssAdministrator\AppData\Local\Microsoft\MSBuild\14.0\Microsoft.Common.targets\ImportBefore
2026-05-03T09:58:45.1847135Z 09:58:45.183  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\VssAdministrator\AppData\Local\Microsoft\MSBuild\15.0\Microsoft.Common.targets\ImportBefore
2026-05-03T09:58:45.1863235Z 09:58:45.185  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\VssAdministrator\AppData\Local\Microsoft\MSBuild\Current\Microsoft.Common.targets\ImportBefore
2026-05-03T09:58:45.1889107Z 09:58:45.187  Installed SonarQube.Integration.targets to D:\a\1\.sonarqube\bin\targets
2026-05-03T09:58:45.1892310Z 09:58:45.187  Creating config and output folders...
2026-05-03T09:58:45.1904854Z 09:58:45.189  Creating directory: D:\a\1\.sonarqube\conf
2026-05-03T09:58:45.1907975Z 09:58:45.189  Creating directory: D:\a\1\.sonarqube\out
2026-05-03T09:58:45.2502013Z 09:58:45.248  Downloading from https://sonarcloud.io/api/settings/values?component=unknown...
2026-05-03T09:58:45.6780046Z 09:58:45.676  Response received from https://sonarcloud.io/api/settings/values?component=unknown...
2026-05-03T09:58:45.6795879Z 09:58:45.678  Fetching server version...
2026-05-03T09:58:45.6832684Z 09:58:45.682  Downloading from https://api.sonarcloud.io/analysis/version...
2026-05-03T09:58:45.7719067Z 09:58:45.770  Response received from https://api.sonarcloud.io/analysis/version...
2026-05-03T09:58:45.7726550Z 09:58:45.771  Downloading from https://api.sonarcloud.io/analysis/version failed. Http status code is Forbidden.
2026-05-03T09:58:45.7775128Z 09:58:45.776  Downloading from https://sonarcloud.io/api/server/version...
2026-05-03T09:58:45.8028364Z 09:58:45.801  Response received from https://sonarcloud.io/api/server/version...
2026-05-03T09:58:45.8182176Z 09:58:45.815  Using SonarCloud.
2026-05-03T09:58:45.8182982Z 09:58:45.817  SonarCloud detected, skipping server version check.
2026-05-03T09:58:45.8187325Z 09:58:45.817  SonarCloud detected, skipping license check.
2026-05-03T09:58:45.8214663Z 09:58:45.819  JreResolver: Resolving JRE path.
2026-05-03T09:58:45.8278374Z 09:58:45.825  Downloading from https://api.sonarcloud.io/analysis/jres?os=windows&arch=x64...
2026-05-03T09:58:45.9109521Z 09:58:45.910  Response received from https://api.sonarcloud.io/analysis/jres?os=windows&arch=x64...
2026-05-03T09:58:46.0726612Z 09:58:46.071  Cache miss. Could not find 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip_extracted\jdk-21.0.9+10-jre/bin/java.exe'.
2026-05-03T09:58:46.0750446Z 09:58:46.073  Cache miss. Could not find 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip'.
2026-05-03T09:58:46.0804821Z 09:58:46.079  Downloading Java JRE from https://scanner.sonarcloud.io/jres/OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip.
2026-05-03T09:58:46.6770527Z 09:58:46.676  The checksum of the downloaded file is '39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9' and the expected checksum is '39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9'.
2026-05-03T09:58:46.6786301Z 09:58:46.676  Starting to extract files from archive 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip' to folder 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\1ybvnf11.fph'.
2026-05-03T09:58:49.9750555Z 09:58:49.973  Moving extracted files from 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\1ybvnf11.fph' to 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip_extracted'.
2026-05-03T09:58:49.9773737Z 09:58:49.975  The archive was successfully extracted to 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip_extracted'.
2026-05-03T09:58:49.9777160Z 09:58:49.975  JreResolver: Download success. JRE can be found at 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip_extracted\jdk-21.0.9+10-jre/bin/java.exe'.
2026-05-03T09:58:49.9778117Z 09:58:49.977  The JRE provisioning is a time consuming operation.
2026-05-03T09:58:49.9778707Z JRE provisioned: OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip.
2026-05-03T09:58:49.9779398Z 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>".
2026-05-03T09:58:49.9802174Z 09:58:49.979  EngineResolver: Resolving Scanner Engine path.
2026-05-03T09:58:49.9840054Z 09:58:49.983  Downloading from https://api.sonarcloud.io/analysis/engine...
2026-05-03T09:58:50.0582488Z 09:58:50.054  Response received from https://api.sonarcloud.io/analysis/engine...
2026-05-03T09:58:50.0629378Z 09:58:50.060  Cache miss. Could not find 'C:\Users\VssAdministrator\.sonar\cache\12eaad99778508afa35f59c8a2272968c04861a84863cc25aa924b3ab1e89f77\sonarcloud-scanner-engine-12.28.0.3105.jar'.
2026-05-03T09:58:50.0634587Z 09:58:50.062  Downloading Scanner Engine from https://scanner.sonarcloud.io/engines/sonarcloud-scanner-engine-12.28.0.3105.jar
2026-05-03T09:58:50.5608373Z 09:58:50.559  The checksum of the downloaded file is '12eaad99778508afa35f59c8a2272968c04861a84863cc25aa924b3ab1e89f77' and the expected checksum is '12eaad99778508afa35f59c8a2272968c04861a84863cc25aa924b3ab1e89f77'.
2026-05-03T09:58:50.9113520Z 09:58:50.909  EngineResolver: Download success. Scanner Engine can be found at 'C:\Users\VssAdministrator\.sonar\cache\12eaad99778508afa35f59c8a2272968c04861a84863cc25aa924b3ab1e89f77\sonarcloud-scanner-engine-12.28.0.3105.jar'.
2026-05-03T09:58:50.9167166Z 09:58:50.915  Fetching analysis configuration settings...
2026-05-03T09:58:50.9209626Z 09:58:50.920  Fetching properties for project 'Albar-Dev-Team_MicroService_Leads_Api'...
2026-05-03T09:58:50.9228070Z 09:58:50.922  Downloading from https://sonarcloud.io/api/settings/values?component=Albar-Dev-Team_MicroService_Leads_Api...
2026-05-03T09:58:51.2027819Z 09:58:51.201  Response received from https://sonarcloud.io/api/settings/values?component=Albar-Dev-Team_MicroService_Leads_Api...
2026-05-03T09:58:51.2607327Z 09:58:51.258  Downloading from https://sonarcloud.io/api/languages/list...
2026-05-03T09:58:51.3065605Z 09:58:51.305  Response received from https://sonarcloud.io/api/languages/list...
2026-05-03T09:58:51.3104140Z 09:58:51.309  Fetching quality profile for project 'Albar-Dev-Team_MicroService_Leads_Api'...
2026-05-03T09:58:51.3105303Z 09:58:51.309  Downloading from https://sonarcloud.io/api/qualityprofiles/search?project=Albar-Dev-Team_MicroService_Leads_Api&organization=albar-dev-team...
2026-05-03T09:58:51.7564365Z 09:58:51.755  Response received from https://sonarcloud.io/api/qualityprofiles/search?project=Albar-Dev-Team_MicroService_Leads_Api&organization=albar-dev-team...
2026-05-03T09:58:51.7677076Z 09:58:51.764  Fetching rules for quality profile 'AZzM-Z5UCc5HTkooEiWh'...
2026-05-03T09:58:51.7678443Z 09:58:51.766  Downloading from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&qprofile=AZzM-Z5UCc5HTkooEiWh&p=1...
2026-05-03T09:58:51.8739001Z 09:58:51.871  Response received from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&qprofile=AZzM-Z5UCc5HTkooEiWh&p=1...
2026-05-03T09:58:51.8949038Z 09:58:51.893  Fetching rules for quality profile 'AZzM-Z5UCc5HTkooEiWh'...
2026-05-03T09:58:51.8951442Z 09:58:51.893  Downloading from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&qprofile=AZzM-Z5UCc5HTkooEiWh&p=2...
2026-05-03T09:58:52.0403484Z 09:58:52.038  Response received from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&qprofile=AZzM-Z5UCc5HTkooEiWh&p=2...
2026-05-03T09:58:52.0440667Z 09:58:52.041  Local analyzer cache: C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources
2026-05-03T09:58:52.0486961Z 09:58:52.048  Writing Roslyn generated ruleset to D:\a\1\.sonarqube\conf\Sonar-cs.ruleset...
2026-05-03T09:58:52.0667556Z 09:58:52.065  Writing Roslyn generated ruleset to D:\a\1\.sonarqube\conf\Sonar-cs-none.ruleset...
2026-05-03T09:58:52.0713235Z 09:58:52.070  Provisioning analyzer assemblies for cs...
2026-05-03T09:58:52.0723356Z 09:58:52.072  Installing required Roslyn analyzers...
2026-05-03T09:58:52.0730098Z 09:58:52.072  Processing plugin: architecturecsharpfrontend version 2.27.0.9559
2026-05-03T09:58:52.1190488Z 09:58:52.117  Cache miss: plugin files were not found in the local cache
2026-05-03T09:58:52.1197056Z 09:58:52.117  Fetching resource for plugin: architecturecsharpfrontend, version 2.27.0.9559. Resource: SonarAnalyzer.Architecture-2.27.0.9559.zip
2026-05-03T09:58:52.1213559Z 09:58:52.119  Downloading SonarAnalyzer.Architecture-2.27.0.9559.zip to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\0
2026-05-03T09:58:52.1238672Z 09:58:52.121  Downloading file to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\0\SonarAnalyzer.Architecture-2.27.0.9559.zip...
2026-05-03T09:58:52.1239727Z 09:58:52.121  Downloading from https://sonarcloud.io/static/architecturecsharpfrontend/SonarAnalyzer.Architecture-2.27.0.9559.zip...
2026-05-03T09:58:52.1768369Z 09:58:52.175  Response received from https://sonarcloud.io/static/architecturecsharpfrontend/SonarAnalyzer.Architecture-2.27.0.9559.zip...
2026-05-03T09:58:52.1782383Z 09:58:52.177  Extracting files to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\0...
2026-05-03T09:58:52.1936929Z 09:58:52.193  Processing plugin: securitycsharpfrontend version 11.29.0.45905
2026-05-03T09:58:52.1998739Z 09:58:52.199  Cache miss: plugin files were not found in the local cache
2026-05-03T09:58:52.2000293Z 09:58:52.199  Fetching resource for plugin: securitycsharpfrontend, version 11.29.0.45905. Resource: SonarAnalyzer.Security.CSharp-11.29.0.45905.zip
2026-05-03T09:58:52.2000867Z 09:58:52.199  Downloading SonarAnalyzer.Security.CSharp-11.29.0.45905.zip to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\1
2026-05-03T09:58:52.2001430Z 09:58:52.199  Downloading file to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\1\SonarAnalyzer.Security.CSharp-11.29.0.45905.zip...
2026-05-03T09:58:52.2001957Z 09:58:52.199  Downloading from https://sonarcloud.io/static/securitycsharpfrontend/SonarAnalyzer.Security.CSharp-11.29.0.45905.zip...
2026-05-03T09:58:52.2489012Z 09:58:52.246  Response received from https://sonarcloud.io/static/securitycsharpfrontend/SonarAnalyzer.Security.CSharp-11.29.0.45905.zip...
2026-05-03T09:58:52.2492582Z 09:58:52.248  Extracting files to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\1...
2026-05-03T09:58:52.2740905Z 09:58:52.272  Processing plugin: csharpenterprise version 10.25.0.139117
2026-05-03T09:58:52.2754841Z 09:58:52.274  Cache miss: plugin files were not found in the local cache
2026-05-03T09:58:52.2756196Z 09:58:52.274  Fetching resource for plugin: csharpenterprise, version 10.25.0.139117. Resource: SonarAnalyzer-csharpenterprise-10.25.0.139117.zip
2026-05-03T09:58:52.2757695Z 09:58:52.274  Downloading SonarAnalyzer-csharpenterprise-10.25.0.139117.zip to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\2
2026-05-03T09:58:52.2758283Z 09:58:52.274  Downloading file to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\2\SonarAnalyzer-csharpenterprise-10.25.0.139117.zip...
2026-05-03T09:58:52.2758807Z 09:58:52.274  Downloading from https://sonarcloud.io/static/csharpenterprise/SonarAnalyzer-csharpenterprise-10.25.0.139117.zip...
2026-05-03T09:58:52.3372958Z 09:58:52.335  Response received from https://sonarcloud.io/static/csharpenterprise/SonarAnalyzer-csharpenterprise-10.25.0.139117.zip...
2026-05-03T09:58:52.3387578Z 09:58:52.337  Extracting files to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\2...
2026-05-03T09:58:52.4013348Z 09:58:52.399  Writing Roslyn analyzer additional file to D:\a\1\.sonarqube\conf\cs\SonarLint.xml...
2026-05-03T09:58:52.4022529Z 09:58:52.401  Fetching quality profile for project 'Albar-Dev-Team_MicroService_Leads_Api'...
2026-05-03T09:58:52.4023962Z 09:58:52.401  Downloading from https://sonarcloud.io/api/qualityprofiles/search?project=Albar-Dev-Team_MicroService_Leads_Api&organization=albar-dev-team...
2026-05-03T09:58:52.9015949Z 09:58:52.900  Response received from https://sonarcloud.io/api/qualityprofiles/search?project=Albar-Dev-Team_MicroService_Leads_Api&organization=albar-dev-team...
2026-05-03T09:58:52.9023851Z 09:58:52.900  Fetching rules for quality profile 'AZzM-Z5UCc5HTkooEiWU'...
2026-05-03T09:58:52.9025209Z 09:58:52.900  Downloading from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&qprofile=AZzM-Z5UCc5HTkooEiWU&p=1...
2026-05-03T09:58:53.0309169Z 09:58:53.028  Response received from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&qprofile=AZzM-Z5UCc5HTkooEiWU&p=1...
2026-05-03T09:58:53.0352050Z 09:58:53.032  Local analyzer cache: C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources
2026-05-03T09:58:53.0354769Z 09:58:53.034  Writing Roslyn generated ruleset to D:\a\1\.sonarqube\conf\Sonar-vbnet.ruleset...
2026-05-03T09:58:53.0361605Z 09:58:53.034  Writing Roslyn generated ruleset to D:\a\1\.sonarqube\conf\Sonar-vbnet-none.ruleset...
2026-05-03T09:58:53.0374516Z 09:58:53.036  Provisioning analyzer assemblies for vbnet...
2026-05-03T09:58:53.0375271Z 09:58:53.036  Installing required Roslyn analyzers...
2026-05-03T09:58:53.0375942Z 09:58:53.036  Processing plugin: securityvbnetfrontend version 11.29.0.45905
2026-05-03T09:58:53.0390849Z 09:58:53.036  Cache miss: plugin files were not found in the local cache
2026-05-03T09:58:53.0392343Z 09:58:53.036  Fetching resource for plugin: securityvbnetfrontend, version 11.29.0.45905. Resource: SonarAnalyzer.Security.VisualBasic-11.29.0.45905.zip
2026-05-03T09:58:53.0393000Z 09:58:53.036  Downloading SonarAnalyzer.Security.VisualBasic-11.29.0.45905.zip to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\3
2026-05-03T09:58:53.0393560Z 09:58:53.036  Downloading file to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\3\SonarAnalyzer.Security.VisualBasic-11.29.0.45905.zip...
2026-05-03T09:58:53.0394103Z 09:58:53.036  Downloading from https://sonarcloud.io/static/securityvbnetfrontend/SonarAnalyzer.Security.VisualBasic-11.29.0.45905.zip...
2026-05-03T09:58:53.0871916Z 09:58:53.086  Response received from https://sonarcloud.io/static/securityvbnetfrontend/SonarAnalyzer.Security.VisualBasic-11.29.0.45905.zip...
2026-05-03T09:58:53.0881593Z 09:58:53.086  Extracting files to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\3...
2026-05-03T09:58:53.1153273Z 09:58:53.114  Processing plugin: vbnetenterprise version 10.25.0.139117
2026-05-03T09:58:53.1186180Z 09:58:53.116  Cache miss: plugin files were not found in the local cache
2026-05-03T09:58:53.1187002Z 09:58:53.116  Fetching resource for plugin: vbnetenterprise, version 10.25.0.139117. Resource: SonarAnalyzer-vbnetenterprise-10.25.0.139117.zip
2026-05-03T09:58:53.1188478Z 09:58:53.116  Downloading SonarAnalyzer-vbnetenterprise-10.25.0.139117.zip to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\4
2026-05-03T09:58:53.1189064Z 09:58:53.118  Downloading file to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\4\SonarAnalyzer-vbnetenterprise-10.25.0.139117.zip...
2026-05-03T09:58:53.1189633Z 09:58:53.118  Downloading from https://sonarcloud.io/static/vbnetenterprise/SonarAnalyzer-vbnetenterprise-10.25.0.139117.zip...
2026-05-03T09:58:53.1605980Z 09:58:53.159  Response received from https://sonarcloud.io/static/vbnetenterprise/SonarAnalyzer-vbnetenterprise-10.25.0.139117.zip...
2026-05-03T09:58:53.1617671Z 09:58:53.159  Extracting files to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\4...
2026-05-03T09:58:53.2086607Z 09:58:53.207  Writing Roslyn analyzer additional file to D:\a\1\.sonarqube\conf\vbnet\SonarLint.xml...
2026-05-03T09:58:53.2119478Z 09:58:53.211  Processing analysis cache
2026-05-03T09:58:53.2166393Z 09:58:53.215  Incremental PR analysis: Base branch parameter was not provided.
2026-05-03T09:58:53.2168254Z 09:58:53.215  Cache data is empty. A full analysis will be performed.
2026-05-03T09:58:53.2699486Z 09:58:53.268  Pre-processing succeeded.
2026-05-03T09:58:53.2848706Z 
2026-05-03T09:58:53.3349587Z ##[section]Finishing: SonarCloudPrepare

the build is as required should be full build with this command:

- task: DotNetCoreCLI@2
  inputs:
    azureSubscription: <our azure subscription>
    command: 'build'
    projects: '**/*.sln'
    arguments: '--configuration Test'

yes the build is full and is between the prepare and the scan.

yet no more issues found and no more new lines were scanned.

Hi,

I’m looking for the full job log.

 
Thx,
Ann

initialize of the pipeline

2026-05-03T10:05:09.9700744Z ##[section]Starting: Initialize job
2026-05-03T10:05:09.9705036Z Agent name: 'Azure Pipelines 1'
2026-05-03T10:05:09.9705782Z Agent machine name: 'runnervm9vsm6'
2026-05-03T10:05:09.9706139Z Current agent version: '4.272.0'
2026-05-03T10:05:09.9731690Z ##[group]Runner Image Provisioner
2026-05-03T10:05:09.9732110Z Hosted Compute Agent
2026-05-03T10:05:09.9732390Z Version: 20260213.493
2026-05-03T10:05:09.9732731Z Commit: 5c115507f6dd24b8de37d8bbe0bb4509d0cc0fa3
2026-05-03T10:05:09.9733885Z Build Date: 2026-02-13T00:28:41Z
2026-05-03T10:05:09.9734298Z Worker ID: {7460c495-d2dd-43b6-9e14-ed746bced94b}
2026-05-03T10:05:09.9734643Z Azure Region: northeurope
2026-05-03T10:05:09.9734922Z ##[endgroup]
2026-05-03T10:05:09.9735213Z ##[group]_internal_runner_telemetry
2026-05-03T10:05:09.9735598Z ProcessLifetimeId: ce5ba7f8-6823-4413-9489-0af5de0a2fc6
2026-05-03T10:05:09.9735969Z Azure Region: northeurope
2026-05-03T10:05:09.9736252Z ##[endgroup]
2026-05-03T10:05:09.9736566Z ##[group]Operating System
2026-05-03T10:05:09.9736893Z Microsoft Windows Server 2025
2026-05-03T10:05:09.9737173Z 10.0.26100
2026-05-03T10:05:09.9737438Z Datacenter
2026-05-03T10:05:09.9737704Z ##[endgroup]
2026-05-03T10:05:09.9737983Z ##[group]Runner Image
2026-05-03T10:05:09.9738278Z Image: windows-2025
2026-05-03T10:05:09.9738568Z Version: 20260413.84.1
2026-05-03T10:05:09.9739017Z Included Software: https://github.com/actions/runner-images/blob/win25/20260413.84/images/windows/Windows2025-Readme.md
2026-05-03T10:05:09.9739578Z Image Release: https://github.com/actions/runner-images/releases/tag/win25%2F20260413.84
2026-05-03T10:05:09.9739964Z ##[endgroup]
2026-05-03T10:05:09.9743834Z Current image version: '20260413.84.1'
2026-05-03T10:05:10.0348155Z Agent running as: 'VssAdministrator'
2026-05-03T10:05:10.0396547Z Prepare build directory.
2026-05-03T10:05:10.0666436Z Set build variables.
2026-05-03T10:05:10.0688885Z Download all required tasks.
2026-05-03T10:05:10.0773893Z Downloading task: SonarCloudPrepare (4.2.3)
2026-05-03T10:05:10.3867381Z Downloading task: DotNetCoreCLI (2.269.0)
2026-05-03T10:05:12.4826818Z Downloading task: SonarCloudAnalyze (4.2.3)
2026-05-03T10:05:13.1743499Z Downloading task: SonarCloudPublish (4.2.3)
2026-05-03T10:05:13.2996150Z Checking job knob settings.
2026-05-03T10:05:13.2998918Z    Knob: DockerActionRetries = true Source: $(VSTSAGENT_DOCKER_ACTION_RETRIES) 
2026-05-03T10:05:13.2999204Z    Knob: AgentToolsDirectory = C:\hostedtoolcache\windows Source: ${AGENT_TOOLSDIRECTORY} 
2026-05-03T10:05:13.3000788Z    Knob: UseGitLongPaths = true Source: $(USE_GIT_LONG_PATHS) 
2026-05-03T10:05:13.3002178Z    Knob: UseNode24withHandlerData = True Source: $(DistributedTask.Agent.UseNode24withHandlerData) 
2026-05-03T10:05:13.3003713Z    Knob: EnableIssueSourceValidation = true Source: $(ENABLE_ISSUE_SOURCE_VALIDATION) 
2026-05-03T10:05:13.3004478Z    Knob: AgentEnablePipelineArtifactLargeChunkSize = true Source: $(AGENT_ENABLE_PIPELINEARTIFACT_LARGE_CHUNK_SIZE) 
2026-05-03T10:05:13.3006653Z    Knob: ContinueAfterCancelProcessTreeKillAttempt = true Source: $(VSTSAGENT_CONTINUE_AFTER_CANCEL_PROCESSTREEKILL_ATTEMPT) 
2026-05-03T10:05:13.3007252Z    Knob: ProcessHandlerSecureArguments = false Source: $(AZP_75787_ENABLE_NEW_LOGIC) 
2026-05-03T10:05:13.3007662Z    Knob: ProcessHandlerSecureArguments = false Source: $(AZP_75787_ENABLE_NEW_LOGIC_LOG) 
2026-05-03T10:05:13.3008048Z    Knob: ProcessHandlerTelemetry = true Source: $(AZP_75787_ENABLE_COLLECT) 
2026-05-03T10:05:13.3008468Z    Knob: UseNewNodeHandlerTelemetry = True Source: $(DistributedTask.Agent.USENEWNODEHANDLERTELEMETRY) 
2026-05-03T10:05:13.3008879Z    Knob: ProcessHandlerEnableNewLogic = true Source: $(AZP_75787_ENABLE_NEW_PH_LOGIC) 
2026-05-03T10:05:13.3009733Z    Knob: EnableResourceMonitorDebugOutput = true Source: $(AZP_ENABLE_RESOURCE_MONITOR_DEBUG_OUTPUT) 
2026-05-03T10:05:13.3010158Z    Knob: EnableResourceUtilizationWarnings = true Source: $(AZP_ENABLE_RESOURCE_UTILIZATION_WARNINGS) 
2026-05-03T10:05:13.3012574Z    Knob: IgnoreVSTSTaskLib = true Source: $(AZP_AGENT_IGNORE_VSTSTASKLIB) 
2026-05-03T10:05:13.3014120Z    Knob: FailJobWhenAgentDies = true Source: $(FAIL_JOB_WHEN_AGENT_DIES) 
2026-05-03T10:05:13.3014369Z    Knob: EnhancedWorkerCrashHandling = true Source: ${AZP_ENHANCED_WORKER_CRASH_HANDLING} 
2026-05-03T10:05:13.3014880Z    Knob: CheckForTaskDeprecation = true Source: $(AZP_AGENT_CHECK_FOR_TASK_DEPRECATION) 
2026-05-03T10:05:13.3015432Z    Knob: CheckIfTaskNodeRunnerIsDeprecated246 = True Source: $(DistributedTask.Agent.CheckIfTaskNodeRunnerIsDeprecated246) 
2026-05-03T10:05:13.3016183Z    Knob: UseNode20ToStartContainer = True Source: $(DistributedTask.Agent.UseNode20ToStartContainer) 
2026-05-03T10:05:13.3016820Z    Knob: EnableTimeoutLogFlushing = True Source: $(DistributedTask.Agent.EnableTimeoutLogFlushing) 
2026-05-03T10:05:13.3017483Z    Knob: LogTaskNameInUserAgent = true Source: $(AZP_AGENT_LOG_TASKNAME_IN_USERAGENT) 
2026-05-03T10:05:13.3018186Z    Knob: UseFetchFilterInCheckoutTask = true Source: $(AGENT_USE_FETCH_FILTER_IN_CHECKOUT_TASK) 
2026-05-03T10:05:13.3018923Z    Knob: Rosetta2Warning = true Source: $(ROSETTA2_WARNING) 
2026-05-03T10:05:13.3019324Z    Knob: CheckPsModulesLocations = False Source: $(DistributedTask.Agent.CheckPsModulesLocations) 
2026-05-03T10:05:13.3020342Z    Knob: AddForceCredentialsToGitCheckout = True Source: $(DistributedTask.Agent.AddForceCredentialsToGitCheckout) 
2026-05-03T10:05:13.3020929Z    Knob: AddForceCredentialsToGitCheckoutEnhanced = True Source: $(DistributedTask.Agent.AddForceCredentialsToGitCheckoutEnhanced) 
2026-05-03T10:05:13.3021651Z    Knob: UseLatestTfExe = True Source: $(DistributedTask.Agent.UseLatestTfExe) 
2026-05-03T10:05:13.3022065Z    Knob: UseSparseCheckoutInCheckoutTask = true Source: $(AGENT_USE_SPARSE_CHECKOUT_IN_CHECKOUT_TASK) 
2026-05-03T10:05:13.3022617Z    Knob: AgentCDNConnectivityFailWarning = False Source: $(DistributedTask.Agent.AgentCDNConnectivityFailWarning) 
2026-05-03T10:05:13.3022967Z    Knob: UseEnhancedLogging = true Source: ${AZP_USE_ENHANCED_LOGGING} 
2026-05-03T10:05:13.3023560Z Finished checking job knob settings.
2026-05-03T10:05:13.3281664Z Start tracking orphan processes.
2026-05-03T10:05:13.3321100Z ##[section]Finishing: Initialize job

sonarqube prepare log

2026-05-03T10:05:17.9838376Z ##[section]Starting: SonarCloudPrepare
2026-05-03T10:05:17.9847363Z ==============================================================================
2026-05-03T10:05:17.9847482Z Task         : Prepare Analysis Configuration
2026-05-03T10:05:17.9847557Z Description  : Prepare SonarQube Cloud analysis configuration
2026-05-03T10:05:17.9847665Z Version      : 4.2.3
2026-05-03T10:05:17.9847727Z Author       : sonarsource
2026-05-03T10:05:17.9847801Z Help         : [More Information](https://docs.sonarcloud.io/advanced-setup/ci-based-analysis/sonarcloud-extension-for-azure-devops/)
2026-05-03T10:05:17.9847919Z ==============================================================================
2026-05-03T10:05:18.5347919Z [INFO]  SonarQube Cloud: Server version: 8.0.0.86467
2026-05-03T10:05:18.6745374Z [INFO]  SonarQube Cloud: Default branch of this repository is 'refs/heads/master'
2026-05-03T10:05:18.6795723Z [command]D:\a\_tasks\SonarCloudPrepare_14d9cde6-c1da-4d55-aa01-2965cd301255\4.2.3\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe begin /k:Albar-Dev-Team_MicroService_Leads_Api /o:albar-dev-team
2026-05-03T10:05:18.7635543Z SonarScanner for .NET 11.2.1
2026-05-03T10:05:18.7636870Z Using the .NET Framework version of the Scanner for .NET
2026-05-03T10:05:18.8127242Z Pre-processing started.
2026-05-03T10:05:18.8149428Z Preparing working directories...
2026-05-03T10:05:18.9352425Z 10:05:18.863  Loading analysis properties from D:\a\_tasks\SonarCloudPrepare_14d9cde6-c1da-4d55-aa01-2965cd301255\4.2.3\classic-sonar-scanner-msbuild\SonarQube.Analysis.xml
2026-05-03T10:05:18.9377491Z 10:05:18.905  Server Url: https://sonarcloud.io
2026-05-03T10:05:18.9408548Z 10:05:18.905  Api Url: https://api.sonarcloud.io
2026-05-03T10:05:18.9436505Z 10:05:18.907  Is SonarCloud: True
2026-05-03T10:05:18.9441829Z 10:05:18.919  No truststore provided; attempting to use the default location.
2026-05-03T10:05:18.9442617Z 10:05:18.921  No truststore found at the default location; proceeding without a truststore.
2026-05-03T10:05:18.9443309Z 10:05:18.933  sonar.verbose=True was specified - setting the log verbosity to 'Debug'
2026-05-03T10:05:18.9444001Z 10:05:18.937  Updating build integration targets...
2026-05-03T10:05:18.9616915Z 10:05:18.960  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\VssAdministrator\AppData\Local\Microsoft\MSBuild\4.0\Microsoft.Common.targets\ImportBefore
2026-05-03T10:05:18.9828699Z 10:05:18.981  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\VssAdministrator\AppData\Local\Microsoft\MSBuild\10.0\Microsoft.Common.targets\ImportBefore
2026-05-03T10:05:18.9975978Z 10:05:18.996  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\VssAdministrator\AppData\Local\Microsoft\MSBuild\11.0\Microsoft.Common.targets\ImportBefore
2026-05-03T10:05:19.0106283Z 10:05:19.008  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\VssAdministrator\AppData\Local\Microsoft\MSBuild\12.0\Microsoft.Common.targets\ImportBefore
2026-05-03T10:05:19.0152072Z 10:05:19.013  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\VssAdministrator\AppData\Local\Microsoft\MSBuild\14.0\Microsoft.Common.targets\ImportBefore
2026-05-03T10:05:19.0333761Z 10:05:19.030  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\VssAdministrator\AppData\Local\Microsoft\MSBuild\15.0\Microsoft.Common.targets\ImportBefore
2026-05-03T10:05:19.0364276Z 10:05:19.032  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\VssAdministrator\AppData\Local\Microsoft\MSBuild\Current\Microsoft.Common.targets\ImportBefore
2026-05-03T10:05:19.0390392Z 10:05:19.036  Installed SonarQube.Integration.targets to D:\a\1\.sonarqube\bin\targets
2026-05-03T10:05:19.0429379Z 10:05:19.036  Creating config and output folders...
2026-05-03T10:05:19.0430118Z 10:05:19.038  Creating directory: D:\a\1\.sonarqube\conf
2026-05-03T10:05:19.0430696Z 10:05:19.038  Creating directory: D:\a\1\.sonarqube\out
2026-05-03T10:05:19.1016691Z 10:05:19.097  Downloading from https://sonarcloud.io/api/settings/values?component=unknown...
2026-05-03T10:05:19.4378096Z 10:05:19.436  Response received from https://sonarcloud.io/api/settings/values?component=unknown...
2026-05-03T10:05:19.4393619Z 10:05:19.438  Fetching server version...
2026-05-03T10:05:19.4424722Z 10:05:19.441  Downloading from https://api.sonarcloud.io/analysis/version...
2026-05-03T10:05:19.5289946Z 10:05:19.526  Response received from https://api.sonarcloud.io/analysis/version...
2026-05-03T10:05:19.5294631Z 10:05:19.526  Downloading from https://api.sonarcloud.io/analysis/version failed. Http status code is Forbidden.
2026-05-03T10:05:19.5307920Z 10:05:19.530  Downloading from https://sonarcloud.io/api/server/version...
2026-05-03T10:05:19.5650534Z 10:05:19.563  Response received from https://sonarcloud.io/api/server/version...
2026-05-03T10:05:19.5767649Z 10:05:19.575  Using SonarCloud.
2026-05-03T10:05:19.5770291Z 10:05:19.575  SonarCloud detected, skipping server version check.
2026-05-03T10:05:19.5799632Z 10:05:19.575  SonarCloud detected, skipping license check.
2026-05-03T10:05:19.5806919Z 10:05:19.579  JreResolver: Resolving JRE path.
2026-05-03T10:05:19.5870936Z 10:05:19.585  Downloading from https://api.sonarcloud.io/analysis/jres?os=windows&arch=x64...
2026-05-03T10:05:19.6830858Z 10:05:19.680  Response received from https://api.sonarcloud.io/analysis/jres?os=windows&arch=x64...
2026-05-03T10:05:19.8270404Z 10:05:19.825  Cache miss. Could not find 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip_extracted\jdk-21.0.9+10-jre/bin/java.exe'.
2026-05-03T10:05:19.8294516Z 10:05:19.827  Cache miss. Could not find 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip'.
2026-05-03T10:05:19.8356888Z 10:05:19.833  Downloading Java JRE from https://scanner.sonarcloud.io/jres/OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip.
2026-05-03T10:05:20.6552317Z 10:05:20.654  The checksum of the downloaded file is '39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9' and the expected checksum is '39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9'.
2026-05-03T10:05:20.6585472Z 10:05:20.656  Starting to extract files from archive 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip' to folder 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\3ydpew5d.sui'.
2026-05-03T10:05:22.5884073Z 10:05:22.586  Moving extracted files from 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\3ydpew5d.sui' to 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip_extracted'.
2026-05-03T10:05:22.5906836Z 10:05:22.588  The archive was successfully extracted to 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip_extracted'.
2026-05-03T10:05:22.5909898Z 10:05:22.588  JreResolver: Download success. JRE can be found at 'C:\Users\VssAdministrator\.sonar\cache\39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9\OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip_extracted\jdk-21.0.9+10-jre/bin/java.exe'.
2026-05-03T10:05:22.5911815Z 10:05:22.588  The JRE provisioning is a time consuming operation.
2026-05-03T10:05:22.5912555Z JRE provisioned: OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip.
2026-05-03T10:05:22.5913405Z 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>".
2026-05-03T10:05:22.5937100Z 10:05:22.592  EngineResolver: Resolving Scanner Engine path.
2026-05-03T10:05:22.6005019Z 10:05:22.596  Downloading from https://api.sonarcloud.io/analysis/engine...
2026-05-03T10:05:22.6796012Z 10:05:22.677  Response received from https://api.sonarcloud.io/analysis/engine...
2026-05-03T10:05:22.6865431Z 10:05:22.686  Cache miss. Could not find 'C:\Users\VssAdministrator\.sonar\cache\12eaad99778508afa35f59c8a2272968c04861a84863cc25aa924b3ab1e89f77\sonarcloud-scanner-engine-12.28.0.3105.jar'.
2026-05-03T10:05:22.6928268Z 10:05:22.689  Downloading Scanner Engine from https://scanner.sonarcloud.io/engines/sonarcloud-scanner-engine-12.28.0.3105.jar
2026-05-03T10:05:23.2992957Z 10:05:23.296  The checksum of the downloaded file is '12eaad99778508afa35f59c8a2272968c04861a84863cc25aa924b3ab1e89f77' and the expected checksum is '12eaad99778508afa35f59c8a2272968c04861a84863cc25aa924b3ab1e89f77'.
2026-05-03T10:05:23.3002038Z 10:05:23.298  EngineResolver: Download success. Scanner Engine can be found at 'C:\Users\VssAdministrator\.sonar\cache\12eaad99778508afa35f59c8a2272968c04861a84863cc25aa924b3ab1e89f77\sonarcloud-scanner-engine-12.28.0.3105.jar'.
2026-05-03T10:05:23.3084606Z 10:05:23.306  Fetching analysis configuration settings...
2026-05-03T10:05:23.3146391Z 10:05:23.312  Fetching properties for project 'Albar-Dev-Team_MicroService_Leads_Api'...
2026-05-03T10:05:23.3171801Z 10:05:23.316  Downloading from https://sonarcloud.io/api/settings/values?component=Albar-Dev-Team_MicroService_Leads_Api...
2026-05-03T10:05:23.6366516Z 10:05:23.635  Response received from https://sonarcloud.io/api/settings/values?component=Albar-Dev-Team_MicroService_Leads_Api...
2026-05-03T10:05:23.6753997Z 10:05:23.674  Downloading from https://sonarcloud.io/api/languages/list...
2026-05-03T10:05:23.7176295Z 10:05:23.714  Response received from https://sonarcloud.io/api/languages/list...
2026-05-03T10:05:23.7229986Z 10:05:23.720  Fetching quality profile for project 'Albar-Dev-Team_MicroService_Leads_Api'...
2026-05-03T10:05:23.7231943Z 10:05:23.720  Downloading from https://sonarcloud.io/api/qualityprofiles/search?project=Albar-Dev-Team_MicroService_Leads_Api&organization=albar-dev-team...
2026-05-03T10:05:24.2455561Z 10:05:24.236  Response received from https://sonarcloud.io/api/qualityprofiles/search?project=Albar-Dev-Team_MicroService_Leads_Api&organization=albar-dev-team...
2026-05-03T10:05:24.2553229Z 10:05:24.252  Fetching rules for quality profile 'AZzM-Z5UCc5HTkooEiWh'...
2026-05-03T10:05:24.2558920Z 10:05:24.252  Downloading from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&qprofile=AZzM-Z5UCc5HTkooEiWh&p=1...
2026-05-03T10:05:24.4619611Z 10:05:24.458  Response received from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&qprofile=AZzM-Z5UCc5HTkooEiWh&p=1...
2026-05-03T10:05:24.4830962Z 10:05:24.480  Fetching rules for quality profile 'AZzM-Z5UCc5HTkooEiWh'...
2026-05-03T10:05:24.4836355Z 10:05:24.480  Downloading from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&qprofile=AZzM-Z5UCc5HTkooEiWh&p=2...
2026-05-03T10:05:24.6106580Z 10:05:24.605  Response received from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&qprofile=AZzM-Z5UCc5HTkooEiWh&p=2...
2026-05-03T10:05:24.6111084Z 10:05:24.609  Local analyzer cache: C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources
2026-05-03T10:05:24.6378021Z 10:05:24.623  Writing Roslyn generated ruleset to D:\a\1\.sonarqube\conf\Sonar-cs.ruleset...
2026-05-03T10:05:24.6492926Z 10:05:24.645  Writing Roslyn generated ruleset to D:\a\1\.sonarqube\conf\Sonar-cs-none.ruleset...
2026-05-03T10:05:24.6600259Z 10:05:24.651  Provisioning analyzer assemblies for cs...
2026-05-03T10:05:24.6603753Z 10:05:24.653  Installing required Roslyn analyzers...
2026-05-03T10:05:24.6612800Z 10:05:24.653  Processing plugin: architecturecsharpfrontend version 2.27.0.9559
2026-05-03T10:05:24.7407048Z 10:05:24.731  Cache miss: plugin files were not found in the local cache
2026-05-03T10:05:24.7411295Z 10:05:24.733  Fetching resource for plugin: architecturecsharpfrontend, version 2.27.0.9559. Resource: SonarAnalyzer.Architecture-2.27.0.9559.zip
2026-05-03T10:05:24.7417406Z 10:05:24.735  Downloading SonarAnalyzer.Architecture-2.27.0.9559.zip to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\0
2026-05-03T10:05:24.7425603Z 10:05:24.737  Downloading file to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\0\SonarAnalyzer.Architecture-2.27.0.9559.zip...
2026-05-03T10:05:24.7429294Z 10:05:24.737  Downloading from https://sonarcloud.io/static/architecturecsharpfrontend/SonarAnalyzer.Architecture-2.27.0.9559.zip...
2026-05-03T10:05:24.8118039Z 10:05:24.803  Response received from https://sonarcloud.io/static/architecturecsharpfrontend/SonarAnalyzer.Architecture-2.27.0.9559.zip...
2026-05-03T10:05:24.8161197Z 10:05:24.809  Extracting files to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\0...
2026-05-03T10:05:24.8455512Z 10:05:24.835  Processing plugin: securitycsharpfrontend version 11.29.0.45905
2026-05-03T10:05:24.8491516Z 10:05:24.847  Cache miss: plugin files were not found in the local cache
2026-05-03T10:05:24.8494769Z 10:05:24.847  Fetching resource for plugin: securitycsharpfrontend, version 11.29.0.45905. Resource: SonarAnalyzer.Security.CSharp-11.29.0.45905.zip
2026-05-03T10:05:24.8497284Z 10:05:24.847  Downloading SonarAnalyzer.Security.CSharp-11.29.0.45905.zip to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\1
2026-05-03T10:05:24.8499693Z 10:05:24.847  Downloading file to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\1\SonarAnalyzer.Security.CSharp-11.29.0.45905.zip...
2026-05-03T10:05:24.8502061Z 10:05:24.847  Downloading from https://sonarcloud.io/static/securitycsharpfrontend/SonarAnalyzer.Security.CSharp-11.29.0.45905.zip...
2026-05-03T10:05:24.9703876Z 10:05:24.928  Response received from https://sonarcloud.io/static/securitycsharpfrontend/SonarAnalyzer.Security.CSharp-11.29.0.45905.zip...
2026-05-03T10:05:25.0257530Z 10:05:24.934  Extracting files to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\1...
2026-05-03T10:05:25.0657249Z 10:05:25.027  Processing plugin: csharpenterprise version 10.25.0.139117
2026-05-03T10:05:25.3191051Z 10:05:25.033  Cache miss: plugin files were not found in the local cache
2026-05-03T10:05:25.3278024Z 10:05:25.034  Fetching resource for plugin: csharpenterprise, version 10.25.0.139117. Resource: SonarAnalyzer-csharpenterprise-10.25.0.139117.zip
2026-05-03T10:05:25.3288887Z 10:05:25.034  Downloading SonarAnalyzer-csharpenterprise-10.25.0.139117.zip to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\2
2026-05-03T10:05:25.3289766Z 10:05:25.034  Downloading file to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\2\SonarAnalyzer-csharpenterprise-10.25.0.139117.zip...
2026-05-03T10:05:25.3290702Z 10:05:25.034  Downloading from https://sonarcloud.io/static/csharpenterprise/SonarAnalyzer-csharpenterprise-10.25.0.139117.zip...
2026-05-03T10:05:25.3291575Z 10:05:25.212  Response received from https://sonarcloud.io/static/csharpenterprise/SonarAnalyzer-csharpenterprise-10.25.0.139117.zip...
2026-05-03T10:05:25.3292783Z 10:05:25.317  Extracting files to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\2...
2026-05-03T10:05:25.4412457Z 10:05:25.439  Writing Roslyn analyzer additional file to D:\a\1\.sonarqube\conf\cs\SonarLint.xml...
2026-05-03T10:05:25.4417234Z 10:05:25.440  Fetching quality profile for project 'Albar-Dev-Team_MicroService_Leads_Api'...
2026-05-03T10:05:25.4418114Z 10:05:25.440  Downloading from https://sonarcloud.io/api/qualityprofiles/search?project=Albar-Dev-Team_MicroService_Leads_Api&organization=albar-dev-team...
2026-05-03T10:05:25.7425300Z 10:05:25.740  Response received from https://sonarcloud.io/api/qualityprofiles/search?project=Albar-Dev-Team_MicroService_Leads_Api&organization=albar-dev-team...
2026-05-03T10:05:25.7434537Z 10:05:25.742  Fetching rules for quality profile 'AZzM-Z5UCc5HTkooEiWU'...
2026-05-03T10:05:25.7436114Z 10:05:25.742  Downloading from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&qprofile=AZzM-Z5UCc5HTkooEiWU&p=1...
2026-05-03T10:05:25.8226761Z 10:05:25.820  Response received from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&qprofile=AZzM-Z5UCc5HTkooEiWU&p=1...
2026-05-03T10:05:25.8293042Z 10:05:25.826  Local analyzer cache: C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources
2026-05-03T10:05:25.8311653Z 10:05:25.827  Writing Roslyn generated ruleset to D:\a\1\.sonarqube\conf\Sonar-vbnet.ruleset...
2026-05-03T10:05:25.8318348Z 10:05:25.827  Writing Roslyn generated ruleset to D:\a\1\.sonarqube\conf\Sonar-vbnet-none.ruleset...
2026-05-03T10:05:25.8319068Z 10:05:25.829  Provisioning analyzer assemblies for vbnet...
2026-05-03T10:05:25.8320182Z 10:05:25.829  Installing required Roslyn analyzers...
2026-05-03T10:05:25.8320834Z 10:05:25.829  Processing plugin: securityvbnetfrontend version 11.29.0.45905
2026-05-03T10:05:25.8337353Z 10:05:25.831  Cache miss: plugin files were not found in the local cache
2026-05-03T10:05:25.8338818Z 10:05:25.831  Fetching resource for plugin: securityvbnetfrontend, version 11.29.0.45905. Resource: SonarAnalyzer.Security.VisualBasic-11.29.0.45905.zip
2026-05-03T10:05:25.8340291Z 10:05:25.831  Downloading SonarAnalyzer.Security.VisualBasic-11.29.0.45905.zip to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\3
2026-05-03T10:05:25.8341771Z 10:05:25.831  Downloading file to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\3\SonarAnalyzer.Security.VisualBasic-11.29.0.45905.zip...
2026-05-03T10:05:25.8342390Z 10:05:25.831  Downloading from https://sonarcloud.io/static/securityvbnetfrontend/SonarAnalyzer.Security.VisualBasic-11.29.0.45905.zip...
2026-05-03T10:05:25.8880384Z 10:05:25.887  Response received from https://sonarcloud.io/static/securityvbnetfrontend/SonarAnalyzer.Security.VisualBasic-11.29.0.45905.zip...
2026-05-03T10:05:25.8893100Z 10:05:25.888  Extracting files to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\3...
2026-05-03T10:05:25.9277382Z 10:05:25.926  Processing plugin: vbnetenterprise version 10.25.0.139117
2026-05-03T10:05:25.9304716Z 10:05:25.929  Cache miss: plugin files were not found in the local cache
2026-05-03T10:05:25.9306179Z 10:05:25.929  Fetching resource for plugin: vbnetenterprise, version 10.25.0.139117. Resource: SonarAnalyzer-vbnetenterprise-10.25.0.139117.zip
2026-05-03T10:05:25.9307827Z 10:05:25.929  Downloading SonarAnalyzer-vbnetenterprise-10.25.0.139117.zip to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\4
2026-05-03T10:05:25.9308584Z 10:05:25.929  Downloading file to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\4\SonarAnalyzer-vbnetenterprise-10.25.0.139117.zip...
2026-05-03T10:05:25.9309240Z 10:05:25.929  Downloading from https://sonarcloud.io/static/vbnetenterprise/SonarAnalyzer-vbnetenterprise-10.25.0.139117.zip...
2026-05-03T10:05:25.9774899Z 10:05:25.976  Response received from https://sonarcloud.io/static/vbnetenterprise/SonarAnalyzer-vbnetenterprise-10.25.0.139117.zip...
2026-05-03T10:05:25.9821568Z 10:05:25.981  Extracting files to C:\Users\VssAdministrator\AppData\Local\Temp\.sonarqube\resources\4...
2026-05-03T10:05:26.0335799Z 10:05:26.031  Writing Roslyn analyzer additional file to D:\a\1\.sonarqube\conf\vbnet\SonarLint.xml...
2026-05-03T10:05:26.0364428Z 10:05:26.035  Processing analysis cache
2026-05-03T10:05:26.0412704Z 10:05:26.039  Incremental PR analysis: Base branch parameter was not provided.
2026-05-03T10:05:26.0413994Z 10:05:26.039  Cache data is empty. A full analysis will be performed.
2026-05-03T10:05:26.0920180Z 10:05:26.091  Pre-processing succeeded.
2026-05-03T10:05:26.1025941Z 
2026-05-03T10:05:26.1198059Z ##[section]Finishing: SonarCloudPrepare

first section of build logs:

2026-05-03T10:05:26.1245355Z ##[section]Starting: DotNetCoreCLI
2026-05-03T10:05:26.1256100Z ==============================================================================
2026-05-03T10:05:26.1256257Z Task         : .NET Core
2026-05-03T10:05:26.1256357Z Description  : Build, test, package, or publish a dotnet application, or run a custom dotnet command
2026-05-03T10:05:26.1256525Z Version      : 2.269.0
2026-05-03T10:05:26.1256624Z Author       : Microsoft Corporation
2026-05-03T10:05:26.1256734Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/build/dotnet-core-cli
2026-05-03T10:05:26.1256878Z ==============================================================================
2026-05-03T10:05:26.7346933Z [command]C:\Windows\system32\chcp.com 65001
2026-05-03T10:05:26.8434185Z Active code page: 65001
2026-05-03T10:05:26.8494338Z ##[warning]Connected service is not of type Workload Identity Federation
2026-05-03T10:05:26.8533537Z Info: .NET Core SDK/runtime 2.2 and 3.0 are now End of Life(EOL) and have been removed from all hosted agents. If you're using these SDK/runtimes on hosted agents, kindly upgrade to newer versions which are not EOL, or else use UseDotNet task to install the required version.
2026-05-03T10:05:26.8785874Z [command]"C:\Program Files\dotnet\dotnet.exe" build D:\a\1\s\MicroService_Leads_Api.sln "-dl:CentralLogger,\"D:\a\_tasks\DotNetCoreCLI_5541a522-603c-47ad-91fc-a4b1d163081b\2.269.0\dotnet-build-helpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll\"*ForwardingLogger,\"D:\a\_tasks\DotNetCoreCLI_5541a522-603c-47ad-91fc-a4b1d163081b\2.269.0\dotnet-build-helpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll\"" --configuration Test
2026-05-03T10:05:36.5459459Z   Determining projects to restore...
2026-05-03T10:05:48.0031991Z ##[warning]MicroService_Leads_Api\DAL\DataAccessLayer.csproj(0,0): Warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:05:48.0165858Z D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x [D:\a\1\s\MicroService_Leads_Api.sln]
2026-05-03T10:05:48.5341799Z   Restored D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj (in 11.25 sec).
2026-05-03T10:05:54.4119170Z ##[warning]MicroService_Leads_Api\BL\BussinessLogic.csproj(0,0): Warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:05:56.4834073Z D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x [D:\a\1\s\MicroService_Leads_Api.sln]
2026-05-03T10:05:56.4834787Z   Restored D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj (in 2.51 sec).
2026-05-03T10:05:56.4839445Z ##[warning]MicroService_Leads_Api\MicroService_Leads_Api.csproj(0,0): Warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:05:56.4841351Z D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x [D:\a\1\s\MicroService_Leads_Api.sln]
2026-05-03T10:05:56.4845654Z ##[warning]MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj(0,0): Warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:05:56.4847170Z D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x [D:\a\1\s\MicroService_Leads_Api.sln]
2026-05-03T10:05:56.4847830Z   Restored D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj (in 17.95 sec).
2026-05-03T10:05:56.4850353Z   Restored D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj (in 995 ms).
2026-05-03T10:05:56.4850839Z   Restored D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj (in 3 ms).
2026-05-03T10:05:56.4851316Z   Restored D:\a\1\s\MicroService_Leads_Api_Ext\BL\ExternalBussinessLogic.csproj (in 3 ms).
2026-05-03T10:05:56.4855752Z ##[warning]MicroService_Leads_Api\BL\BussinessLogic.csproj(0,0): Warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:05:56.4858250Z D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:05:56.4862844Z ##[warning]MicroService_Leads_Api\DAL\DataAccessLayer.csproj(0,0): Warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:05:56.4865876Z D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:05:56.4866410Z           1 file(s) copied.
2026-05-03T10:05:56.4870211Z ##[warning]MicroService_Leads_Api\MicroService_Leads_Api.csproj(0,0): Warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:05:56.4872520Z D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:06:12.5149548Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(6,23): Warning CS8618: Non-nullable property 'utm_source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:12.5619214Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(6,23): warning CS8618: Non-nullable property 'utm_source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:12.5849486Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(7,23): Warning CS8618: Non-nullable property 'utm_medium' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:12.5939948Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(7,23): warning CS8618: Non-nullable property 'utm_medium' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:12.5989232Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(8,23): Warning CS8618: Non-nullable property 'utm_campaign' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:12.6001691Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(8,23): warning CS8618: Non-nullable property 'utm_campaign' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:12.6050215Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(9,23): Warning CS8618: Non-nullable property 'utm_term' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:12.6385189Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(9,23): warning CS8618: Non-nullable property 'utm_term' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:12.6453088Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(10,23): Warning CS8618: Non-nullable property 'utm_content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:12.6513400Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(10,23): warning CS8618: Non-nullable property 'utm_content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:12.6577827Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(11,23): Warning CS8618: Non-nullable property 'gclid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:12.6868939Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(11,23): warning CS8618: Non-nullable property 'gclid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:12.6998653Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(12,23): Warning CS8618: Non-nullable property 'tid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:12.7154010Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(12,23): warning CS8618: Non-nullable property 'tid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:12.7437725Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(13,23): Warning CS8618: Non-nullable property 'document_referrer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:12.7796149Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(13,23): warning CS8618: Non-nullable property 'document_referrer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:12.8007877Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\Log.cs(17,28): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:12.8343577Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Log.cs(17,28): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:12.8428393Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\Log.cs(17,28): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:12.8562197Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Log.cs(17,28): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:12.8664404Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\Log.cs(19,16): Warning CS8618: Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:12.8729188Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Log.cs(19,16): warning CS8618: Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:12.8832934Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\Log.cs(24,28): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:12.9012559Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Log.cs(24,28): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:12.9145698Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\Log.cs(24,28): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:12.9596060Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Log.cs(24,28): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:12.9697172Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(12,23): Warning CS8618: Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:12.9949825Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(12,23): warning CS8618: Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:13.0103770Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(16,23): Warning CS8618: Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:13.0185944Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(16,23): warning CS8618: Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:13.0446790Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(18,23): Warning CS8618: Non-nullable property 'Territory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:13.0505440Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(18,23): warning CS8618: Non-nullable property 'Territory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:13.0621564Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(22,23): Warning CS8618: Non-nullable property 'CompanyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:13.0696718Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(22,23): warning CS8618: Non-nullable property 'CompanyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:13.0781685Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(24,23): Warning CS8618: Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:13.0830836Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(24,23): warning CS8618: Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:13.0959070Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(27,23): Warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:13.1022406Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(27,23): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:13.1082590Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(29,23): Warning CS8618: Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:13.1166487Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(29,23): warning CS8618: Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:13.1209841Z ##[warning]MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(5,18): Warning S101: Rename class 'LeadDTO' to match pascal case naming rules, consider using 'LeadDto'.
2026-05-03T10:06:13.1269961Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(5,18): warning S101: Rename class 'LeadDTO' to match pascal case naming rules, consider using 'LeadDto'. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:13.1789831Z ##[warning]MicroService_Leads_Api_Ext\DAL\Managers\LogManagerExt.cs(39,22): Warning S2325: Make 'WriteToLogFile' a static method.
2026-05-03T10:06:13.1863909Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Managers\LogManagerExt.cs(39,22): warning S2325: Make 'WriteToLogFile' a static method. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:13.2081107Z ##[warning]MicroService_Leads_Api_Ext\DAL\Managers\LogManagerExt.cs(45,46): Warning S1075: Remove this hardcoded path-delimiter.
2026-05-03T10:06:13.2236879Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Managers\LogManagerExt.cs(45,46): warning S1075: Remove this hardcoded path-delimiter. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:14.1860333Z   ExternalDataAccessLayer -> D:\a\1\s\MicroService_Leads_Api_Ext\DAL\bin\Debug\net8.0\ExternalDataAccessLayer.dll
2026-05-03T10:06:14.2340715Z   Sonar: (ExternalDataAccessLayer.csproj) Project processed successfully
2026-05-03T10:06:15.2853126Z ##[warning]MicroService_Leads_Api\DAL\Models\Users\Permission.cs(9,23): Warning CS8618: Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.2901120Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Users\Permission.cs(9,23): warning CS8618: Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.2931704Z ##[warning]MicroService_Leads_Api\DAL\Models\Users\ApiKeyUser.cs(5,23): Warning CS8618: Non-nullable property 'ApiKeyHolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.2958427Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Users\ApiKeyUser.cs(5,23): warning CS8618: Non-nullable property 'ApiKeyHolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.2984438Z ##[warning]MicroService_Leads_Api\DAL\Models\Users\ApiKey.cs(7,16): Warning CS8618: Non-nullable property 'HashedApiKeyString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.3009985Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Users\ApiKey.cs(7,16): warning CS8618: Non-nullable property 'HashedApiKeyString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.3040028Z ##[warning]MicroService_Leads_Api\DAL\Models\Users\ApiKey.cs(7,16): Warning CS8618: Non-nullable property 'ApiKeyHolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.3068869Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Users\ApiKey.cs(7,16): warning CS8618: Non-nullable property 'ApiKeyHolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.3096826Z ##[warning]MicroService_Leads_Api\DAL\Models\Users\ApiKey.cs(7,16): Warning CS8618: Non-nullable property 'Permissions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.3142947Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Users\ApiKey.cs(7,16): warning CS8618: Non-nullable property 'Permissions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.3227219Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(6,23): Warning CS8618: Non-nullable property 'utm_source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.3269713Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(6,23): warning CS8618: Non-nullable property 'utm_source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.3301844Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(7,23): Warning CS8618: Non-nullable property 'utm_medium' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.3335959Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(7,23): warning CS8618: Non-nullable property 'utm_medium' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.3361020Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(8,23): Warning CS8618: Non-nullable property 'utm_campaign' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.3395957Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(8,23): warning CS8618: Non-nullable property 'utm_campaign' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.3454997Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(9,23): Warning CS8618: Non-nullable property 'utm_term' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.3473831Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(9,23): warning CS8618: Non-nullable property 'utm_term' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.3505421Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(10,23): Warning CS8618: Non-nullable property 'utm_content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.3534351Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(10,23): warning CS8618: Non-nullable property 'utm_content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.3575036Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(11,23): Warning CS8618: Non-nullable property 'gclid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.3636325Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(11,23): warning CS8618: Non-nullable property 'gclid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.3679716Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(12,23): Warning CS8618: Non-nullable property 'tid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.3706587Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(12,23): warning CS8618: Non-nullable property 'tid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.3749980Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(13,23): Warning CS8618: Non-nullable property 'document_referrer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.3779400Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(13,23): warning CS8618: Non-nullable property 'document_referrer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.3793040Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\LeadType.cs(7,16): Warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.3809993Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadType.cs(7,16): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.3839890Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\LeadSubSource.cs(7,16): Warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.3867353Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadSubSource.cs(7,16): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.3902526Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\LeadSource.cs(7,16): Warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.3950779Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadSource.cs(7,16): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.3993124Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(8,23): Warning CS8618: Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.4015393Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(8,23): warning CS8618: Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.4047784Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(10,23): Warning CS8618: Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.4062008Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(10,23): warning CS8618: Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.4101952Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(17,23): Warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.4233907Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(17,23): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.4262230Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(20,23): Warning CS8618: Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.4344634Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(20,23): warning CS8618: Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.4379716Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(27,23): Warning CS8618: Non-nullable property 'LeadId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.4396261Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(27,23): warning CS8618: Non-nullable property 'LeadId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.4445810Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(61,23): Warning CS8618: Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.4464516Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(61,23): warning CS8618: Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.4508097Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(64,23): Warning CS8618: Non-nullable property 'SubSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.4550636Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(64,23): warning CS8618: Non-nullable property 'SubSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.4595222Z ##[warning]MicroService_Leads_Api\DAL\Models\LogsModel\Log.cs(22,16): Warning CS8618: Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.4641752Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\LogsModel\Log.cs(22,16): warning CS8618: Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.4709368Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\SourceDTO.cs(5,23): Warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.4711204Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\SourceDTO.cs(5,23): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.4740430Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\PermissionsDTO.cs(7,33): Warning CS8618: Non-nullable property 'Permissions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.4771294Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\PermissionsDTO.cs(7,33): warning CS8618: Non-nullable property 'Permissions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.4809525Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\PermissionsDTO.cs(8,23): Warning CS8618: Non-nullable property 'ApiKeyHolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.4845583Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\PermissionsDTO.cs(8,23): warning CS8618: Non-nullable property 'ApiKeyHolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.4876838Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(6,23): Warning CS8618: Non-nullable property 'LeadCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.4900307Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(6,23): warning CS8618: Non-nullable property 'LeadCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5049763Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(7,23): Warning CS8618: Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.5081253Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(7,23): warning CS8618: Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5111200Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(8,23): Warning CS8618: Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.5159073Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(8,23): warning CS8618: Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5187080Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(9,23): Warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.5253048Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(9,23): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5321866Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(10,23): Warning CS8618: Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.5364850Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(10,23): warning CS8618: Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5390522Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(11,23): Warning CS8618: Non-nullable property 'LeadType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.5393337Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(11,23): warning CS8618: Non-nullable property 'LeadType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5398231Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(12,23): Warning CS8618: Non-nullable property 'LeadSubSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.5401031Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(12,23): warning CS8618: Non-nullable property 'LeadSubSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5406456Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(13,23): Warning CS8618: Non-nullable property 'LeadSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.5409196Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(13,23): warning CS8618: Non-nullable property 'LeadSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5414020Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(14,23): Warning CS8618: Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.5416441Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(14,23): warning CS8618: Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5421048Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(18,23): Warning CS8618: Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.5423412Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(18,23): warning CS8618: Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5428487Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(22,23): Warning CS8618: Non-nullable property 'CompanyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.5431959Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(22,23): warning CS8618: Non-nullable property 'CompanyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5436960Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(24,23): Warning CS8618: Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.5439532Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(24,23): warning CS8618: Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5444250Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(29,23): Warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.5446726Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(29,23): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5451891Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(33,23): Warning CS8618: Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.5454319Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(33,23): warning CS8618: Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5459458Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\ApiKeyHolder.cs(5,23): Warning CS8618: Non-nullable property 'keyHolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:15.5462211Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\ApiKeyHolder.cs(5,23): warning CS8618: Non-nullable property 'keyHolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5466811Z ##[warning]MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(35,86): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:15.5469003Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(35,86): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5473978Z ##[warning]MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(36,88): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:15.5476065Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(36,88): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5480206Z ##[warning]MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(37,88): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:15.5482507Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(37,88): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5487171Z ##[warning]MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(38,89): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:15.5489421Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(38,89): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5494175Z ##[warning]MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(39,90): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:15.5496416Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(39,90): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5500768Z ##[warning]MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(40,81): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:15.5502970Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(40,81): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5508599Z ##[warning]MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(41,83): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:15.5510482Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(41,83): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5513382Z ##[warning]MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(42,95): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:15.5514524Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(42,95): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5517439Z ##[warning]MicroService_Leads_Api\DAL\Managers\BaseManager.cs(4,23): Warning S3903: Move 'BaseManager' into a named namespace.
2026-05-03T10:06:15.5518519Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\BaseManager.cs(4,23): warning S3903: Move 'BaseManager' into a named namespace. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5521705Z ##[warning]MicroService_Leads_Api\DAL\Helpers\InputValidationHelper.cs(7,61): Warning S6444: Pass a timeout to limit the execution time.
2026-05-03T10:06:15.5522837Z D:\a\1\s\MicroService_Leads_Api\DAL\Helpers\InputValidationHelper.cs(7,61): warning S6444: Pass a timeout to limit the execution time. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5525648Z ##[warning]MicroService_Leads_Api\DAL\Helpers\SecureLoggingHelper.cs(7,55): Warning S6444: Pass a timeout to limit the execution time.
2026-05-03T10:06:15.5528775Z D:\a\1\s\MicroService_Leads_Api\DAL\Helpers\SecureLoggingHelper.cs(7,55): warning S6444: Pass a timeout to limit the execution time. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5532411Z ##[warning]MicroService_Leads_Api\DAL\Helpers\SecureLoggingHelper.cs(8,57): Warning S6444: Pass a timeout to limit the execution time.
2026-05-03T10:06:15.5534457Z D:\a\1\s\MicroService_Leads_Api\DAL\Helpers\SecureLoggingHelper.cs(8,57): warning S6444: Pass a timeout to limit the execution time. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5537377Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(6,18): Warning S101: Rename class 'LeadDTO' to match pascal case naming rules, consider using 'LeadDto'.
2026-05-03T10:06:15.5538672Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(6,18): warning S101: Rename class 'LeadDTO' to match pascal case naming rules, consider using 'LeadDto'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5541962Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\SourceDTO.cs(3,18): Warning S101: Rename class 'SourceDTO' to match pascal case naming rules, consider using 'SourceDto'.
2026-05-03T10:06:15.5543252Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\SourceDTO.cs(3,18): warning S101: Rename class 'SourceDTO' to match pascal case naming rules, consider using 'SourceDto'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5546114Z ##[warning]MicroService_Leads_Api\DAL\Models\DataTransferObjects\PermissionsDTO.cs(5,18): Warning S101: Rename class 'PermissionsDTO' to match pascal case naming rules, consider using 'PermissionsDto'.
2026-05-03T10:06:15.5547409Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\PermissionsDTO.cs(5,18): warning S101: Rename class 'PermissionsDTO' to match pascal case naming rules, consider using 'PermissionsDto'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5551094Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\LeadCRMSource.cs(3,18): Warning S101: Rename class 'LeadCRMSource' to match pascal case naming rules, consider using 'LeadCrmSource'.
2026-05-03T10:06:15.5554295Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadCRMSource.cs(3,18): warning S101: Rename class 'LeadCRMSource' to match pascal case naming rules, consider using 'LeadCrmSource'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5558233Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\LeadCRMSubSource.cs(3,18): Warning S101: Rename class 'LeadCRMSubSource' to match pascal case naming rules, consider using 'LeadCrmSubSource'.
2026-05-03T10:06:15.5559528Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadCRMSubSource.cs(3,18): warning S101: Rename class 'LeadCRMSubSource' to match pascal case naming rules, consider using 'LeadCrmSubSource'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5563953Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\LeadERPSource.cs(3,18): Warning S101: Rename class 'LeadERPSource' to match pascal case naming rules, consider using 'LeadErpSource'.
2026-05-03T10:06:15.5566796Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadERPSource.cs(3,18): warning S101: Rename class 'LeadERPSource' to match pascal case naming rules, consider using 'LeadErpSource'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5570451Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\LeadERPSubSource.cs(3,18): Warning S101: Rename class 'LeadERPSubSource' to match pascal case naming rules, consider using 'LeadErpSubSource'.
2026-05-03T10:06:15.5573408Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadERPSubSource.cs(3,18): warning S101: Rename class 'LeadERPSubSource' to match pascal case naming rules, consider using 'LeadErpSubSource'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5578843Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\LeadCRMSubSource.cs(3,18): Warning S2094: Remove this empty class, write its code or make it an "interface".
2026-05-03T10:06:15.5581707Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadCRMSubSource.cs(3,18): warning S2094: Remove this empty class, write its code or make it an "interface". [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5585371Z ##[warning]MicroService_Leads_Api\DAL\Models\Leads\LeadERPSubSource.cs(3,18): Warning S2094: Remove this empty class, write its code or make it an "interface".
2026-05-03T10:06:15.5588130Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadERPSubSource.cs(3,18): warning S2094: Remove this empty class, write its code or make it an "interface". [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5591684Z ##[warning]MicroService_Leads_Api\DAL\Models\LogsModel\Log.cs(44,29): Warning S2325: Make 'GetStackTrace' a static method.
2026-05-03T10:06:15.5594596Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\LogsModel\Log.cs(44,29): warning S2325: Make 'GetStackTrace' a static method. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5597927Z ##[warning]MicroService_Leads_Api\DAL\Models\LogsModel\Log.cs(51,160): Warning S2589: Remove this unnecessary check for null.
2026-05-03T10:06:15.5600467Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\LogsModel\Log.cs(51,160): warning S2589: Remove this unnecessary check for null. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5603882Z ##[warning]MicroService_Leads_Api\DAL\Helpers\InputValidationHelper.cs(15,21): Warning S6444: Pass a timeout to limit the execution time.
2026-05-03T10:06:15.5609437Z D:\a\1\s\MicroService_Leads_Api\DAL\Helpers\InputValidationHelper.cs(15,21): warning S6444: Pass a timeout to limit the execution time. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5613768Z ##[warning]MicroService_Leads_Api\DAL\Helpers\InputValidationHelper.cs(32,30): Warning S6444: Pass a timeout to limit the execution time.
2026-05-03T10:06:15.5616306Z D:\a\1\s\MicroService_Leads_Api\DAL\Helpers\InputValidationHelper.cs(32,30): warning S6444: Pass a timeout to limit the execution time. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5620455Z ##[warning]MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(10,24): Warning S2325: Make 'GetLeadTypeDescription' a static method.
2026-05-03T10:06:15.5623175Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(10,24): warning S2325: Make 'GetLeadTypeDescription' a static method. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5628475Z ##[warning]MicroService_Leads_Api\DAL\Managers\SourceManager.cs(169,61): Warning S1481: Remove the unused local variable 'isSourceExist'.
2026-05-03T10:06:15.5632221Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\SourceManager.cs(169,61): warning S1481: Remove the unused local variable 'isSourceExist'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5638688Z ##[warning]MicroService_Leads_Api\DAL\Managers\SourceManager.cs(194,67): Warning S1481: Remove the unused local variable 'isSourceExist'.
2026-05-03T10:06:15.5641445Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\SourceManager.cs(194,67): warning S1481: Remove the unused local variable 'isSourceExist'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5645555Z ##[warning]MicroService_Leads_Api\DAL\Managers\SourceManager.cs(219,61): Warning S1481: Remove the unused local variable 'isSourceExist'.
2026-05-03T10:06:15.5647912Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\SourceManager.cs(219,61): warning S1481: Remove the unused local variable 'isSourceExist'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5651607Z ##[warning]MicroService_Leads_Api\DAL\Managers\SourceManager.cs(244,67): Warning S1481: Remove the unused local variable 'isSourceExist'.
2026-05-03T10:06:15.5653843Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\SourceManager.cs(244,67): warning S1481: Remove the unused local variable 'isSourceExist'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5658038Z ##[warning]MicroService_Leads_Api\DAL\Managers\ApiKeyManager.cs(31,53): Warning S927: Rename parameter 'hashedApiKey' to 'apiKeyHolder' to match the interface declaration.
2026-05-03T10:06:15.5660301Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\ApiKeyManager.cs(31,53): warning S927: Rename parameter 'hashedApiKey' to 'apiKeyHolder' to match the interface declaration. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5664023Z ##[warning]MicroService_Leads_Api\DAL\Managers\ApiKeyManager.cs(37,28): Warning S6966: Await FirstOrDefaultAsync instead.
2026-05-03T10:06:15.5666140Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\ApiKeyManager.cs(37,28): warning S6966: Await FirstOrDefaultAsync instead. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5669762Z ##[warning]MicroService_Leads_Api\DAL\Managers\ApiKeyManager.cs(68,38): Warning S6966: Await FirstOrDefaultAsync instead.
2026-05-03T10:06:15.5672206Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\ApiKeyManager.cs(68,38): warning S6966: Await FirstOrDefaultAsync instead. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5677653Z ##[warning]MicroService_Leads_Api\DAL\Managers\LeadManager.cs(99,39): Warning S3776: Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed.
2026-05-03T10:06:15.5680048Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\LeadManager.cs(99,39): warning S3776: Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5683720Z ##[warning]MicroService_Leads_Api\DAL\Managers\LeadManager.cs(130,86): Warning S6580: Use a format provider when parsing date and time.
2026-05-03T10:06:15.5685874Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\LeadManager.cs(130,86): warning S6580: Use a format provider when parsing date and time. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5689314Z ##[warning]MicroService_Leads_Api\DAL\Managers\LeadManager.cs(135,82): Warning S6580: Use a format provider when parsing date and time.
2026-05-03T10:06:15.5691694Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\LeadManager.cs(135,82): warning S6580: Use a format provider when parsing date and time. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5696155Z ##[warning]MicroService_Leads_Api\DAL\Managers\LeadManager.cs(155,33): Warning S3776: Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed.
2026-05-03T10:06:15.5698545Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\LeadManager.cs(155,33): warning S3776: Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:15.5700547Z   DataAccessLayer -> D:\a\1\s\MicroService_Leads_Api\DAL\bin\Debug\net8.0\DataAccessLayer.dll
2026-05-03T10:06:15.5702165Z   Sonar: (DataAccessLayer.csproj) Project processed successfully
2026-05-03T10:06:18.7178753Z ##[warning]MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(18,20): Warning CS8601: Possible null reference assignment.
2026-05-03T10:06:18.7636238Z D:\a\1\s\MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(18,20): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api_Ext\BL\ExternalBussinessLogic.csproj]
2026-05-03T10:06:18.7964857Z ##[warning]MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(55,35): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:18.8053712Z D:\a\1\s\MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(55,35): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api_Ext\BL\ExternalBussinessLogic.csproj]
2026-05-03T10:06:18.8400301Z ##[warning]MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(55,35): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:18.8691636Z D:\a\1\s\MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(55,35): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api_Ext\BL\ExternalBussinessLogic.csproj]
2026-05-03T10:06:18.8893651Z ##[warning]MicroService_Leads_Api_Ext\BL\Services\ServiceLoggerExt.cs(9,9): Warning S1144: Remove the unused private field '_configuration'.
2026-05-03T10:06:18.8982724Z D:\a\1\s\MicroService_Leads_Api_Ext\BL\Services\ServiceLoggerExt.cs(9,9): warning S1144: Remove the unused private field '_configuration'. [D:\a\1\s\MicroService_Leads_Api_Ext\BL\ExternalBussinessLogic.csproj]
2026-05-03T10:06:18.8989183Z ##[warning]MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(10,41): Warning S1450: Remove the field '_configuration' and declare it as a local variable in the relevant methods.
2026-05-03T10:06:18.8995284Z D:\a\1\s\MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(10,41): warning S1450: Remove the field '_configuration' and declare it as a local variable in the relevant methods. [D:\a\1\s\MicroService_Leads_Api_Ext\BL\ExternalBussinessLogic.csproj]
2026-05-03T10:06:18.9278316Z ##[warning]MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(13,33): Warning S1450: Remove the field '_url' and declare it as a local variable in the relevant methods.
2026-05-03T10:06:18.9354910Z D:\a\1\s\MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(13,33): warning S1450: Remove the field '_url' and declare it as a local variable in the relevant methods. [D:\a\1\s\MicroService_Leads_Api_Ext\BL\ExternalBussinessLogic.csproj]

second section of build logs:

2026-05-03T10:06:18.9361792Z ##[warning]MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(22,24): Warning S1075: Refactor your code not to use hardcoded absolute paths or URIs.
2026-05-03T10:06:18.9365478Z D:\a\1\s\MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(22,24): warning S1075: Refactor your code not to use hardcoded absolute paths or URIs. [D:\a\1\s\MicroService_Leads_Api_Ext\BL\ExternalBussinessLogic.csproj]
2026-05-03T10:06:19.0975108Z   ExternalBussinessLogic -> D:\a\1\s\MicroService_Leads_Api_Ext\BL\bin\Debug\net8.0\ExternalBussinessLogic.dll
2026-05-03T10:06:19.1048671Z   Sonar: (ExternalBussinessLogic.csproj) Project processed successfully
2026-05-03T10:06:19.3115595Z ##[warning]MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj(0,0): Warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:06:19.3136114Z D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:06:19.6166245Z ##[warning]MicroService_Leads_Api\BL\Services\ServiceLogger.cs(20,41): Warning CS8604: Possible null reference argument for parameter 'user' in 'Task ILogManager.InsertLog(string user, string message)'.
2026-05-03T10:06:19.6169447Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ServiceLogger.cs(20,41): warning CS8604: Possible null reference argument for parameter 'user' in 'Task ILogManager.InsertLog(string user, string message)'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6176960Z ##[warning]MicroService_Leads_Api\BL\Services\ScheduledServices\FacebookLeadGenService.cs(40,27): Warning CS8601: Possible null reference assignment.
2026-05-03T10:06:19.6194537Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ScheduledServices\FacebookLeadGenService.cs(40,27): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6198519Z ##[warning]MicroService_Leads_Api\BL\Services\ScheduledServices\FacebookLeadGenService.cs(41,31): Warning CS8601: Possible null reference assignment.
2026-05-03T10:06:19.6200378Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ScheduledServices\FacebookLeadGenService.cs(41,31): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6205126Z ##[warning]MicroService_Leads_Api\BL\Services\ScheduledServices\FacebookLeadGenService.cs(42,30): Warning CS8601: Possible null reference assignment.
2026-05-03T10:06:19.6207305Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ScheduledServices\FacebookLeadGenService.cs(42,30): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6211196Z ##[warning]MicroService_Leads_Api\BL\Services\LeadService.cs(111,37): Warning CS8619: Nullability of reference types in value of type 'List<Lead>' doesn't match target type 'List<Lead?>'.
2026-05-03T10:06:19.6214110Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(111,37): warning CS8619: Nullability of reference types in value of type 'List<Lead>' doesn't match target type 'List<Lead?>'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6217190Z ##[warning]MicroService_Leads_Api\BL\Services\LeadService.cs(197,65): Warning CS8604: Possible null reference argument for parameter 'input' in 'string InputValidationHelper.SanitizeInput(string input)'.
2026-05-03T10:06:19.6219205Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(197,65): warning CS8604: Possible null reference argument for parameter 'input' in 'string InputValidationHelper.SanitizeInput(string input)'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6223265Z ##[warning]MicroService_Leads_Api\BL\Services\LeadService.cs(198,26): Warning CS8601: Possible null reference assignment.
2026-05-03T10:06:19.6238079Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(198,26): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6272632Z ##[warning]MicroService_Leads_Api\BL\Services\LeadService.cs(200,65): Warning CS8604: Possible null reference argument for parameter 'input' in 'string InputValidationHelper.SanitizeInput(string input)'.
2026-05-03T10:06:19.6277214Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(200,65): warning CS8604: Possible null reference argument for parameter 'input' in 'string InputValidationHelper.SanitizeInput(string input)'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6405536Z ##[warning]MicroService_Leads_Api\BL\Services\LeadService.cs(201,65): Warning CS8604: Possible null reference argument for parameter 'input' in 'string InputValidationHelper.SanitizeInput(string input)'.
2026-05-03T10:06:19.6431589Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(201,65): warning CS8604: Possible null reference argument for parameter 'input' in 'string InputValidationHelper.SanitizeInput(string input)'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6457256Z ##[warning]MicroService_Leads_Api\BL\Services\ERPService.cs(57,34): Warning CS8600: Converting null literal or possible null value to non-nullable type.
2026-05-03T10:06:19.6491417Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ERPService.cs(57,34): warning CS8600: Converting null literal or possible null value to non-nullable type. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6518229Z ##[warning]MicroService_Leads_Api\BL\Services\ERPService.cs(59,42): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:19.6541483Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ERPService.cs(59,42): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6572326Z ##[warning]MicroService_Leads_Api\BL\Services\CRMService.cs(41,30): Warning CS8600: Converting null literal or possible null value to non-nullable type.
2026-05-03T10:06:19.6619792Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(41,30): warning CS8600: Converting null literal or possible null value to non-nullable type. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6719250Z ##[warning]MicroService_Leads_Api\BL\Services\CRMService.cs(66,39): Warning CS8600: Converting null literal or possible null value to non-nullable type.
2026-05-03T10:06:19.6739630Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(66,39): warning CS8600: Converting null literal or possible null value to non-nullable type. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6746917Z ##[warning]MicroService_Leads_Api\BL\Services\CRMService.cs(69,25): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:19.6750968Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(69,25): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6756439Z ##[warning]MicroService_Leads_Api\BL\Services\CRMService.cs(73,25): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:19.6759985Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(73,25): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6802229Z ##[warning]MicroService_Leads_Api\BL\Services\CRMService.cs(75,21): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:19.6811369Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(75,21): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6816785Z ##[warning]MicroService_Leads_Api\BL\Services\CRMService.cs(91,39): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:19.6820524Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(91,39): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6825295Z ##[warning]MicroService_Leads_Api\BL\Services\ApiKeyService.cs(63,9): Warning S125: Remove this commented out code.
2026-05-03T10:06:19.6827817Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ApiKeyService.cs(63,9): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6831416Z ##[warning]MicroService_Leads_Api\BL\Services\ScheduledServices\LeadSyncScheduledService.cs(31,7): Warning S1135: Complete the task associated to this 'TODO' comment.
2026-05-03T10:06:19.6832686Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ScheduledServices\LeadSyncScheduledService.cs(31,7): warning S1135: Complete the task associated to this 'TODO' comment. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6836402Z ##[warning]MicroService_Leads_Api\BL\Interfaces\IActiveDirectoryService.cs(1,18): Warning S3903: Move 'IActiveDirectoryService' into a named namespace.
2026-05-03T10:06:19.6837858Z D:\a\1\s\MicroService_Leads_Api\BL\Interfaces\IActiveDirectoryService.cs(1,18): warning S3903: Move 'IActiveDirectoryService' into a named namespace. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6841728Z ##[warning]MicroService_Leads_Api\BL\Interfaces\ICRMService.cs(5,22): Warning S101: Rename interface 'ICRMService' to match pascal case naming rules, consider using 'ICrmService'.
2026-05-03T10:06:19.6842997Z D:\a\1\s\MicroService_Leads_Api\BL\Interfaces\ICRMService.cs(5,22): warning S101: Rename interface 'ICRMService' to match pascal case naming rules, consider using 'ICrmService'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6847019Z ##[warning]MicroService_Leads_Api\BL\Interfaces\IERPService.cs(5,22): Warning S101: Rename interface 'IERPService' to match pascal case naming rules, consider using 'IErpService'.
2026-05-03T10:06:19.6848275Z D:\a\1\s\MicroService_Leads_Api\BL\Interfaces\IERPService.cs(5,22): warning S101: Rename interface 'IERPService' to match pascal case naming rules, consider using 'IErpService'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6851184Z ##[warning]MicroService_Leads_Api\BL\Services\CRMService.cs(9,18): Warning S101: Rename class 'CRMService' to match pascal case naming rules, consider using 'CrmService'.
2026-05-03T10:06:19.6852427Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(9,18): warning S101: Rename class 'CRMService' to match pascal case naming rules, consider using 'CrmService'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6855488Z ##[warning]MicroService_Leads_Api\BL\Services\ERPService.cs(8,18): Warning S101: Rename class 'ERPService' to match pascal case naming rules, consider using 'ErpService'.
2026-05-03T10:06:19.6857114Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ERPService.cs(8,18): warning S101: Rename class 'ERPService' to match pascal case naming rules, consider using 'ErpService'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6861616Z ##[warning]MicroService_Leads_Api\BL\Services\FacebookGraphClient.cs(15,40): Warning S1075: Refactor your code not to use hardcoded absolute paths or URIs.
2026-05-03T10:06:19.6863224Z D:\a\1\s\MicroService_Leads_Api\BL\Services\FacebookGraphClient.cs(15,40): warning S1075: Refactor your code not to use hardcoded absolute paths or URIs. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6866829Z ##[warning]MicroService_Leads_Api\BL\Services\ServiceLogger.cs(10,9): Warning S1144: Remove the unused private field '_configuration'.
2026-05-03T10:06:19.6868389Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ServiceLogger.cs(10,9): warning S1144: Remove the unused private field '_configuration'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6872042Z ##[warning]MicroService_Leads_Api\BL\Services\ActiveDirectoryService.cs(4,14): Warning S3903: Move 'ActiveDirectoryService' into a named namespace.
2026-05-03T10:06:19.6873542Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ActiveDirectoryService.cs(4,14): warning S3903: Move 'ActiveDirectoryService' into a named namespace. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6877999Z ##[warning]MicroService_Leads_Api\BL\Services\SourceService.cs(65,69): Warning S927: Rename parameter 'sourceName' to 'subSourceName' to match the interface declaration.
2026-05-03T10:06:19.6879918Z D:\a\1\s\MicroService_Leads_Api\BL\Services\SourceService.cs(65,69): warning S927: Rename parameter 'sourceName' to 'subSourceName' to match the interface declaration. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6885494Z ##[warning]MicroService_Leads_Api\BL\Services\SourceService.cs(77,68): Warning S927: Rename parameter 'sourceNumber' to 'subSourceNumber' to match the interface declaration.
2026-05-03T10:06:19.6892243Z D:\a\1\s\MicroService_Leads_Api\BL\Services\SourceService.cs(77,68): warning S927: Rename parameter 'sourceNumber' to 'subSourceNumber' to match the interface declaration. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6900198Z ##[warning]MicroService_Leads_Api\BL\Services\SourceService.cs(217,53): Warning S2325: Make 'ValidateSourceData' a static method.
2026-05-03T10:06:19.6903116Z D:\a\1\s\MicroService_Leads_Api\BL\Services\SourceService.cs(217,53): warning S2325: Make 'ValidateSourceData' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6906699Z ##[warning]MicroService_Leads_Api\BL\Services\SourceService.cs(236,22): Warning S2325: Make 'SanitizeSourceData' a static method.
2026-05-03T10:06:19.6908814Z D:\a\1\s\MicroService_Leads_Api\BL\Services\SourceService.cs(236,22): warning S2325: Make 'SanitizeSourceData' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6913863Z ##[warning]MicroService_Leads_Api\BL\Services\ScheduledServices\FacebookLeadGenService.cs(31,21): Warning S3776: Refactor this method to reduce its Cognitive Complexity from 22 to the 15 allowed.
2026-05-03T10:06:19.6921015Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ScheduledServices\FacebookLeadGenService.cs(31,21): warning S3776: Refactor this method to reduce its Cognitive Complexity from 22 to the 15 allowed. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6925814Z ##[warning]MicroService_Leads_Api\BL\Services\LeadService.cs(20,99): Warning S927: Rename parameter 'leadDTO' to 'lead' to match the interface declaration.
2026-05-03T10:06:19.6928463Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(20,99): warning S927: Rename parameter 'leadDTO' to 'lead' to match the interface declaration. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6932883Z ##[warning]MicroService_Leads_Api\BL\Services\ScheduledServices\FacebookLeadGenService.cs(43,17): Warning S2589: Change this condition so that it does not always evaluate to 'False'.
2026-05-03T10:06:19.6939226Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ScheduledServices\FacebookLeadGenService.cs(43,17): warning S2589: Change this condition so that it does not always evaluate to 'False'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6943640Z ##[warning]MicroService_Leads_Api\BL\Services\LeadService.cs(152,28): Warning S112: 'System.Exception' should not be thrown by user code.
2026-05-03T10:06:19.6946298Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(152,28): warning S112: 'System.Exception' should not be thrown by user code. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6950674Z ##[warning]MicroService_Leads_Api\BL\Services\LeadService.cs(166,53): Warning S2325: Make 'ValidateLeadData' a static method.
2026-05-03T10:06:19.6953279Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(166,53): warning S2325: Make 'ValidateLeadData' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6957820Z ##[warning]MicroService_Leads_Api\BL\Services\LeadService.cs(191,22): Warning S2325: Make 'SanitizeLeadData' a static method.
2026-05-03T10:06:19.6959404Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(191,22): warning S2325: Make 'SanitizeLeadData' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6962687Z ##[warning]MicroService_Leads_Api\BL\Services\ERPService.cs(13,26): Warning S2325: Make 'GetConstructorArgs' a static method.
2026-05-03T10:06:19.6964106Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ERPService.cs(13,26): warning S2325: Make 'GetConstructorArgs' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6967396Z ##[warning]MicroService_Leads_Api\BL\Services\CRMService.cs(15,26): Warning S2325: Make 'GetConstructorArgs' a static method.
2026-05-03T10:06:19.6968782Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(15,26): warning S2325: Make 'GetConstructorArgs' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6972281Z ##[warning]MicroService_Leads_Api\BL\Services\ERPService.cs(43,23): Warning S112: 'System.Exception' should not be thrown by user code.
2026-05-03T10:06:19.6973655Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ERPService.cs(43,23): warning S112: 'System.Exception' should not be thrown by user code. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6978022Z ##[warning]MicroService_Leads_Api\BL\Services\CRMService.cs(23,33): Warning S3776: Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed.
2026-05-03T10:06:19.6981884Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(23,33): warning S3776: Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.6993260Z ##[warning]MicroService_Leads_Api\BL\Services\ApiKeyService.cs(46,39): Warning S1125: Remove the unnecessary Boolean literal(s).
2026-05-03T10:06:19.6997008Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ApiKeyService.cs(46,39): warning S1125: Remove the unnecessary Boolean literal(s). [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.7002691Z ##[warning]MicroService_Leads_Api\BL\Services\ApiKeyService.cs(52,20): Warning S2583: Remove this unnecessary check for null. Some code paths are unreachable.
2026-05-03T10:06:19.7006270Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ApiKeyService.cs(52,20): warning S2583: Remove this unnecessary check for null. Some code paths are unreachable. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.7012045Z ##[warning]MicroService_Leads_Api\BL\Services\ApiKeyService.cs(59,91): Warning S1125: Remove the unnecessary Boolean literal(s).
2026-05-03T10:06:19.7015949Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ApiKeyService.cs(59,91): warning S1125: Remove the unnecessary Boolean literal(s). [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.7022154Z ##[warning]MicroService_Leads_Api\BL\Services\ApiKeyService.cs(54,81): Warning S927: Rename parameter 'apiKey' to 'ApiKey' to match the interface declaration.
2026-05-03T10:06:19.7023926Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ApiKeyService.cs(54,81): warning S927: Rename parameter 'apiKey' to 'ApiKey' to match the interface declaration. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.7027275Z ##[warning]MicroService_Leads_Api\BL\Services\ApiKeyService.cs(104,24): Warning S2325: Make 'HashApiKey' a static method.
2026-05-03T10:06:19.7028756Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ApiKeyService.cs(104,24): warning S2325: Make 'HashApiKey' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.7032306Z ##[warning]MicroService_Leads_Api\BL\Services\ApiKeyService.cs(110,24): Warning S2325: Make 'MaskApiKey' a static method.
2026-05-03T10:06:19.7033705Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ApiKeyService.cs(110,24): warning S2325: Make 'MaskApiKey' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:19.7034657Z   BussinessLogic -> D:\a\1\s\MicroService_Leads_Api\BL\bin\Debug\net8.0\BussinessLogic.dll
2026-05-03T10:06:19.7035406Z   Sonar: (BussinessLogic.csproj) Project processed successfully
2026-05-03T10:06:25.8570195Z ##[warning]MicroService_Leads_Api\Migrations\20241205091259_init.cs(9,26): Warning CS8981: The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
2026-05-03T10:06:25.8578181Z D:\a\1\s\MicroService_Leads_Api\Migrations\20241205091259_init.cs(9,26): warning CS8981: The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8592308Z ##[warning]MicroService_Leads_Api\Migrations\20241205091259_init.Designer.cs(16,19): Warning CS8981: The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
2026-05-03T10:06:25.8595683Z D:\a\1\s\MicroService_Leads_Api\Migrations\20241205091259_init.Designer.cs(16,19): warning CS8981: The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8601925Z ##[warning]MicroService_Leads_Api\Migrations\20250311145357_migrations-fix.cs(8,26): Warning CS8981: The type name 'migrationsfix' only contains lower-cased ascii characters. Such names may become reserved for the language.
2026-05-03T10:06:25.8603821Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250311145357_migrations-fix.cs(8,26): warning CS8981: The type name 'migrationsfix' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8610341Z ##[warning]MicroService_Leads_Api\Migrations\20250311145357_migrations-fix.Designer.cs(16,19): Warning CS8981: The type name 'migrationsfix' only contains lower-cased ascii characters. Such names may become reserved for the language.
2026-05-03T10:06:25.8613256Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250311145357_migrations-fix.Designer.cs(16,19): warning CS8981: The type name 'migrationsfix' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8620076Z ##[warning]MicroService_Leads_Api\Migrations\20250323081758_permissions.cs(9,26): Warning CS8981: The type name 'permissions' only contains lower-cased ascii characters. Such names may become reserved for the language.
2026-05-03T10:06:25.8624277Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250323081758_permissions.cs(9,26): warning CS8981: The type name 'permissions' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8633861Z ##[warning]MicroService_Leads_Api\Migrations\20250323081758_permissions.Designer.cs(16,19): Warning CS8981: The type name 'permissions' only contains lower-cased ascii characters. Such names may become reserved for the language.
2026-05-03T10:06:25.8635462Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250323081758_permissions.Designer.cs(16,19): warning CS8981: The type name 'permissions' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8641693Z ##[warning]MicroService_Leads_Api\Migrations\20250331140625_remove user agent code.cs(8,26): Warning CS8981: The type name 'removeuseragentcode' only contains lower-cased ascii characters. Such names may become reserved for the language.
2026-05-03T10:06:25.8643279Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250331140625_remove user agent code.cs(8,26): warning CS8981: The type name 'removeuseragentcode' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8646986Z ##[warning]MicroService_Leads_Api\Migrations\20250331140625_remove user agent code.Designer.cs(16,19): Warning CS8981: The type name 'removeuseragentcode' only contains lower-cased ascii characters. Such names may become reserved for the language.
2026-05-03T10:06:25.8649334Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250331140625_remove user agent code.Designer.cs(16,19): warning CS8981: The type name 'removeuseragentcode' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8654914Z ##[warning]MicroService_Leads_Api\Migrations\20250515123402_request response.cs(9,26): Warning CS8981: The type name 'requestresponse' only contains lower-cased ascii characters. Such names may become reserved for the language.
2026-05-03T10:06:25.8657868Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250515123402_request response.cs(9,26): warning CS8981: The type name 'requestresponse' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8663938Z ##[warning]MicroService_Leads_Api\Migrations\20250515123402_request response.Designer.cs(16,19): Warning CS8981: The type name 'requestresponse' only contains lower-cased ascii characters. Such names may become reserved for the language.
2026-05-03T10:06:25.8666033Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250515123402_request response.Designer.cs(16,19): warning CS8981: The type name 'requestresponse' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8671850Z ##[warning]MicroService_Leads_Api\Migrations\20260315093747_scheduled-tasks.cs(9,26): Warning CS8981: The type name 'scheduledtasks' only contains lower-cased ascii characters. Such names may become reserved for the language.
2026-05-03T10:06:25.8675501Z D:\a\1\s\MicroService_Leads_Api\Migrations\20260315093747_scheduled-tasks.cs(9,26): warning CS8981: The type name 'scheduledtasks' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8679513Z ##[warning]MicroService_Leads_Api\Migrations\20260315093747_scheduled-tasks.Designer.cs(16,19): Warning CS8981: The type name 'scheduledtasks' only contains lower-cased ascii characters. Such names may become reserved for the language.
2026-05-03T10:06:25.8681117Z D:\a\1\s\MicroService_Leads_Api\Migrations\20260315093747_scheduled-tasks.Designer.cs(16,19): warning CS8981: The type name 'scheduledtasks' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8687176Z ##[warning]MicroService_Leads_Api\Migrations\20260316102717_azure-migrations.cs(8,26): Warning CS8981: The type name 'azuremigrations' only contains lower-cased ascii characters. Such names may become reserved for the language.
2026-05-03T10:06:25.8689737Z D:\a\1\s\MicroService_Leads_Api\Migrations\20260316102717_azure-migrations.cs(8,26): warning CS8981: The type name 'azuremigrations' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8845568Z ##[warning]MicroService_Leads_Api\Migrations\20260316102717_azure-migrations.Designer.cs(16,19): Warning CS8981: The type name 'azuremigrations' only contains lower-cased ascii characters. Such names may become reserved for the language.
2026-05-03T10:06:25.8847046Z D:\a\1\s\MicroService_Leads_Api\Migrations\20260316102717_azure-migrations.Designer.cs(16,19): warning CS8981: The type name 'azuremigrations' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8850564Z ##[warning]MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(13,16): Warning CS8618: Non-nullable field '_requiredPermission' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
2026-05-03T10:06:25.8852095Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(13,16): warning CS8618: Non-nullable field '_requiredPermission' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8855960Z ##[warning]MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(16,35): Warning CS8601: Possible null reference assignment.
2026-05-03T10:06:25.8857068Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(16,35): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8860065Z ##[warning]MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(14,16): Warning CS8618: Non-nullable field '_requiredPermission' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
2026-05-03T10:06:25.8861397Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(14,16): warning CS8618: Non-nullable field '_requiredPermission' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8864101Z ##[warning]MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(34,57): Warning CS8600: Converting null literal or possible null value to non-nullable type.
2026-05-03T10:06:25.8865205Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(34,57): warning CS8600: Converting null literal or possible null value to non-nullable type. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8868022Z ##[warning]MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(36,61): Warning CS8604: Possible null reference argument for parameter 'providedApiKey' in 'Task<ApiKey> IApiKeyService.ValidateApiKey(string providedApiKey)'.
2026-05-03T10:06:25.8869394Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(36,61): warning CS8604: Possible null reference argument for parameter 'providedApiKey' in 'Task<ApiKey> IApiKeyService.ValidateApiKey(string providedApiKey)'. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8872327Z ##[warning]MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(51,99): Warning CS8604: Possible null reference argument for parameter 'ApiKey' in 'bool IApiKeyService.ValidateApiKeyPermissions(string requiredPermission, ApiKey ApiKey)'.
2026-05-03T10:06:25.8873719Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(51,99): warning CS8604: Possible null reference argument for parameter 'ApiKey' in 'bool IApiKeyService.ValidateApiKeyPermissions(string requiredPermission, ApiKey ApiKey)'. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8877449Z ##[warning]MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(60,57): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:25.8878512Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(60,57): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8881045Z ##[warning]MicroService_Leads_Api\Filters\AuthorizeCheckOperationFilter.cs(13,39): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:25.8882256Z D:\a\1\s\MicroService_Leads_Api\Filters\AuthorizeCheckOperationFilter.cs(13,39): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8885410Z ##[warning]MicroService_Leads_Api\Controllers\BaseController.cs(27,36): Warning CS8601: Possible null reference assignment.
2026-05-03T10:06:25.8887119Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(27,36): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8890291Z ##[warning]MicroService_Leads_Api\Controllers\BaseController.cs(28,35): Warning CS8601: Possible null reference assignment.
2026-05-03T10:06:25.8892753Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(28,35): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8896588Z ##[warning]MicroService_Leads_Api\Controllers\BaseController.cs(36,24): Warning CS8603: Possible null reference return.
2026-05-03T10:06:25.8897639Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(36,24): warning CS8603: Possible null reference return. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8901326Z ##[warning]MicroService_Leads_Api\Controllers\BaseController.cs(38,20): Warning CS8603: Possible null reference return.
2026-05-03T10:06:25.8902745Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(38,20): warning CS8603: Possible null reference return. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8906237Z ##[warning]MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(39,56): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:25.8907407Z D:\a\1\s\MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(39,56): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8911331Z ##[warning]MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(39,39): Warning CS8600: Converting null literal or possible null value to non-nullable type.
2026-05-03T10:06:25.8912831Z D:\a\1\s\MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(39,39): warning CS8600: Converting null literal or possible null value to non-nullable type. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8916706Z ##[warning]MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(40,32): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:25.8917850Z D:\a\1\s\MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(40,32): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8921396Z ##[warning]MicroService_Leads_Api\Controllers\LeadsManagementController.cs(31,33): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:25.8922467Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(31,33): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8924920Z ##[warning]MicroService_Leads_Api\Controllers\LeadsManagementController.cs(32,64): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:25.8925924Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(32,64): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8928324Z ##[warning]MicroService_Leads_Api\Controllers\LeadsManagementController.cs(67,33): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:25.8929383Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(67,33): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8931933Z ##[warning]MicroService_Leads_Api\Controllers\LeadsManagementController.cs(68,64): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:25.8933026Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(68,64): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8936416Z ##[warning]MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(88,17): Warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
2026-05-03T10:06:25.8940670Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(88,17): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8943450Z ##[warning]MicroService_Leads_Api\Controllers\LeadController.cs(41,33): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:25.8944554Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadController.cs(41,33): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8947303Z ##[warning]MicroService_Leads_Api\Controllers\LeadController.cs(42,64): Warning CS8602: Dereference of a possibly null reference.
2026-05-03T10:06:25.8948368Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadController.cs(42,64): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8951127Z ##[warning]MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(131,23): Warning CS8618: Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:25.8952515Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(131,23): warning CS8618: Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8956111Z ##[warning]MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(133,23): Warning CS8618: Non-nullable property 'ErrorId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:25.8957651Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(133,23): warning CS8618: Non-nullable property 'ErrorId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8960734Z ##[warning]MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(135,23): Warning CS8618: Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:25.8962113Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(135,23): warning CS8618: Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8967176Z ##[warning]MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(136,23): Warning CS8618: Non-nullable property 'StackTrace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
2026-05-03T10:06:25.8968666Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(136,23): warning CS8618: Non-nullable property 'StackTrace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8971621Z ##[warning]MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(116,39): Warning CS8601: Possible null reference assignment.
2026-05-03T10:06:25.8977039Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(116,39): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8980458Z ##[warning]MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(10,18): Warning CS1591: Missing XML comment for publicly visible type or member 'ActiveDirectoryAuthorizeAttribute'
2026-05-03T10:06:25.8981705Z D:\a\1\s\MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(10,18): warning CS1591: Missing XML comment for publicly visible type or member 'ActiveDirectoryAuthorizeAttribute' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8984691Z ##[warning]MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(13,16): Warning CS1591: Missing XML comment for publicly visible type or member 'ActiveDirectoryAuthorizeAttribute.ActiveDirectoryAuthorizeAttribute(string)'
2026-05-03T10:06:25.8986053Z D:\a\1\s\MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'ActiveDirectoryAuthorizeAttribute.ActiveDirectoryAuthorizeAttribute(string)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8989188Z ##[warning]MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(18,27): Warning CS1591: Missing XML comment for publicly visible type or member 'ActiveDirectoryAuthorizeAttribute.OnAuthorizationAsync(AuthorizationFilterContext)'
2026-05-03T10:06:25.8990515Z D:\a\1\s\MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(18,27): warning CS1591: Missing XML comment for publicly visible type or member 'ActiveDirectoryAuthorizeAttribute.OnAuthorizationAsync(AuthorizationFilterContext)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8993729Z ##[warning]MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(9,18): Warning CS1591: Missing XML comment for publicly visible type or member 'ApiKeyAuthorizeAttribute'
2026-05-03T10:06:25.8995340Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(9,18): warning CS1591: Missing XML comment for publicly visible type or member 'ApiKeyAuthorizeAttribute' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.8998383Z ##[warning]MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(13,16): Warning CS1591: Missing XML comment for publicly visible type or member 'ApiKeyAuthorizeAttribute.ApiKeyAuthorizeAttribute()'
2026-05-03T10:06:25.8999652Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'ApiKeyAuthorizeAttribute.ApiKeyAuthorizeAttribute()' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9002801Z ##[warning]MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(14,16): Warning CS1591: Missing XML comment for publicly visible type or member 'ApiKeyAuthorizeAttribute.ApiKeyAuthorizeAttribute(string)'
2026-05-03T10:06:25.9004142Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(14,16): warning CS1591: Missing XML comment for publicly visible type or member 'ApiKeyAuthorizeAttribute.ApiKeyAuthorizeAttribute(string)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9007411Z ##[warning]MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(19,27): Warning CS1591: Missing XML comment for publicly visible type or member 'ApiKeyAuthorizeAttribute.OnActionExecutionAsync(ActionExecutingContext, ActionExecutionDelegate)'
2026-05-03T10:06:25.9008952Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(19,27): warning CS1591: Missing XML comment for publicly visible type or member 'ApiKeyAuthorizeAttribute.OnActionExecutionAsync(ActionExecutingContext, ActionExecutionDelegate)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9011904Z ##[warning]MicroService_Leads_Api\Controllers\BaseController.cs(10,18): Warning CS1591: Missing XML comment for publicly visible type or member 'BaseController'
2026-05-03T10:06:25.9013293Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(10,18): warning CS1591: Missing XML comment for publicly visible type or member 'BaseController' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9016722Z ##[warning]MicroService_Leads_Api\Controllers\BaseController.cs(10,18): Warning CS1591: Missing XML comment for publicly visible type or member 'BaseController.BaseController(IConfiguration, IServiceLogger, IMemoryCache, IApiKeyService)'
2026-05-03T10:06:25.9018125Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(10,18): warning CS1591: Missing XML comment for publicly visible type or member 'BaseController.BaseController(IConfiguration, IServiceLogger, IMemoryCache, IApiKeyService)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9021154Z ##[warning]MicroService_Leads_Api\Controllers\BaseController.cs(12,40): Warning CS1591: Missing XML comment for publicly visible type or member 'BaseController._serviceLogger'
2026-05-03T10:06:25.9022367Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(12,40): warning CS1591: Missing XML comment for publicly visible type or member 'BaseController._serviceLogger' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9025497Z ##[warning]MicroService_Leads_Api\Controllers\BaseController.cs(13,43): Warning CS1591: Missing XML comment for publicly visible type or member 'BaseController._configuration'
2026-05-03T10:06:25.9026749Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(13,43): warning CS1591: Missing XML comment for publicly visible type or member 'BaseController._configuration' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9029759Z ##[warning]MicroService_Leads_Api\Controllers\BaseController.cs(14,41): Warning CS1591: Missing XML comment for publicly visible type or member 'BaseController._cache'
2026-05-03T10:06:25.9031009Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(14,41): warning CS1591: Missing XML comment for publicly visible type or member 'BaseController._cache' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9034069Z ##[warning]MicroService_Leads_Api\Controllers\BaseController.cs(16,38): Warning CS1591: Missing XML comment for publicly visible type or member 'BaseController.GetApiKeyCredentials()'
2026-05-03T10:06:25.9035792Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(16,38): warning CS1591: Missing XML comment for publicly visible type or member 'BaseController.GetApiKeyCredentials()' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9038854Z ##[warning]MicroService_Leads_Api\Controllers\LeadController.cs(74,42): Warning CS1591: Missing XML comment for publicly visible type or member 'LeadController.GetLeads()'
2026-05-03T10:06:25.9040085Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadController.cs(74,42): warning CS1591: Missing XML comment for publicly visible type or member 'LeadController.GetLeads()' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9047749Z ##[warning]MicroService_Leads_Api\Controllers\LeadController.cs(96,42): Warning CS1591: Missing XML comment for publicly visible type or member 'LeadController.GetLeadsByFilter(FilterByModel)'
2026-05-03T10:06:25.9056221Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadController.cs(96,42): warning CS1591: Missing XML comment for publicly visible type or member 'LeadController.GetLeadsByFilter(FilterByModel)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9066474Z ##[warning]MicroService_Leads_Api\Controllers\LeadsManagementController.cs(13,18): Warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController'
2026-05-03T10:06:25.9072277Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(13,18): warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9080165Z ##[warning]MicroService_Leads_Api\Controllers\LeadsManagementController.cs(13,18): Warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController.LeadsManagementController(IConfiguration, IServiceLogger, IMemoryCache, ISourceService, IApiKeyService)'
2026-05-03T10:06:25.9088017Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(13,18): warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController.LeadsManagementController(IConfiguration, IServiceLogger, IMemoryCache, ISourceService, IApiKeyService)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9098074Z ##[warning]MicroService_Leads_Api\Controllers\LeadsManagementController.cs(23,26): Warning CS1572: XML comment has a param tag for 'isCRM', but there is no parameter by that name
2026-05-03T10:06:25.9105532Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(23,26): warning CS1572: XML comment has a param tag for 'isCRM', but there is no parameter by that name [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9120403Z ##[warning]MicroService_Leads_Api\Controllers\LeadsManagementController.cs(59,26): Warning CS1572: XML comment has a param tag for 'isCRM', but there is no parameter by that name
2026-05-03T10:06:25.9131642Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(59,26): warning CS1572: XML comment has a param tag for 'isCRM', but there is no parameter by that name [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9141847Z ##[warning]MicroService_Leads_Api\Controllers\LeadsManagementController.cs(92,42): Warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController.GetSource(bool)'
2026-05-03T10:06:25.9159626Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(92,42): warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController.GetSource(bool)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9168148Z ##[warning]MicroService_Leads_Api\Controllers\LeadsManagementController.cs(111,42): Warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController.GetSubSource(bool)'
2026-05-03T10:06:25.9174384Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(111,42): warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController.GetSubSource(bool)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9183125Z ##[warning]MicroService_Leads_Api\Controllers\LeadsManagementController.cs(132,42): Warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController.DeleteSource(int, string, bool)'
2026-05-03T10:06:25.9188614Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(132,42): warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController.DeleteSource(int, string, bool)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9193988Z ##[warning]MicroService_Leads_Api\Controllers\LeadsManagementController.cs(174,42): Warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController.DeleteSubSource(int, string, bool)'
2026-05-03T10:06:25.9197240Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(174,42): warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController.DeleteSubSource(int, string, bool)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9202902Z ##[warning]MicroService_Leads_Api\Controllers\UsersController.cs(28,26): Warning CS1573: Parameter 'cache' has no matching param tag in the XML comment for 'UsersController.UsersController(IConfiguration, IServiceLogger, IMemoryCache, IApiKeyService, IHttpContextAccessor)' (but other parameters do)
2026-05-03T10:06:25.9205586Z D:\a\1\s\MicroService_Leads_Api\Controllers\UsersController.cs(28,26): warning CS1573: Parameter 'cache' has no matching param tag in the XML comment for 'UsersController.UsersController(IConfiguration, IServiceLogger, IMemoryCache, IApiKeyService, IHttpContextAccessor)' (but other parameters do) [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9211413Z ##[warning]MicroService_Leads_Api\Controllers\UsersController.cs(30,34): Warning CS1573: Parameter 'httpContextAccessor' has no matching param tag in the XML comment for 'UsersController.UsersController(IConfiguration, IServiceLogger, IMemoryCache, IApiKeyService, IHttpContextAccessor)' (but other parameters do)
2026-05-03T10:06:25.9214881Z D:\a\1\s\MicroService_Leads_Api\Controllers\UsersController.cs(30,34): warning CS1573: Parameter 'httpContextAccessor' has no matching param tag in the XML comment for 'UsersController.UsersController(IConfiguration, IServiceLogger, IMemoryCache, IApiKeyService, IHttpContextAccessor)' (but other parameters do) [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9217583Z ##[warning]MicroService_Leads_Api\Controllers\UsersController.cs(66,42): Warning CS1591: Missing XML comment for publicly visible type or member 'UsersController.GetUserPermissions(string)'
2026-05-03T10:06:25.9218548Z D:\a\1\s\MicroService_Leads_Api\Controllers\UsersController.cs(66,42): warning CS1591: Missing XML comment for publicly visible type or member 'UsersController.GetUserPermissions(string)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9223949Z ##[warning]MicroService_Leads_Api\Controllers\UsersController.cs(76,42): Warning CS1591: Missing XML comment for publicly visible type or member 'UsersController.GetUsers()'
2026-05-03T10:06:25.9225148Z D:\a\1\s\MicroService_Leads_Api\Controllers\UsersController.cs(76,42): warning CS1591: Missing XML comment for publicly visible type or member 'UsersController.GetUsers()' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9231111Z ##[warning]MicroService_Leads_Api\Controllers\UsersController.cs(83,42): Warning CS1591: Missing XML comment for publicly visible type or member 'UsersController.ToggleActiveUser(ApiKeyHolder)'
2026-05-03T10:06:25.9233283Z D:\a\1\s\MicroService_Leads_Api\Controllers\UsersController.cs(83,42): warning CS1591: Missing XML comment for publicly visible type or member 'UsersController.ToggleActiveUser(ApiKeyHolder)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9237951Z ##[warning]MicroService_Leads_Api\Filters\AuthorizeCheckOperationFilter.cs(7,18): Warning CS1591: Missing XML comment for publicly visible type or member 'AuthorizeCheckOperationFilter'
2026-05-03T10:06:25.9240175Z D:\a\1\s\MicroService_Leads_Api\Filters\AuthorizeCheckOperationFilter.cs(7,18): warning CS1591: Missing XML comment for publicly visible type or member 'AuthorizeCheckOperationFilter' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9244831Z ##[warning]MicroService_Leads_Api\Filters\AuthorizeCheckOperationFilter.cs(9,21): Warning CS1591: Missing XML comment for publicly visible type or member 'AuthorizeCheckOperationFilter.Apply(OpenApiOperation, OperationFilterContext)'
2026-05-03T10:06:25.9247440Z D:\a\1\s\MicroService_Leads_Api\Filters\AuthorizeCheckOperationFilter.cs(9,21): warning CS1591: Missing XML comment for publicly visible type or member 'AuthorizeCheckOperationFilter.Apply(OpenApiOperation, OperationFilterContext)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9253111Z ##[warning]MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(18,16): Warning CS1591: Missing XML comment for publicly visible type or member 'ExceptionMiddleware.ExceptionMiddleware(RequestDelegate, ILogger<ExceptionMiddleware>, IHostEnvironment)'
2026-05-03T10:06:25.9255239Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(18,16): warning CS1591: Missing XML comment for publicly visible type or member 'ExceptionMiddleware.ExceptionMiddleware(RequestDelegate, ILogger<ExceptionMiddleware>, IHostEnvironment)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9260456Z ##[warning]MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(25,27): Warning CS1591: Missing XML comment for publicly visible type or member 'ExceptionMiddleware.InvokeAsync(HttpContext)'
2026-05-03T10:06:25.9261978Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(25,27): warning CS1591: Missing XML comment for publicly visible type or member 'ExceptionMiddleware.InvokeAsync(HttpContext)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9266387Z ##[warning]MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(129,18): Warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse'
2026-05-03T10:06:25.9268567Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(129,18): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9274280Z ##[warning]MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(131,23): Warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.Message'
2026-05-03T10:06:25.9275763Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(131,23): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.Message' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9280925Z ##[warning]MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(132,20): Warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.StatusCode'
2026-05-03T10:06:25.9282425Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(132,20): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.StatusCode' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9287626Z ##[warning]MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(133,23): Warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.ErrorId'
2026-05-03T10:06:25.9289082Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(133,23): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.ErrorId' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9293479Z ##[warning]MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(134,25): Warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.Timestamp'
2026-05-03T10:06:25.9294693Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(134,25): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.Timestamp' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9299983Z ##[warning]MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(135,23): Warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.Details'
2026-05-03T10:06:25.9301664Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(135,23): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.Details' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9305919Z ##[warning]MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(136,23): Warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.StackTrace'
2026-05-03T10:06:25.9308212Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(136,23): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.StackTrace' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9313852Z ##[warning]MicroService_Leads_Api\Middlewares\RateLimitingMiddleware.cs(7,18): Warning CS1591: Missing XML comment for publicly visible type or member 'RateLimitingMiddleware'
2026-05-03T10:06:25.9315343Z D:\a\1\s\MicroService_Leads_Api\Middlewares\RateLimitingMiddleware.cs(7,18): warning CS1591: Missing XML comment for publicly visible type or member 'RateLimitingMiddleware' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9318693Z ##[warning]MicroService_Leads_Api\Middlewares\RateLimitingMiddleware.cs(13,16): Warning CS1591: Missing XML comment for publicly visible type or member 'RateLimitingMiddleware.RateLimitingMiddleware(RequestDelegate, IMemoryCache)'
2026-05-03T10:06:25.9321032Z D:\a\1\s\MicroService_Leads_Api\Middlewares\RateLimitingMiddleware.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'RateLimitingMiddleware.RateLimitingMiddleware(RequestDelegate, IMemoryCache)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9326546Z ##[warning]MicroService_Leads_Api\Middlewares\RateLimitingMiddleware.cs(19,27): Warning CS1591: Missing XML comment for publicly visible type or member 'RateLimitingMiddleware.InvokeAsync(HttpContext)'
2026-05-03T10:06:25.9328266Z D:\a\1\s\MicroService_Leads_Api\Middlewares\RateLimitingMiddleware.cs(19,27): warning CS1591: Missing XML comment for publicly visible type or member 'RateLimitingMiddleware.InvokeAsync(HttpContext)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9333793Z ##[warning]MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(7,18): Warning CS1591: Missing XML comment for publicly visible type or member 'ResponseMiddleware'
2026-05-03T10:06:25.9335200Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(7,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResponseMiddleware' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9340367Z ##[warning]MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(12,16): Warning CS1591: Missing XML comment for publicly visible type or member 'ResponseMiddleware.ResponseMiddleware(RequestDelegate, IServiceScopeFactory)'
2026-05-03T10:06:25.9342129Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(12,16): warning CS1591: Missing XML comment for publicly visible type or member 'ResponseMiddleware.ResponseMiddleware(RequestDelegate, IServiceScopeFactory)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9346344Z ##[warning]MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(18,27): Warning CS1591: Missing XML comment for publicly visible type or member 'ResponseMiddleware.InvokeAsync(HttpContext)'
2026-05-03T10:06:25.9348546Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(18,27): warning CS1591: Missing XML comment for publicly visible type or member 'ResponseMiddleware.InvokeAsync(HttpContext)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9352055Z ##[warning]MicroService_Leads_Api\Filters\AuthorizeCheckOperationFilter.cs(12,13): Warning S125: Remove this commented out code.
2026-05-03T10:06:25.9354218Z D:\a\1\s\MicroService_Leads_Api\Filters\AuthorizeCheckOperationFilter.cs(12,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9357555Z ##[warning]MicroService_Leads_Api\Migrations\20241205091259_init.cs(17,13): Warning S125: Remove this commented out code.
2026-05-03T10:06:25.9358609Z D:\a\1\s\MicroService_Leads_Api\Migrations\20241205091259_init.cs(17,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9361270Z ##[warning]MicroService_Leads_Api\Migrations\20241210143741_leadcode_update.cs(48,13): Warning S125: Remove this commented out code.
2026-05-03T10:06:25.9362478Z D:\a\1\s\MicroService_Leads_Api\Migrations\20241210143741_leadcode_update.cs(48,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9365153Z ##[warning]MicroService_Leads_Api\Migrations\20241210143741_leadcode_update.cs(100,13): Warning S125: Remove this commented out code.
2026-05-03T10:06:25.9366560Z D:\a\1\s\MicroService_Leads_Api\Migrations\20241210143741_leadcode_update.cs(100,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9369791Z ##[warning]MicroService_Leads_Api\Migrations\20250305141340_CID_COMMENT_not_required.cs(25,13): Warning S125: Remove this commented out code.
2026-05-03T10:06:25.9370914Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250305141340_CID_COMMENT_not_required.cs(25,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9373991Z ##[warning]MicroService_Leads_Api\Migrations\20250323081758_permissions.cs(15,13): Warning S125: Remove this commented out code.
2026-05-03T10:06:25.9375074Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250323081758_permissions.cs(15,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9377737Z ##[warning]MicroService_Leads_Api\Migrations\20250324124006_users_in_logs.cs(17,13): Warning S125: Remove this commented out code.
2026-05-03T10:06:25.9378793Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250324124006_users_in_logs.cs(17,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9381436Z ##[warning]MicroService_Leads_Api\Migrations\20250325094003_lead_info.cs(17,13): Warning S125: Remove this commented out code.
2026-05-03T10:06:25.9382485Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250325094003_lead_info.cs(17,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9385156Z ##[warning]MicroService_Leads_Api\Migrations\20250428125457_IsActiveApiKey.cs(22,13): Warning S125: Remove this commented out code.
2026-05-03T10:06:25.9386216Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250428125457_IsActiveApiKey.cs(22,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9389060Z ##[warning]MicroService_Leads_Api\Migrations\20250515123402_request response.cs(17,13): Warning S125: Remove this commented out code.
2026-05-03T10:06:25.9390137Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250515123402_request response.cs(17,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9394030Z ##[warning]MicroService_Leads_Api\appsettings.Production.json(12,22): Warning S6418: "ClientSecret" detected here, make sure this is not a hard-coded secret.
2026-05-03T10:06:25.9395180Z D:\a\1\s\MicroService_Leads_Api\appsettings.Production.json(12,22): warning S6418: "ClientSecret" detected here, make sure this is not a hard-coded secret. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9398074Z ##[warning]MicroService_Leads_Api\appsettings.Production.json(13,21): Warning S6418: "AccessToken" detected here, make sure this is not a hard-coded secret.
2026-05-03T10:06:25.9399176Z D:\a\1\s\MicroService_Leads_Api\appsettings.Production.json(13,21): warning S6418: "AccessToken" detected here, make sure this is not a hard-coded secret. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9401934Z ##[warning]MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(9,18): Warning S3993: Specify AttributeUsage on 'ApiKeyAuthorizeAttribute'.
2026-05-03T10:06:25.9403878Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(9,18): warning S3993: Specify AttributeUsage on 'ApiKeyAuthorizeAttribute'. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9406619Z ##[warning]MicroService_Leads_Api\Controllers\UsersController.cs(17,47): Warning S4487: Remove this unread private field '_httpContextAccessor' or refactor the code to use its value.
2026-05-03T10:06:25.9407702Z D:\a\1\s\MicroService_Leads_Api\Controllers\UsersController.cs(17,47): warning S4487: Remove this unread private field '_httpContextAccessor' or refactor the code to use its value. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9410239Z ##[warning]MicroService_Leads_Api\Registration\SwaggerRegistration.cs(21,23): Warning S3928: The parameter name 'projectName' is not declared in the argument list.
2026-05-03T10:06:25.9411589Z D:\a\1\s\MicroService_Leads_Api\Registration\SwaggerRegistration.cs(21,23): warning S3928: The parameter name 'projectName' is not declared in the argument list. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9414353Z ##[warning]MicroService_Leads_Api\Migrations\20260316102717_azure-migrations.cs(17,33): Warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation.
2026-05-03T10:06:25.9416236Z D:\a\1\s\MicroService_Leads_Api\Migrations\20260316102717_azure-migrations.cs(17,33): warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9419491Z ##[warning]MicroService_Leads_Api\Program.cs(41,5): Warning S6966: Await RunAsync instead.
2026-05-03T10:06:25.9420415Z D:\a\1\s\MicroService_Leads_Api\Program.cs(41,5): warning S6966: Await RunAsync instead. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9423277Z ##[warning]MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(40,32): Warning CA1416: This call site is reachable on all platforms. 'WindowsIdentity.Name' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
2026-05-03T10:06:25.9424839Z D:\a\1\s\MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(40,32): warning CA1416: This call site is reachable on all platforms. 'WindowsIdentity.Name' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9428520Z ##[warning]MicroService_Leads_Api\Controllers\BaseController.cs(34,39): Warning S6932: Use model binding instead of accessing the raw request data
2026-05-03T10:06:25.9429647Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(34,39): warning S6932: Use model binding instead of accessing the raw request data [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9432234Z ##[warning]MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(36,29): Warning S1643: Use a StringBuilder instead.
2026-05-03T10:06:25.9433424Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(36,29): warning S1643: Use a StringBuilder instead. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9436340Z ##[warning]MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(39,25): Warning S1643: Use a StringBuilder instead.
2026-05-03T10:06:25.9437419Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(39,25): warning S1643: Use a StringBuilder instead. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9441799Z ##[warning]MicroService_Leads_Api\Controllers\LeadsManagementController.cs(132,42): Warning S3776: Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed.
2026-05-03T10:06:25.9443752Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(132,42): warning S3776: Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9446842Z ##[warning]MicroService_Leads_Api\Middlewares\RateLimitingMiddleware.cs(41,24): Warning S2325: Make 'GetClientId' a static method.
2026-05-03T10:06:25.9447931Z D:\a\1\s\MicroService_Leads_Api\Middlewares\RateLimitingMiddleware.cs(41,24): warning S2325: Make 'GetClientId' a static method. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9450756Z ##[warning]MicroService_Leads_Api\Controllers\LeadsManagementController.cs(174,42): Warning S3776: Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed.
2026-05-03T10:06:25.9451778Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(174,42): warning S3776: Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9454615Z ##[warning]MicroService_Leads_Api\Middlewares\RateLimitingMiddleware.cs(54,13): Warning ASP0019: Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
2026-05-03T10:06:25.9455787Z D:\a\1\s\MicroService_Leads_Api\Middlewares\RateLimitingMiddleware.cs(54,13): warning ASP0019: Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers) [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9459944Z ##[warning]MicroService_Leads_Api\Migrations\20250311145357_migrations-fix.cs(17,33): Warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation.
2026-05-03T10:06:25.9461628Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250311145357_migrations-fix.cs(17,33): warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9464867Z ##[warning]MicroService_Leads_Api\Migrations\20250319073315_nullable_lastname.cs(17,33): Warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation.
2026-05-03T10:06:25.9467843Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250319073315_nullable_lastname.cs(17,33): warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:25.9472961Z ##[warning]MicroService_Leads_Api\Migrations\20250331140625_remove user agent code.cs(17,33): Warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation.
2026-05-03T10:06:25.9474966Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250331140625_remove user agent code.cs(17,33): warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.4158942Z ##[warning]MicroService_Leads_Api_Ext\Controllers\BaseController.cs(97,59): Warning CS8604: Possible null reference argument for parameter 'value' in 'void IServiceRequestExt.SetHeader(string key, string value)'.
2026-05-03T10:06:27.4167189Z D:\a\1\s\MicroService_Leads_Api_Ext\Controllers\BaseController.cs(97,59): warning CS8604: Possible null reference argument for parameter 'value' in 'void IServiceRequestExt.SetHeader(string key, string value)'. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:27.4174616Z ##[warning]MicroService_Leads_Api_Ext\Controllers\BaseController.cs(136,63): Warning CS8604: Possible null reference argument for parameter 'value' in 'void IServiceRequestExt.SetHeader(string key, string value)'.
2026-05-03T10:06:27.4180029Z D:\a\1\s\MicroService_Leads_Api_Ext\Controllers\BaseController.cs(136,63): warning CS8604: Possible null reference argument for parameter 'value' in 'void IServiceRequestExt.SetHeader(string key, string value)'. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:27.4185563Z ##[warning]MicroService_Leads_Api_Ext\Controllers\LeadsController.cs(24,9): Warning S125: Remove this commented out code.
2026-05-03T10:06:27.4187204Z D:\a\1\s\MicroService_Leads_Api_Ext\Controllers\LeadsController.cs(24,9): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:27.4193839Z ##[warning]MicroService_Leads_Api_Ext\Controllers\UsersController.cs(17,9): Warning S125: Remove this commented out code.
2026-05-03T10:06:27.4199388Z D:\a\1\s\MicroService_Leads_Api_Ext\Controllers\UsersController.cs(17,9): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:27.4204845Z ##[warning]MicroService_Leads_Api_Ext\Registration\SwaggerRegistration.cs(12,23): Warning S3928: The parameter name 'projectName' is not declared in the argument list.
2026-05-03T10:06:27.4206691Z D:\a\1\s\MicroService_Leads_Api_Ext\Registration\SwaggerRegistration.cs(12,23): warning S3928: The parameter name 'projectName' is not declared in the argument list. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:27.4211148Z ##[warning]MicroService_Leads_Api_Ext\Controllers\BaseController.cs(32,28): Warning S2955: Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type.
2026-05-03T10:06:27.4213497Z D:\a\1\s\MicroService_Leads_Api_Ext\Controllers\BaseController.cs(32,28): warning S2955: Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:27.4217021Z ##[warning]MicroService_Leads_Api_Ext\Controllers\BaseController.cs(51,28): Warning S2955: Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type.
2026-05-03T10:06:27.4218301Z D:\a\1\s\MicroService_Leads_Api_Ext\Controllers\BaseController.cs(51,28): warning S2955: Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:27.4221360Z ##[warning]MicroService_Leads_Api_Ext\Controllers\BaseController.cs(119,28): Warning S2955: Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type.
2026-05-03T10:06:27.4222649Z D:\a\1\s\MicroService_Leads_Api_Ext\Controllers\BaseController.cs(119,28): warning S2955: Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:27.4225789Z ##[warning]MicroService_Leads_Api_Ext\Program.cs(27,5): Warning S6966: Await RunAsync instead.
2026-05-03T10:06:27.4226853Z D:\a\1\s\MicroService_Leads_Api_Ext\Program.cs(27,5): warning S6966: Await RunAsync instead. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:27.7769024Z   MicroService_Leads_Api -> D:\a\1\s\MicroService_Leads_Api\bin\Test\net8.0\MicroService_Leads_Api.dll
2026-05-03T10:06:27.7879631Z   Sonar: (MicroService_Leads_Api.csproj) Project processed successfully
2026-05-03T10:06:27.9548856Z   MicroService_Leads_Api_Ext -> D:\a\1\s\MicroService_Leads_Api_Ext\bin\Debug\net8.0\MicroService_Leads_Api_Ext.dll
2026-05-03T10:06:27.9633001Z   Sonar: (MicroService_Leads_Api_Ext.csproj) Project processed successfully
2026-05-03T10:06:27.9772292Z 
2026-05-03T10:06:27.9777120Z Build succeeded.

third section of the build logs:

2026-05-03T10:06:27.9777686Z 
2026-05-03T10:06:27.9792836Z D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x [D:\a\1\s\MicroService_Leads_Api.sln]
2026-05-03T10:06:27.9794314Z D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x [D:\a\1\s\MicroService_Leads_Api.sln]
2026-05-03T10:06:27.9796616Z D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x [D:\a\1\s\MicroService_Leads_Api.sln]
2026-05-03T10:06:27.9797883Z D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x [D:\a\1\s\MicroService_Leads_Api.sln]
2026-05-03T10:06:27.9799530Z D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:06:27.9800988Z D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:06:27.9802074Z D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:06:27.9803302Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(6,23): warning CS8618: Non-nullable property 'utm_source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9804790Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(7,23): warning CS8618: Non-nullable property 'utm_medium' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9806195Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(8,23): warning CS8618: Non-nullable property 'utm_campaign' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9807600Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(9,23): warning CS8618: Non-nullable property 'utm_term' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9809224Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(10,23): warning CS8618: Non-nullable property 'utm_content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9810651Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(11,23): warning CS8618: Non-nullable property 'gclid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9812133Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(12,23): warning CS8618: Non-nullable property 'tid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9813124Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Referrer.cs(13,23): warning CS8618: Non-nullable property 'document_referrer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9813965Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Log.cs(17,28): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9815953Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Log.cs(17,28): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9817119Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Log.cs(19,16): warning CS8618: Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9818180Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Log.cs(24,28): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9818805Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\Log.cs(24,28): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9819541Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(12,23): warning CS8618: Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9821483Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(16,23): warning CS8618: Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9824110Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(18,23): warning CS8618: Non-nullable property 'Territory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9825086Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(22,23): warning CS8618: Non-nullable property 'CompanyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9826685Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(24,23): warning CS8618: Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9827695Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(27,23): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9828675Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(29,23): warning CS8618: Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9829779Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Models\LeadDTO.cs(5,18): warning S101: Rename class 'LeadDTO' to match pascal case naming rules, consider using 'LeadDto'. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9830553Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Managers\LogManagerExt.cs(39,22): warning S2325: Make 'WriteToLogFile' a static method. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9831269Z D:\a\1\s\MicroService_Leads_Api_Ext\DAL\Managers\LogManagerExt.cs(45,46): warning S1075: Remove this hardcoded path-delimiter. [D:\a\1\s\MicroService_Leads_Api_Ext\DAL\ExternalDataAccessLayer.csproj]
2026-05-03T10:06:27.9832121Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Users\Permission.cs(9,23): warning CS8618: Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9833076Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Users\ApiKeyUser.cs(5,23): warning CS8618: Non-nullable property 'ApiKeyHolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9833992Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Users\ApiKey.cs(7,16): warning CS8618: Non-nullable property 'HashedApiKeyString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9834960Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Users\ApiKey.cs(7,16): warning CS8618: Non-nullable property 'ApiKeyHolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9835912Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Users\ApiKey.cs(7,16): warning CS8618: Non-nullable property 'Permissions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9837107Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(6,23): warning CS8618: Non-nullable property 'utm_source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9837993Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(7,23): warning CS8618: Non-nullable property 'utm_medium' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9839575Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(8,23): warning CS8618: Non-nullable property 'utm_campaign' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9840499Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(9,23): warning CS8618: Non-nullable property 'utm_term' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9841671Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(10,23): warning CS8618: Non-nullable property 'utm_content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9842544Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(11,23): warning CS8618: Non-nullable property 'gclid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9843442Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(12,23): warning CS8618: Non-nullable property 'tid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9844331Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Referrer.cs(13,23): warning CS8618: Non-nullable property 'document_referrer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9845455Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadType.cs(7,16): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9846431Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadSubSource.cs(7,16): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9847322Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadSource.cs(7,16): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9848171Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(8,23): warning CS8618: Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9848996Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(10,23): warning CS8618: Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9849900Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(17,23): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9850963Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(20,23): warning CS8618: Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9851882Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(27,23): warning CS8618: Non-nullable property 'LeadId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9852931Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(61,23): warning CS8618: Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9853873Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\Lead.cs(64,23): warning CS8618: Non-nullable property 'SubSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9855229Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\LogsModel\Log.cs(22,16): warning CS8618: Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9856215Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\SourceDTO.cs(5,23): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9857607Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\PermissionsDTO.cs(7,33): warning CS8618: Non-nullable property 'Permissions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9861330Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\PermissionsDTO.cs(8,23): warning CS8618: Non-nullable property 'ApiKeyHolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9862295Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(6,23): warning CS8618: Non-nullable property 'LeadCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9863175Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(7,23): warning CS8618: Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9864029Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(8,23): warning CS8618: Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9864898Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(9,23): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9865931Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(10,23): warning CS8618: Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9866774Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(11,23): warning CS8618: Non-nullable property 'LeadType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9867762Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(12,23): warning CS8618: Non-nullable property 'LeadSubSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9868648Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadSummary.cs(13,23): warning CS8618: Non-nullable property 'LeadSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9869519Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(14,23): warning CS8618: Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9870387Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(18,23): warning CS8618: Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9871242Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(22,23): warning CS8618: Non-nullable property 'CompanyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9872087Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(24,23): warning CS8618: Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9872946Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(29,23): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9873800Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(33,23): warning CS8618: Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9874711Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\ApiKeyHolder.cs(5,23): warning CS8618: Non-nullable property 'keyHolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9875851Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(35,86): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9876506Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(36,88): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9877177Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(37,88): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9877954Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(38,89): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9878636Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(39,90): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9879307Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(40,81): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9879957Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(41,83): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9880549Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(42,95): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9881177Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\BaseManager.cs(4,23): warning S3903: Move 'BaseManager' into a named namespace. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9881788Z D:\a\1\s\MicroService_Leads_Api\DAL\Helpers\InputValidationHelper.cs(7,61): warning S6444: Pass a timeout to limit the execution time. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9882401Z D:\a\1\s\MicroService_Leads_Api\DAL\Helpers\SecureLoggingHelper.cs(7,55): warning S6444: Pass a timeout to limit the execution time. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9882977Z D:\a\1\s\MicroService_Leads_Api\DAL\Helpers\SecureLoggingHelper.cs(8,57): warning S6444: Pass a timeout to limit the execution time. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9883632Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\LeadDTO.cs(6,18): warning S101: Rename class 'LeadDTO' to match pascal case naming rules, consider using 'LeadDto'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9884349Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\SourceDTO.cs(3,18): warning S101: Rename class 'SourceDTO' to match pascal case naming rules, consider using 'SourceDto'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9885090Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\DataTransferObjects\PermissionsDTO.cs(5,18): warning S101: Rename class 'PermissionsDTO' to match pascal case naming rules, consider using 'PermissionsDto'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9885842Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadCRMSource.cs(3,18): warning S101: Rename class 'LeadCRMSource' to match pascal case naming rules, consider using 'LeadCrmSource'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9886926Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadCRMSubSource.cs(3,18): warning S101: Rename class 'LeadCRMSubSource' to match pascal case naming rules, consider using 'LeadCrmSubSource'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9888059Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadERPSource.cs(3,18): warning S101: Rename class 'LeadERPSource' to match pascal case naming rules, consider using 'LeadErpSource'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9888910Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadERPSubSource.cs(3,18): warning S101: Rename class 'LeadERPSubSource' to match pascal case naming rules, consider using 'LeadErpSubSource'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9889671Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadCRMSubSource.cs(3,18): warning S2094: Remove this empty class, write its code or make it an "interface". [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9890565Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\Leads\LeadERPSubSource.cs(3,18): warning S2094: Remove this empty class, write its code or make it an "interface". [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9891253Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\LogsModel\Log.cs(44,29): warning S2325: Make 'GetStackTrace' a static method. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9891947Z D:\a\1\s\MicroService_Leads_Api\DAL\Models\LogsModel\Log.cs(51,160): warning S2589: Remove this unnecessary check for null. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9892627Z D:\a\1\s\MicroService_Leads_Api\DAL\Helpers\InputValidationHelper.cs(15,21): warning S6444: Pass a timeout to limit the execution time. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9893320Z D:\a\1\s\MicroService_Leads_Api\DAL\Helpers\InputValidationHelper.cs(32,30): warning S6444: Pass a timeout to limit the execution time. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9894003Z D:\a\1\s\MicroService_Leads_Api\DAL\MapperProfile\AutoMapperProfile.cs(10,24): warning S2325: Make 'GetLeadTypeDescription' a static method. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9894678Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\SourceManager.cs(169,61): warning S1481: Remove the unused local variable 'isSourceExist'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9895298Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\SourceManager.cs(194,67): warning S1481: Remove the unused local variable 'isSourceExist'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9895912Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\SourceManager.cs(219,61): warning S1481: Remove the unused local variable 'isSourceExist'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9896474Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\SourceManager.cs(244,67): warning S1481: Remove the unused local variable 'isSourceExist'. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9897290Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\ApiKeyManager.cs(31,53): warning S927: Rename parameter 'hashedApiKey' to 'apiKeyHolder' to match the interface declaration. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9897867Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\ApiKeyManager.cs(37,28): warning S6966: Await FirstOrDefaultAsync instead. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9898459Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\ApiKeyManager.cs(68,38): warning S6966: Await FirstOrDefaultAsync instead. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9899131Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\LeadManager.cs(99,39): warning S3776: Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9899959Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\LeadManager.cs(130,86): warning S6580: Use a format provider when parsing date and time. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9900604Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\LeadManager.cs(135,82): warning S6580: Use a format provider when parsing date and time. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9901261Z D:\a\1\s\MicroService_Leads_Api\DAL\Managers\LeadManager.cs(155,33): warning S3776: Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed. [D:\a\1\s\MicroService_Leads_Api\DAL\DataAccessLayer.csproj]
2026-05-03T10:06:27.9901982Z D:\a\1\s\MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(18,20): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api_Ext\BL\ExternalBussinessLogic.csproj]
2026-05-03T10:06:27.9902666Z D:\a\1\s\MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(55,35): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api_Ext\BL\ExternalBussinessLogic.csproj]
2026-05-03T10:06:27.9903353Z D:\a\1\s\MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(55,35): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api_Ext\BL\ExternalBussinessLogic.csproj]
2026-05-03T10:06:27.9904027Z D:\a\1\s\MicroService_Leads_Api_Ext\BL\Services\ServiceLoggerExt.cs(9,9): warning S1144: Remove the unused private field '_configuration'. [D:\a\1\s\MicroService_Leads_Api_Ext\BL\ExternalBussinessLogic.csproj]
2026-05-03T10:06:27.9904786Z D:\a\1\s\MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(10,41): warning S1450: Remove the field '_configuration' and declare it as a local variable in the relevant methods. [D:\a\1\s\MicroService_Leads_Api_Ext\BL\ExternalBussinessLogic.csproj]
2026-05-03T10:06:27.9905563Z D:\a\1\s\MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(13,33): warning S1450: Remove the field '_url' and declare it as a local variable in the relevant methods. [D:\a\1\s\MicroService_Leads_Api_Ext\BL\ExternalBussinessLogic.csproj]
2026-05-03T10:06:27.9906315Z D:\a\1\s\MicroService_Leads_Api_Ext\BL\Services\ServiceRequestExt.cs(22,24): warning S1075: Refactor your code not to use hardcoded absolute paths or URIs. [D:\a\1\s\MicroService_Leads_Api_Ext\BL\ExternalBussinessLogic.csproj]
2026-05-03T10:06:27.9907030Z D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj : warning NU1903: Package 'AutoMapper' 13.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-rvv3-g6hj-g44x
2026-05-03T10:06:27.9907771Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ServiceLogger.cs(20,41): warning CS8604: Possible null reference argument for parameter 'user' in 'Task ILogManager.InsertLog(string user, string message)'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9908524Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ScheduledServices\FacebookLeadGenService.cs(40,27): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9909206Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ScheduledServices\FacebookLeadGenService.cs(41,31): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9909902Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ScheduledServices\FacebookLeadGenService.cs(42,30): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9910622Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(111,37): warning CS8619: Nullability of reference types in value of type 'List<Lead>' doesn't match target type 'List<Lead?>'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9911402Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(197,65): warning CS8604: Possible null reference argument for parameter 'input' in 'string InputValidationHelper.SanitizeInput(string input)'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9912205Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(198,26): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9912922Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(200,65): warning CS8604: Possible null reference argument for parameter 'input' in 'string InputValidationHelper.SanitizeInput(string input)'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9913695Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(201,65): warning CS8604: Possible null reference argument for parameter 'input' in 'string InputValidationHelper.SanitizeInput(string input)'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9914476Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ERPService.cs(57,34): warning CS8600: Converting null literal or possible null value to non-nullable type. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9915108Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ERPService.cs(59,42): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9915773Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(41,30): warning CS8600: Converting null literal or possible null value to non-nullable type. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9916492Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(66,39): warning CS8600: Converting null literal or possible null value to non-nullable type. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9917135Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(69,25): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9918015Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(73,25): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9918629Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(75,21): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9919243Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(91,39): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9919857Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ApiKeyService.cs(63,9): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9920497Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ScheduledServices\LeadSyncScheduledService.cs(31,7): warning S1135: Complete the task associated to this 'TODO' comment. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9921190Z D:\a\1\s\MicroService_Leads_Api\BL\Interfaces\IActiveDirectoryService.cs(1,18): warning S3903: Move 'IActiveDirectoryService' into a named namespace. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9921887Z D:\a\1\s\MicroService_Leads_Api\BL\Interfaces\ICRMService.cs(5,22): warning S101: Rename interface 'ICRMService' to match pascal case naming rules, consider using 'ICrmService'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9922570Z D:\a\1\s\MicroService_Leads_Api\BL\Interfaces\IERPService.cs(5,22): warning S101: Rename interface 'IERPService' to match pascal case naming rules, consider using 'IErpService'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9923242Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(9,18): warning S101: Rename class 'CRMService' to match pascal case naming rules, consider using 'CrmService'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9924105Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ERPService.cs(8,18): warning S101: Rename class 'ERPService' to match pascal case naming rules, consider using 'ErpService'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9925550Z D:\a\1\s\MicroService_Leads_Api\BL\Services\FacebookGraphClient.cs(15,40): warning S1075: Refactor your code not to use hardcoded absolute paths or URIs. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9926237Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ServiceLogger.cs(10,9): warning S1144: Remove the unused private field '_configuration'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9927005Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ActiveDirectoryService.cs(4,14): warning S3903: Move 'ActiveDirectoryService' into a named namespace. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9927682Z D:\a\1\s\MicroService_Leads_Api\BL\Services\SourceService.cs(65,69): warning S927: Rename parameter 'sourceName' to 'subSourceName' to match the interface declaration. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9928396Z D:\a\1\s\MicroService_Leads_Api\BL\Services\SourceService.cs(77,68): warning S927: Rename parameter 'sourceNumber' to 'subSourceNumber' to match the interface declaration. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9929052Z D:\a\1\s\MicroService_Leads_Api\BL\Services\SourceService.cs(217,53): warning S2325: Make 'ValidateSourceData' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9929614Z D:\a\1\s\MicroService_Leads_Api\BL\Services\SourceService.cs(236,22): warning S2325: Make 'SanitizeSourceData' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9930257Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ScheduledServices\FacebookLeadGenService.cs(31,21): warning S3776: Refactor this method to reduce its Cognitive Complexity from 22 to the 15 allowed. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9930963Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(20,99): warning S927: Rename parameter 'leadDTO' to 'lead' to match the interface declaration. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9931663Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ScheduledServices\FacebookLeadGenService.cs(43,17): warning S2589: Change this condition so that it does not always evaluate to 'False'. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9932387Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(152,28): warning S112: 'System.Exception' should not be thrown by user code. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9933017Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(166,53): warning S2325: Make 'ValidateLeadData' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9933651Z D:\a\1\s\MicroService_Leads_Api\BL\Services\LeadService.cs(191,22): warning S2325: Make 'SanitizeLeadData' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9934272Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ERPService.cs(13,26): warning S2325: Make 'GetConstructorArgs' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9934903Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(15,26): warning S2325: Make 'GetConstructorArgs' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9935596Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ERPService.cs(43,23): warning S112: 'System.Exception' should not be thrown by user code. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9936631Z D:\a\1\s\MicroService_Leads_Api\BL\Services\CRMService.cs(23,33): warning S3776: Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9937683Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ApiKeyService.cs(46,39): warning S1125: Remove the unnecessary Boolean literal(s). [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9938389Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ApiKeyService.cs(52,20): warning S2583: Remove this unnecessary check for null. Some code paths are unreachable. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9939240Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ApiKeyService.cs(59,91): warning S1125: Remove the unnecessary Boolean literal(s). [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9939930Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ApiKeyService.cs(54,81): warning S927: Rename parameter 'apiKey' to 'ApiKey' to match the interface declaration. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9940604Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ApiKeyService.cs(104,24): warning S2325: Make 'HashApiKey' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9941260Z D:\a\1\s\MicroService_Leads_Api\BL\Services\ApiKeyService.cs(110,24): warning S2325: Make 'MaskApiKey' a static method. [D:\a\1\s\MicroService_Leads_Api\BL\BussinessLogic.csproj]
2026-05-03T10:06:27.9942020Z D:\a\1\s\MicroService_Leads_Api\Migrations\20241205091259_init.cs(9,26): warning CS8981: The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9942872Z D:\a\1\s\MicroService_Leads_Api\Migrations\20241205091259_init.Designer.cs(16,19): warning CS8981: The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9949097Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250311145357_migrations-fix.cs(8,26): warning CS8981: The type name 'migrationsfix' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9950064Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250311145357_migrations-fix.Designer.cs(16,19): warning CS8981: The type name 'migrationsfix' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9950987Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250323081758_permissions.cs(9,26): warning CS8981: The type name 'permissions' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9951841Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250323081758_permissions.Designer.cs(16,19): warning CS8981: The type name 'permissions' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9952739Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250331140625_remove user agent code.cs(8,26): warning CS8981: The type name 'removeuseragentcode' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9953687Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250331140625_remove user agent code.Designer.cs(16,19): warning CS8981: The type name 'removeuseragentcode' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9954676Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250515123402_request response.cs(9,26): warning CS8981: The type name 'requestresponse' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9955571Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250515123402_request response.Designer.cs(16,19): warning CS8981: The type name 'requestresponse' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9956589Z D:\a\1\s\MicroService_Leads_Api\Migrations\20260315093747_scheduled-tasks.cs(9,26): warning CS8981: The type name 'scheduledtasks' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9957400Z D:\a\1\s\MicroService_Leads_Api\Migrations\20260315093747_scheduled-tasks.Designer.cs(16,19): warning CS8981: The type name 'scheduledtasks' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9958615Z D:\a\1\s\MicroService_Leads_Api\Migrations\20260316102717_azure-migrations.cs(8,26): warning CS8981: The type name 'azuremigrations' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9959470Z D:\a\1\s\MicroService_Leads_Api\Migrations\20260316102717_azure-migrations.Designer.cs(16,19): warning CS8981: The type name 'azuremigrations' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9960336Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(13,16): warning CS8618: Non-nullable field '_requiredPermission' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9961102Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(16,35): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9961923Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(14,16): warning CS8618: Non-nullable field '_requiredPermission' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9962827Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(34,57): warning CS8600: Converting null literal or possible null value to non-nullable type. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9963655Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(36,61): warning CS8604: Possible null reference argument for parameter 'providedApiKey' in 'Task<ApiKey> IApiKeyService.ValidateApiKey(string providedApiKey)'. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9964431Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(51,99): warning CS8604: Possible null reference argument for parameter 'ApiKey' in 'bool IApiKeyService.ValidateApiKeyPermissions(string requiredPermission, ApiKey ApiKey)'. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9965137Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(60,57): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9966434Z D:\a\1\s\MicroService_Leads_Api\Filters\AuthorizeCheckOperationFilter.cs(13,39): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9967295Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(27,36): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9967927Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(28,35): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9969042Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(36,24): warning CS8603: Possible null reference return. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9969867Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(38,20): warning CS8603: Possible null reference return. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9970512Z D:\a\1\s\MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(39,56): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9977966Z D:\a\1\s\MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(39,39): warning CS8600: Converting null literal or possible null value to non-nullable type. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9978669Z D:\a\1\s\MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(40,32): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9979410Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(31,33): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9980125Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(32,64): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9980844Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(67,33): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9981546Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(68,64): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9982363Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(88,17): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9983207Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadController.cs(41,33): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9983893Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadController.cs(42,64): warning CS8602: Dereference of a possibly null reference. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9984682Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(131,23): warning CS8618: Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9985648Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(133,23): warning CS8618: Non-nullable property 'ErrorId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9986778Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(135,23): warning CS8618: Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9987751Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(136,23): warning CS8618: Non-nullable property 'StackTrace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9988668Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(116,39): warning CS8601: Possible null reference assignment. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9989402Z D:\a\1\s\MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(10,18): warning CS1591: Missing XML comment for publicly visible type or member 'ActiveDirectoryAuthorizeAttribute' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9990263Z D:\a\1\s\MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'ActiveDirectoryAuthorizeAttribute.ActiveDirectoryAuthorizeAttribute(string)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9991222Z D:\a\1\s\MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(18,27): warning CS1591: Missing XML comment for publicly visible type or member 'ActiveDirectoryAuthorizeAttribute.OnAuthorizationAsync(AuthorizationFilterContext)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9992095Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(9,18): warning CS1591: Missing XML comment for publicly visible type or member 'ApiKeyAuthorizeAttribute' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9992882Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'ApiKeyAuthorizeAttribute.ApiKeyAuthorizeAttribute()' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9993725Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(14,16): warning CS1591: Missing XML comment for publicly visible type or member 'ApiKeyAuthorizeAttribute.ApiKeyAuthorizeAttribute(string)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9994656Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(19,27): warning CS1591: Missing XML comment for publicly visible type or member 'ApiKeyAuthorizeAttribute.OnActionExecutionAsync(ActionExecutingContext, ActionExecutionDelegate)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9995718Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(10,18): warning CS1591: Missing XML comment for publicly visible type or member 'BaseController' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9996489Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(10,18): warning CS1591: Missing XML comment for publicly visible type or member 'BaseController.BaseController(IConfiguration, IServiceLogger, IMemoryCache, IApiKeyService)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9997312Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(12,40): warning CS1591: Missing XML comment for publicly visible type or member 'BaseController._serviceLogger' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9998126Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(13,43): warning CS1591: Missing XML comment for publicly visible type or member 'BaseController._configuration' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9998833Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(14,41): warning CS1591: Missing XML comment for publicly visible type or member 'BaseController._cache' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:27.9999567Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(16,38): warning CS1591: Missing XML comment for publicly visible type or member 'BaseController.GetApiKeyCredentials()' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0000412Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadController.cs(74,42): warning CS1591: Missing XML comment for publicly visible type or member 'LeadController.GetLeads()' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0001131Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadController.cs(96,42): warning CS1591: Missing XML comment for publicly visible type or member 'LeadController.GetLeadsByFilter(FilterByModel)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0001923Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(13,18): warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0002817Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(13,18): warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController.LeadsManagementController(IConfiguration, IServiceLogger, IMemoryCache, ISourceService, IApiKeyService)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0003585Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(23,26): warning CS1572: XML comment has a param tag for 'isCRM', but there is no parameter by that name [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0004321Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(59,26): warning CS1572: XML comment has a param tag for 'isCRM', but there is no parameter by that name [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0005059Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(92,42): warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController.GetSource(bool)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0005830Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(111,42): warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController.GetSubSource(bool)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0006644Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(132,42): warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController.DeleteSource(int, string, bool)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0007386Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(174,42): warning CS1591: Missing XML comment for publicly visible type or member 'LeadsManagementController.DeleteSubSource(int, string, bool)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0008296Z D:\a\1\s\MicroService_Leads_Api\Controllers\UsersController.cs(28,26): warning CS1573: Parameter 'cache' has no matching param tag in the XML comment for 'UsersController.UsersController(IConfiguration, IServiceLogger, IMemoryCache, IApiKeyService, IHttpContextAccessor)' (but other parameters do) [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0009352Z D:\a\1\s\MicroService_Leads_Api\Controllers\UsersController.cs(30,34): warning CS1573: Parameter 'httpContextAccessor' has no matching param tag in the XML comment for 'UsersController.UsersController(IConfiguration, IServiceLogger, IMemoryCache, IApiKeyService, IHttpContextAccessor)' (but other parameters do) [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0010237Z D:\a\1\s\MicroService_Leads_Api\Controllers\UsersController.cs(66,42): warning CS1591: Missing XML comment for publicly visible type or member 'UsersController.GetUserPermissions(string)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0011052Z D:\a\1\s\MicroService_Leads_Api\Controllers\UsersController.cs(76,42): warning CS1591: Missing XML comment for publicly visible type or member 'UsersController.GetUsers()' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0011799Z D:\a\1\s\MicroService_Leads_Api\Controllers\UsersController.cs(83,42): warning CS1591: Missing XML comment for publicly visible type or member 'UsersController.ToggleActiveUser(ApiKeyHolder)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0012535Z D:\a\1\s\MicroService_Leads_Api\Filters\AuthorizeCheckOperationFilter.cs(7,18): warning CS1591: Missing XML comment for publicly visible type or member 'AuthorizeCheckOperationFilter' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0013314Z D:\a\1\s\MicroService_Leads_Api\Filters\AuthorizeCheckOperationFilter.cs(9,21): warning CS1591: Missing XML comment for publicly visible type or member 'AuthorizeCheckOperationFilter.Apply(OpenApiOperation, OperationFilterContext)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0014181Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(18,16): warning CS1591: Missing XML comment for publicly visible type or member 'ExceptionMiddleware.ExceptionMiddleware(RequestDelegate, ILogger<ExceptionMiddleware>, IHostEnvironment)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0015005Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(25,27): warning CS1591: Missing XML comment for publicly visible type or member 'ExceptionMiddleware.InvokeAsync(HttpContext)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0015937Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(129,18): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0016651Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(131,23): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.Message' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0017366Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(132,20): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.StatusCode' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0018081Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(133,23): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.ErrorId' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0018773Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(134,25): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.Timestamp' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0019418Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(135,23): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.Details' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0020218Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ExceptionMiddleware.cs(136,23): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorResponse.StackTrace' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0020937Z D:\a\1\s\MicroService_Leads_Api\Middlewares\RateLimitingMiddleware.cs(7,18): warning CS1591: Missing XML comment for publicly visible type or member 'RateLimitingMiddleware' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0021721Z D:\a\1\s\MicroService_Leads_Api\Middlewares\RateLimitingMiddleware.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'RateLimitingMiddleware.RateLimitingMiddleware(RequestDelegate, IMemoryCache)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0022623Z D:\a\1\s\MicroService_Leads_Api\Middlewares\RateLimitingMiddleware.cs(19,27): warning CS1591: Missing XML comment for publicly visible type or member 'RateLimitingMiddleware.InvokeAsync(HttpContext)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0023353Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(7,18): warning CS1591: Missing XML comment for publicly visible type or member 'ResponseMiddleware' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0024117Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(12,16): warning CS1591: Missing XML comment for publicly visible type or member 'ResponseMiddleware.ResponseMiddleware(RequestDelegate, IServiceScopeFactory)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0024931Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(18,27): warning CS1591: Missing XML comment for publicly visible type or member 'ResponseMiddleware.InvokeAsync(HttpContext)' [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0025742Z D:\a\1\s\MicroService_Leads_Api\Filters\AuthorizeCheckOperationFilter.cs(12,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0026340Z D:\a\1\s\MicroService_Leads_Api\Migrations\20241205091259_init.cs(17,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0026898Z D:\a\1\s\MicroService_Leads_Api\Migrations\20241210143741_leadcode_update.cs(48,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0027523Z D:\a\1\s\MicroService_Leads_Api\Migrations\20241210143741_leadcode_update.cs(100,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0028192Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250305141340_CID_COMMENT_not_required.cs(25,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0028849Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250323081758_permissions.cs(15,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0029447Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250324124006_users_in_logs.cs(17,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0030098Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250325094003_lead_info.cs(17,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0030750Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250428125457_IsActiveApiKey.cs(22,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0031621Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250515123402_request response.cs(17,13): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0032282Z D:\a\1\s\MicroService_Leads_Api\appsettings.Production.json(12,22): warning S6418: "ClientSecret" detected here, make sure this is not a hard-coded secret. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0032989Z D:\a\1\s\MicroService_Leads_Api\appsettings.Production.json(13,21): warning S6418: "AccessToken" detected here, make sure this is not a hard-coded secret. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0033728Z D:\a\1\s\MicroService_Leads_Api\Attributes\ApiKeyAuthorizeAttribute.cs(9,18): warning S3993: Specify AttributeUsage on 'ApiKeyAuthorizeAttribute'. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0034420Z D:\a\1\s\MicroService_Leads_Api\Controllers\UsersController.cs(17,47): warning S4487: Remove this unread private field '_httpContextAccessor' or refactor the code to use its value. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0035163Z D:\a\1\s\MicroService_Leads_Api\Registration\SwaggerRegistration.cs(21,23): warning S3928: The parameter name 'projectName' is not declared in the argument list. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0036150Z D:\a\1\s\MicroService_Leads_Api\Migrations\20260316102717_azure-migrations.cs(17,33): warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0036850Z D:\a\1\s\MicroService_Leads_Api\Program.cs(41,5): warning S6966: Await RunAsync instead. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0037639Z D:\a\1\s\MicroService_Leads_Api\Attributes\ActiveDirectoryAuthorizeAttribute.cs(40,32): warning CA1416: This call site is reachable on all platforms. 'WindowsIdentity.Name' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0038443Z D:\a\1\s\MicroService_Leads_Api\Controllers\BaseController.cs(34,39): warning S6932: Use model binding instead of accessing the raw request data [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0039088Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(36,29): warning S1643: Use a StringBuilder instead. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0039727Z D:\a\1\s\MicroService_Leads_Api\Middlewares\ResponseMiddleware.cs(39,25): warning S1643: Use a StringBuilder instead. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0040419Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(132,42): warning S3776: Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0041085Z D:\a\1\s\MicroService_Leads_Api\Middlewares\RateLimitingMiddleware.cs(41,24): warning S2325: Make 'GetClientId' a static method. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0041751Z D:\a\1\s\MicroService_Leads_Api\Controllers\LeadsManagementController.cs(174,42): warning S3776: Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0042638Z D:\a\1\s\MicroService_Leads_Api\Middlewares\RateLimitingMiddleware.cs(54,13): warning ASP0019: Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers) [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0043614Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250311145357_migrations-fix.cs(17,33): warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0044454Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250319073315_nullable_lastname.cs(17,33): warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0045364Z D:\a\1\s\MicroService_Leads_Api\Migrations\20250331140625_remove user agent code.cs(17,33): warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. [D:\a\1\s\MicroService_Leads_Api\MicroService_Leads_Api.csproj]
2026-05-03T10:06:28.0046183Z D:\a\1\s\MicroService_Leads_Api_Ext\Controllers\BaseController.cs(97,59): warning CS8604: Possible null reference argument for parameter 'value' in 'void IServiceRequestExt.SetHeader(string key, string value)'. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:28.0047021Z D:\a\1\s\MicroService_Leads_Api_Ext\Controllers\BaseController.cs(136,63): warning CS8604: Possible null reference argument for parameter 'value' in 'void IServiceRequestExt.SetHeader(string key, string value)'. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:28.0047745Z D:\a\1\s\MicroService_Leads_Api_Ext\Controllers\LeadsController.cs(24,9): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:28.0048386Z D:\a\1\s\MicroService_Leads_Api_Ext\Controllers\UsersController.cs(17,9): warning S125: Remove this commented out code. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:28.0049073Z D:\a\1\s\MicroService_Leads_Api_Ext\Registration\SwaggerRegistration.cs(12,23): warning S3928: The parameter name 'projectName' is not declared in the argument list. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:28.0049797Z D:\a\1\s\MicroService_Leads_Api_Ext\Controllers\BaseController.cs(32,28): warning S2955: Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:28.0050562Z D:\a\1\s\MicroService_Leads_Api_Ext\Controllers\BaseController.cs(51,28): warning S2955: Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:28.0051335Z D:\a\1\s\MicroService_Leads_Api_Ext\Controllers\BaseController.cs(119,28): warning S2955: Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:28.0051976Z D:\a\1\s\MicroService_Leads_Api_Ext\Program.cs(27,5): warning S6966: Await RunAsync instead. [D:\a\1\s\MicroService_Leads_Api_Ext\MicroService_Leads_Api_Ext.csproj]
2026-05-03T10:06:28.0052404Z     287 Warning(s)
2026-05-03T10:06:28.0052672Z     0 Error(s)
2026-05-03T10:06:28.0052776Z 
2026-05-03T10:06:28.0053083Z Time Elapsed 00:00:56.29
2026-05-03T10:06:28.0053401Z 
2026-05-03T10:06:28.0276463Z Info: Azure Pipelines hosted agents have been updated and now contain .Net 5.x SDK/Runtime along with the older .Net Core version which are currently lts. Unless you have locked down a SDK version for your project(s), 5.x SDK might be picked up which might have breaking behavior as compared to previous versions. You can learn more about the breaking changes here: https://docs.microsoft.com/en-us/dotnet/core/tools/ and https://docs.microsoft.com/en-us/dotnet/core/compatibility/ . To learn about more such changes and troubleshoot, refer here: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/dotnet-core-cli?view=azure-devops#troubleshooting
2026-05-03T10:06:28.0406906Z ##[section]Finishing: DotNetCoreCLI

tell me what do you need from the analyze log if needed

Hi,

I’m not sure where to go from here. I’ve flagged this for more expert eyes.

 
Ann