Running with gitlab-runner 14.3.2 (e0218c92)  on apollo-aks-heavy-load-gitlab-runner-759657874f-n5lcj HUzDdLgV section_start:1649320245:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-jobs Using Kubernetes executor with image apollocore.azurecr.io/apollo/sonarscanner-msbuild:6.0-alpine ... Using attach strategy to execute scripts... section_end:1649320245:prepare_executor section_start:1649320245:prepare_script Preparing environment Waiting for pod gitlab-jobs/runner-huzddlgv-project-23446539-concurrent-0bw6xc to be running, status is Pending ContainersNotInitialized: "containers with incomplete status: [init-permissions]" ContainersNotReady: "containers with unready status: [build helper]" ContainersNotReady: "containers with unready status: [build helper]" Running on runner-huzddlgv-project-23446539-concurrent-0bw6xc via apollo-aks-heavy-load-gitlab-runner-759657874f-n5lcj... section_end:1649320249:prepare_script section_start:1649320249:get_sources Getting source from Git repository Fetching changes... hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Initialized empty Git repository in /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/.git/ Created fresh repository. Checking out 6a5177f1 as master... Skipping Git submodules setup section_end:1649320252:get_sources section_start:1649320252:restore_cache Restoring cache Checking cache for static_code_analysis-12... Downloading cache.zip from http://cache-proxy-minio.cache-proxy.svc.cluster.local:9000/cache/gitlab_runner/project/23446539/static_code_analysis-12 Successfully extracted cache section_end:1649320267:restore_cache section_start:1649320267:download_artifacts Downloading artifacts Downloading artifacts for integrationtest_surveyapi (2303342610)... Downloading artifacts from coordinator... ok  id=2303342610 responseStatus=200 OK token=VT1zzmDb Downloading artifacts for integrationtest_user_filter_api (2303342613)... Downloading artifacts from coordinator... ok  id=2303342613 responseStatus=200 OK token=Gasuyp9P Downloading artifacts for test_survey_admin_api (2303342616)... Downloading artifacts from coordinator... ok  id=2303342616 responseStatus=200 OK token=7F5hz8HA Downloading artifacts for integrationtest_surveyblobstorageclient (2303342618)... Downloading artifacts from coordinator... ok  id=2303342618 responseStatus=200 OK token=xLPxzgse Downloading artifacts for test_surveyblobconsolidationprocessor (2303342620)... Downloading artifacts from coordinator... ok  id=2303342620 responseStatus=200 OK token=5sEKVY5y Downloading artifacts for integrationtest_kafka_client (2303342622)... Downloading artifacts from coordinator... ok  id=2303342622 responseStatus=200 OK token=KhxpyHXX Downloading artifacts for integrationtest_location_processor (2303342626)... Downloading artifacts from coordinator... ok  id=2303342626 responseStatus=200 OK token=3Ls-iQoz Downloading artifacts for integrationtest_license_processor (2303342628)... Downloading artifacts from coordinator... ok  id=2303342628 responseStatus=200 OK token=sxTbsgLz Downloading artifacts for test_shared_tools (2303342630)... Downloading artifacts from coordinator... ok  id=2303342630 responseStatus=200 OK token=7UAN2KR9 Downloading artifacts for test_shared_services (2303342631)... Downloading artifacts from coordinator... ok  id=2303342631 responseStatus=200 OK token=htxD7MrV Downloading artifacts for integrationtest_batch_processor (2303342633)... Downloading artifacts from coordinator... ok  id=2303342633 responseStatus=200 OK token=Exsen7sV Downloading artifacts for integrationtest_parameter_processor (2303342634)... Downloading artifacts from coordinator... ok  id=2303342634 responseStatus=200 OK token=sMbVwizs Downloading artifacts for integrationtest_reference_processor (2303342636)... Downloading artifacts from coordinator... ok  id=2303342636 responseStatus=200 OK token=WWzAAEXz Downloading artifacts for integrationtest_cosmos_library (2303342639)... Downloading artifacts from coordinator... ok  id=2303342639 responseStatus=200 OK token=Ewme34xS Downloading artifacts for test_survey_keyvalue_publisher_service (2303342640)... Downloading artifacts from coordinator... ok  id=2303342640 responseStatus=200 OK token=r9XX_n_u section_end:1649320275:download_artifacts section_start:1649320275:step_script Executing "step_script" stage of the job script $ chmod +x ./deployment/run_sonarscanner.sh $ wget -qO- https://raw.githubusercontent.com/Microsoft/artifacts-credprovider/master/helpers/installcredprovider.sh | bash Downloading from https://github.com/Microsoft/artifacts-credprovider/releases/latest/download/Microsoft.NuGet.CredentialProvider.tar.gz INFO: credential provider netcore plugin extracted to /root/.nuget/ $ cd testCoverage $ ./../deployment/run_sonarscanner.sh + test '!' -z https://sonarcloud.io + test '!' -z [MASKED] + test '!' -z [MASKED]_glyngore-context + test '!' -z [MASKED] + test '!' -z '{"endpointCredentials": [{"endpoint":"https://pkgs.dev.azure.com/apollocloud/_packaging/apollocloud/nuget/v3/index.json", "username":"apollocloud", "password":"sydsuaf4lj6jnwper4gpwi5zhw55gqi7x47r2xvm3233pezwaxsa"}]}' + test '!' -z ./ + NO_WARN=-nowarn:S103,S121,S927,S2221,S2360,S2583,S3052,S3235,S3254,S3353,S3881,S3900,S3956,S4004,S4049,S4055,S4261,S4581,CS0162,CS0169,CS0219,CS1570,CS1572,CS1573,CS1574 + dotnet sonarscanner begin '/d:sonar.host.url=https://sonarcloud.io' '/d:sonar.login=[MASKED]' /k:[MASKED]_glyngore-context /o:[MASKED] '/d:sonar.cs.opencover.reportsPaths=**/*TestResult.xml' '/d:sonar.qualitygate.wait=true' '/d:sonar.qualitygate.timeout=5000' '/d:sonar.exclusions=**/Examples/**' '/d:sonar.dotnet.excludeTestProjects=true' SonarScanner for MSBuild 5.4.1 Using the .NET Core version of the Scanner for MSBuild Pre-processing started. Preparing working directories... 08:31:16.165 Updating build integration targets... 08:31:16.486 Fetching analysis configuration settings... 08:31:16.827 Provisioning analyzer assemblies for cs... 08:31:16.828 Installing required Roslyn analyzers... 08:31:17.176 Provisioning analyzer assemblies for vbnet... 08:31:17.176 Installing required Roslyn analyzers... 08:31:17.211 Pre-processing succeeded. + dotnet build -nowarn:S103,S121,S927,S2221,S2360,S2583,S3052,S3235,S3254,S3353,S3881,S3900,S3956,S4004,S4049,S4055,S4261,S4581,CS0162,CS0169,CS0219,CS1570,CS1572,CS1573,CS1574 ../GlyngoreContext.sln --no-incremental -v quiet Microsoft (R) Build Engine version 17.0.0+c9eb9dd64 for .NET Copyright (C) Microsoft Corporation. All rights reserved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessorTest/SurveyKafkaLocationProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessorTest/SurveyKafkaParameterProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/ActualKeyvaluePublisherServiceTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessorTest/SurveyKafkaLicenseProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessorTest/SurveyKafkaBatchProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessorTest/SurveyKafkaParameterProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessorTest/SurveyKafkaLocationProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessorTest/SurveyKafkaBatchProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessorTest/SurveyKafkaLicenseProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/ActualKeyvaluePublisherServiceTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/DataDog/DogStatsdConfigurator.cs(9,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/Jwt/DecodedJwtToken.cs(15,1): warning S113: Add a new line at the end of the file 'DecodedJwtToken.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/DataDog/MessageStatisticsService.cs(35,38): warning S1192: Define a constant instead of using this literal 'Error reporting processed to datadog: {Message}' 5 times. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/DataDog/MessageStatisticsService.cs(150,38): warning S1192: Define a constant instead of using this literal 'Error reporting skipped to datadog: {Message}' 6 times. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/Kubernetes/PodInfoService.cs(14,23): warning S3928: The parameter name 'Configuration: Kubernetes:PodName' is not declared in the argument list. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/DataDog/MessageStatisticsService.cs(261,87): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/DataDog/MessageStatisticsService.cs(239,112): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/DataDog/MessageStatisticsService.cs(295,100): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/DataDog/MessageStatisticsService.cs(315,95): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/InMemoryCache.cs(75,25): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/InMemoryCache.cs(75,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/InMemoryCache.cs(91,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/InMemoryCache.cs(96,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/InMemoryCache.cs(100,48): warning S2955: Use a comparison to 'default(TItem)' instead or add a constraint to 'TItem' so that it can't be a value type. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/InMemoryCache.cs(100,25): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SharedTools'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SharedTools'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(2,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(4,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ActualKeyValuePublishJob.cs(31,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ActualKeyValuePublishJob.cs(32,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ActualKeyValuePublishJob.cs(40,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ActualKeyValuePublishJob.cs(41,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ActualKeyValuePublishJob.cs(42,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/BatchKeyValuesCalculationMsg.cs(50,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/BatchKeyValuesCalculationMsg.cs(51,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/BatchKeyValuesCalculationMsg.cs(61,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/BatchKeyValuesCalculationMsg.cs(62,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/BatchKeyValuesCalculationMsg.cs(63,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ActualKeyValuePublishJob.cs(8,18): warning S4035: Seal class 'ActualKeyValuePublishJob' or implement 'IEqualityComparer' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/KeyValueCalculationJob.cs(44,17): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/KeyValueCalculationJob.cs(41,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/KeyValueCalculationJob.cs(42,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/KeyValueCalculationJob.cs(53,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/KeyValueCalculationJob.cs(54,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/KeyValueCalculationJob.cs(55,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Client/MessageClient/MessageClientServiceBus.cs(15,34): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(40,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(41,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(49,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(50,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(51,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/KeyValueCalculationJob.cs(8,18): warning S4035: Seal class 'KeyValueCalculationJob' or implement 'IEqualityComparer' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(8,18): warning S4035: Seal class 'ParameterBlobConsolidationJob' or implement 'IEqualityComparer' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/BatchKeyValuesCalculationMsg.cs(7,18): warning S4035: Seal class 'BatchKeyValuesCalculationMsg' or implement 'IEqualityComparer' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Client/MessageClient/MessageClientServiceBus.cs(24,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyServiceBusClient'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyServiceBusClient'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(115,43): warning CS0168: The variable 'e' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/KeyValueClient/KeyValueReaderClient.cs(141,16): warning S1135: Complete the task associated to this 'TODO' comment. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/KeyValueClient/KeyValueWriterClient.cs(136,16): warning S1135: Complete the task associated to this 'TODO' comment. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(384,24): warning S1135: Complete the task associated to this 'TODO' comment. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueWriterClient.cs(22,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 37 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(25,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 39 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/SurveyBlobStorageClient.cs(22,26): warning S2339: Change this constant to a 'static' read-only property. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/SurveyBlobStorageClient.cs(23,26): warning S2339: Change this constant to a 'static' read-only property. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/SurveyBlobStorageClient.cs(24,26): warning S2339: Change this constant to a 'static' read-only property. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/KeyValueClient/KeyValueWriterClient.cs(19,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 31 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Avro/AvroStreamWriter.cs(46,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Avro/AvroStreamWriter.cs(51,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Util/ParameterValueComparer.cs(10,21): warning S3776: Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Util/ParameterValueComparer.cs(10,21): warning S1541: The Cyclomatic Complexity of this method is 19 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(27,13): warning S3717: Implement this method or throw 'NotSupportedException' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(63,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(39,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(59,62): warning S4058: Change this call to 'blob.Name.LastIndexOf' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(59,72): warning S1449: Define the locale to be used in this string operation. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(82,43): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueWriterClient.cs(52,29): warning S3776: Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(115,13): warning S2737: Add logic to this catch clause or eliminate it and rethrow the exception automatically. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(128,24): warning S2325: Make 'GetContainerName' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(130,34): warning S4040: Change this normalization to 'ToUpperInvariant()'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(130,75): warning S4040: Change this normalization to 'ToUpperInvariant()'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(133,24): warning S2325: Make 'GetPoisonedKafkaMessagePath' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(142,24): warning S2325: Make 'GetPathPrefix' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(139,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(309,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyBlobStorageClient'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyBlobStorageClient'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/UserFilter.cs(106,27): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceAssignmentClient/Model/Exceptions/AssignmentNotFoundException.cs(31,1): warning S113: Add a new line at the end of the file 'AssignmentNotFoundException.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Exceptions/BadRequestException.cs(25,1): warning S113: Add a new line at the end of the file 'BadRequestException.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Exceptions/ConflictException.cs(31,1): warning S113: Add a new line at the end of the file 'ConflictException.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/Duration.cs(11,1): warning S113: Add a new line at the end of the file 'Duration.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/Granularity.cs(12,1): warning S113: Add a new line at the end of the file 'Granularity.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/HistoryView.cs(56,1): warning S113: Add a new line at the end of the file 'HistoryView.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCycleSortDirection.cs(81,1): warning S113: Add a new line at the end of the file 'ProductionCycleSortDirection.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCyclesRegion.cs(47,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCyclesRegion.cs(48,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/SortDirection.cs(16,1): warning S113: Add a new line at the end of the file 'SortDirection.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ViewType.cs(8,1): warning S113: Add a new line at the end of the file 'ViewType.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Exceptions/BadRequestException.cs(9,18): warning S4027: Implement the missing constructors for this exception. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Exceptions/BadRequestException.cs(9,18): warning S3925: Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/AvailableParameterClient/AvailableParameterRepositoryService.cs(63,47): warning S4136: All 'GetAsync' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurve.cs(24,23): warning S4059: Change either the name of property 'Id' or the name of method 'GetId' to make them distinguishable. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/LocationClient/Model/Location.cs(7,27): warning S4035: Seal class 'Location' or implement 'IEqualityComparer' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/LocationClient/Model/Location.cs(7,27): warning S4041: Change the name of type 'Location' to be different from an existing framework namespace. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/HistoryView.cs(12,18): warning S4035: Seal class 'HistoryView' or implement 'IEqualityComparer' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/Column.cs(9,25): warning S1206: This class overrides 'GetHashCode' and should therefore also override 'Equals'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCyclesLocation.cs(11,18): warning S4035: Seal class 'ProductionCyclesLocation' or implement 'IEqualityComparer' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCyclesMetadata.cs(8,25): warning S3897: Implement 'IEquatable'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/IBatchDocumentRepository.cs(16,29): warning S4136: All 'GetAsync' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/Model/BatchDocument.cs(43,23): warning S4059: Change either the name of property 'Id' or the name of method 'GetId' to make them distinguishable. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCyclesRegion.cs(38,30): warning S4136: All 'Equals' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/BatchDocumentRepository.cs(75,36): warning S4136: All 'GetAsync' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/BatchDocumentRepository.cs(182,43): warning S4136: All 'GetInternalAsync' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurveProfileClient/ReferenceCurveProfileRepositoryService.cs(124,50): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/CosmosServiceHelper.cs(53,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/UserFilterRepository.cs(156,83): warning S2971: Use 'Count' property here instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/UserFilterRepository.cs(214,13): warning S4462: Replace this use of 'Task.WaitAll' with 'await Task.WhenAll'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCyclesRules.cs(88,19): warning S4058: Change this call to 'string.Equals' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCycleSortDirection.cs(78,20): warning S4058: Change this call to 'string.Equals' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/ReferenceProfileMetaRepositoryService.cs(83,49): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/ReferenceProfileLimitsRepositoryService.cs(83,51): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/ReferenceCurvesRepositoryService.cs(117,43): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(27,25): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(8,31): warning S3776: Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(50,31): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(69,31): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(8,31): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(37,32): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(41,75): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(41,128): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/Model/BatchExtensions.cs(10,27): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/Model/BatchExtensions.cs(38,38): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceAssignmentClient/ReferenceAssignmentRepository.cs(80,48): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/Model/BatchExtensions.cs(71,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/Model/BatchExtensions.cs(45,38): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/Model/BatchExtensions.cs(51,38): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/Model/BatchExtensions.cs(58,17): warning S1066: Merge this if statement with the enclosing one. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/Model/BatchExtensions.cs(67,38): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceAssignmentClient/ReferenceAssignmentRepository.cs(91,61): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceAssignmentClient/ReferenceAssignmentRepository.cs(102,48): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/BatchRepositoryService.cs(126,34): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/NewtonsoftJsonCosmosSerializer.cs(19,27): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/BatchRepositoryService.cs(135,59): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/BatchRepositoryService.cs(340,13): warning S3717: Implement this method or throw 'NotSupportedException' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/IBatchDocumentRepository.cs(34,62): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/BatchDocumentRepository.cs(120,69): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/BatchDocumentRepository.cs(294,83): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/LocationClient/LocationRepositoryService.cs(394,96): warning S1854: Remove this useless assignment to local variable 'currentLevel'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/BatchDocumentRepository.cs(335,78): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/KeyValueCalculationClient/KeyValueCalculationRepositoryService.cs(87,52): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/KeyValueCalculationClient/KeyValueCalculationRepositoryService.cs(162,13): warning S3717: Implement this method or throw 'NotSupportedException' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'CosmosLibrary'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'CosmosLibrary'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/Program.cs(10,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/Program.cs(21,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/Program.cs(35,25): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/Program.cs(46,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/Program.cs(38,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyBlobConsolidationProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyBlobConsolidationProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Consumer/SurveyKafkaConsumerClient.cs(198,28): warning S1135: Complete the task associated to this 'TODO' comment. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Parser/ISurveyKafkaMessageParser.cs(1,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/SurveySchema/SurveySchemaRegistryAvroObjectSerializer.cs(27,33): warning S4487: Remove this unread private field '_groupName' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Consumer/SurveyKafkaConsumerClient.cs(23,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 44 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/SurveySchema/SurveySchemaRegistryAvroObjectSerializer.cs(62,21): warning S2325: Make 'Serialize' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Producer/SurveyKafkaProducerClient.cs(36,47): warning S109: Assign this magic number '180000' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Producer/SurveyKafkaProducerClient.cs(38,56): warning S109: Assign this magic number '10000000' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Producer/SurveyKafkaProducerClient.cs(39,54): warning S109: Assign this magic number '100000000' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Producer/SurveyKafkaProducerClient.cs(40,52): warning S109: Assign this magic number '3' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Producer/SurveyKafkaProducerClient.cs(41,47): warning S109: Assign this magic number '45000' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Util/SurveyKafkaAmqpHeadersExtensions.cs(22,84): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'Confluent.Kafka.Headers'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/SurveySchema/SurveySchemaRegistryAvroObjectSerializer.cs(110,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Producer/SurveyKafkaProducerClient.cs(92,68): warning S3242: Consider using more general type 'Confluent.Kafka.IClient' instead of 'Confluent.Kafka.IProducer'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Util/SurveyKafkaGenericRecordHeadersExtensions.cs(56,25): warning S4058: Change this call to '((string)messageSource).EndsWith' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Util/SurveyKafkaGenericRecordHeadersExtensions.cs(60,30): warning S4058: Change this call to '((string)messageSource).EndsWith' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Util/SurveyKafkaGenericRecordHeadersExtensions.cs(53,13): warning S1301: Replace this 'switch' statement with 'if' statements to increase readability. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Consumer/SurveyKafkaConsumerClient.cs(299,21): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/SurveySchema/SurveySchemaRegistryAvroObjectSerializer.cs(177,108): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/SurveySchema/SurveySchemaRegistryAvroObjectSerializer.cs(177,138): warning S109: Assign this magic number '3' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Consumer/SurveyKafkaConsumerClient.cs(388,25): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Consumer/SurveyKafkaConsumerClient.cs(340,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyKafkaClient'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyKafkaClient'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/UserFilterController.cs(242,37): warning CS0618: 'UserFilterController.SortMetadata(List)' is obsolete: 'SortMetadata is deprecated, removed with GetFilter.' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/SystemFilterController.cs(205,1): warning S113: Add a new line at the end of the file 'SystemFilterController.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/UserFilterController.cs(486,1): warning S113: Add a new line at the end of the file 'UserFilterController.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Program.cs(13,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Helpers/CultureHelper.cs(21,1): warning S113: Add a new line at the end of the file 'CultureHelper.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Validator/UserFiltersRequestValidatorcs.cs(89,1): warning S1309: Do not suppress issues. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Startup.cs(38,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 41 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/UserFilterController.cs(68,43): warning S1192: Define a constant instead of using this literal 'location' 6 times. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Validator/UserFiltersRequestValidatorcs.cs(15,9): warning S1144: Remove the unused private field 'MaxKeyValues'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Validator/UserFiltersRequestValidatorcs.cs(16,9): warning S1144: Remove the unused private field 'MaxKeyValuesIdLength'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Config/Swagger/AddHeaderParameters.cs(12,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/SystemFilterController.cs(78,47): warning S4058: Change this call to 'e.Message.Contains' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Validator/UserFiltersRequestValidatorcs.cs(71,40): warning S1125: Remove the unnecessary Boolean literal(s). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Startup.cs(69,58): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Startup.cs(73,61): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Program.cs(40,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Program.cs(33,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Startup.cs(179,22): warning S2325: Make 'ConfigureVersioning' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/UserFilterController.cs(121,59): warning S3776: Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Startup.cs(119,117): warning S3242: Consider using more general type 'Microsoft.Extensions.Hosting.IHostEnvironment' instead of 'Microsoft.AspNetCore.Hosting.IWebHostEnvironment'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/UserFilterController.cs(169,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/UserFilterController.cs(240,17): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'UserFiltersApi'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'UserFiltersApi'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(28,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(28,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 31 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Processor/LicenseMessageProcessor.cs(21,62): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(17,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(95,75): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(100,74): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Processor/LicenseMessageProcessor.cs(62,13): warning S1301: Replace this 'switch' statement with 'if' statements to increase readability. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(42,25): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(53,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(45,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyKafkaLicenseProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyKafkaLicenseProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(24,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(24,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 37 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceCurvesMessageProcessor.cs(18,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 33 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceProfileMessageProcessor.cs(19,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 38 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceProfileMessageProcessor.cs(59,29): warning S3776: Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceProfileMessageProcessor.cs(59,29): warning S1541: The Cyclomatic Complexity of this method is 17 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(86,89): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(92,80): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(97,82): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(102,89): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(107,87): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(38,25): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(49,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceCurvesMessageProcessor.cs(179,22): warning S2325: Make 'ValidateProfileMetaUpsertMsg' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceCurvesMessageProcessor.cs(236,22): warning S2325: Make 'ValidateProfileDeleteMsg' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(31,36): warning S138: This method 'CreateHostBuilder' has 100 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(41,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceCurvesMessageProcessor.cs(398,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceCurvesMessageProcessor.cs(396,32): warning S2325: Make 'GetReferenceType' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceProfileMessageProcessor.cs(312,13): warning S1301: Replace this 'switch' statement with 'if' statements to increase readability. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyKafkaReferenceProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyKafkaReferenceProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/AvailableHistoryService.cs(61,58): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(500,24): warning CS0168: The variable 'sLocation' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(608,45): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(249,17): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ConnectionStatusService/ConnectionStatusService.cs(17,9): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/LocationService/LocationService.cs(91,1): warning S113: Add a new line at the end of the file 'LocationService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ConnectionStatusService/ConnectionStatusService.cs(18,69): warning S2933: Make '_dictLastStoredInCosmos' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(533,1): warning S113: Add a new line at the end of the file 'ReferenceProfileService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ConnectionStatusService/ConnectionStatusService.cs(27,20): warning S2292: Make this an auto-implemented property and remove its backing field. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/LocationService/LocationService.cs(11,18): warning S2931: Implement 'IDisposable' in this class and use the 'Dispose' method to call 'Dispose' on '_locationGetParentCache', '_locationInMemoryCache', '_locationPathCache', '_locationWithChildCache'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/LocationService/LocationService.cs(19,51): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchDocumentService/BatchDocService.cs(166,17): warning S3241: Change return type to 'void'; not a single caller uses the returned value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/ApolloKeyValueTypes.cs(12,38): warning S1309: Do not suppress issues. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/Interfaces/IKeyValueInfoService.cs(11,40): warning S4136: All 'GetHistorizedDependingDisplayKeyValues' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/Interfaces/IKeyValueInfoService.cs(12,40): warning S4136: All 'GetActualDependingDisplayKeyValues' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/IRelationTree.cs(18,1): warning S113: Add a new line at the end of the file 'IRelationTree.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterIconMapper.cs(94,17): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(12,1): warning S1309: Do not suppress issues. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/Model/KeyValueHistoryAtLocation.cs(32,13): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/Model/KeyValueHistoryForBatch.cs(34,13): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/ApolloKeyValueTypes.cs(676,24): warning S2365: Refactor 'AllKeyValues' into a method, properties should not copy collections. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/ApolloKeyValueTypes.cs(684,24): warning S2365: Refactor 'AllKeyValuesList' into a method, properties should not copy collections. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/AvailableHistoryService.cs(1,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/TimeZoneService/TimeZoneService.cs(10,18): warning S2931: Implement 'IDisposable' in this class and use the 'Dispose' method to call 'Dispose' on '_locationInMemoryCache', '_timeZoneInfoInMemoryCache'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/KeyValueInfoService.cs(23,55): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/KeyValueInfoService.cs(105,40): warning S4136: All 'GetActualDependingDisplayKeyValues' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/KeyValueInfoService.cs(110,40): warning S4136: All 'GetHistorizedDependingDisplayKeyValues' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/Model/ParameterKeyValuesLookup.cs(14,68): warning S2933: Make '_historizedAndActualHistorizedParamKeyValueDict' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/Model/ParameterKeyValuesLookup.cs(15,68): warning S2933: Make '_actualAndActualHistorizedParamKeyValueDict' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(21,43): warning S2148: Add underscores to this numeric value for readability. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(26,70): warning S2148: Add underscores to this numeric value for readability. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(61,60): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(17,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 33 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterMapper.cs(217,42): warning S1309: Do not suppress issues. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterMapper.cs(24,32): warning S3887: Use an immutable collection or reduce the accessibility of the non-private readonly field 'ParamIgnoreList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterMapper.cs(30,32): warning S3887: Use an immutable collection or reduce the accessibility of the non-private readonly field 'ParamDict'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterMapper.cs(24,32): warning S2386: Use an immutable collection or reduce the accessibility of the public static field 'ParamIgnoreList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterMapper.cs(30,32): warning S2386: Use an immutable collection or reduce the accessibility of the public static field 'ParamDict'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterMapper.cs(228,42): warning S1309: Do not suppress issues. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(24,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 35 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(18,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValueHistoryAggregation.cs(26,42): warning S1309: Do not suppress issues. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValue.cs(41,55): warning S3604: Remove the member initializer, all constructors set an initial value for the member. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValue.cs(46,38): warning S3604: Remove the member initializer, all constructors set an initial value for the member. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(349,44): warning S3604: Remove the member initializer, all constructors set an initial value for the member. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(130,23): warning S3906: Change the signature of that event handler to match the specified signature. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(130,23): warning S3908: Refactor this delegate to use 'System.EventHandler'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(277,9): warning S1144: Remove the unused private method 'IsProductionCycleParameter'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(26,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 35 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/KeyValueInfoService.cs(40,40): warning S2325: Make 'GetAvailableKeyValues' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/KeyValueInfoService.cs(67,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/KeyValueInfoService.cs(54,110): warning S1006: Remove the default parameter value to match the signature of overridden method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchDocumentService/BatchDocService.cs(67,41): warning S109: Assign this magic number '12' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/KeyValueInfoService.cs(95,24): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ConnectionStatusService/ConnectionStatusService.cs(46,42): warning S109: Assign this magic number '24' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/CleanUpService/CleanUpService.cs(92,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/AvailableHistoryService.cs(31,36): warning S3215: Remove this cast and edit the interface to add the missing functionality. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(90,53): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/RelationTreeHouse.cs(69,17): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/RelationTreeHouse.cs(83,17): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/RelationTreeHouse.cs(82,30): warning S4058: Change this call to 'string.Compare' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/RelationTreeHouse.cs(82,37): warning S1449: Define the locale to be used in this string operation. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchDocumentService/BatchDocService.cs(86,56): warning S3776: Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/RelationTreeHouse.cs(107,18): warning S1481: Remove the unused local variable 'changed'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchDocumentService/BatchDocService.cs(119,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchDocumentService/BatchDocService.cs(134,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/ISharedKeyValueService.cs(35,71): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(67,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(127,13): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(48,49): warning S3776: Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(78,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(87,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(85,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(161,17): warning S1481: Remove the unused local variable 'resultData'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(165,17): warning S1481: Remove the unused local variable 'relation'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/Model/ParameterKeyValuesLookup.cs(71,41): warning S2325: Make 'GetFromFilterListOnly' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/Model/ParameterKeyValuesLookup.cs(71,87): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/Model/ParameterKeyValuesLookup.cs(71,125): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(116,17): warning S1481: Remove the unused local variable 'result'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValueHistoryAggregation.cs(46,62): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(103,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterIconMapper.cs(21,30): warning S3776: Refactor this method to reduce its Cognitive Complexity from 34 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/RelationListHouseRelations.cs(103,13): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterIconMapper.cs(21,30): warning S1541: The Cyclomatic Complexity of this method is 39 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterIconMapper.cs(21,30): warning S138: This method 'GetIcon' has 121 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(166,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(262,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValue.cs(54,37): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValue.cs(57,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValue.cs(53,26): warning S4058: Change this call to 'typeString.StartsWith' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(307,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(336,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(205,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchDocumentService/BatchDocService.cs(178,13): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValueHistoryAggregation.cs(116,37): warning S1244: Do not check floating point equality with exact values, use a range instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(129,17): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(420,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchDocumentService/BatchDocService.cs(190,22): warning S2325: Make 'UpsertBatchDocuments' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/RelationTreeHouse.cs(118,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(119,21): warning S1643: Use a StringBuilder instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(132,52): warning S1858: There's no need to call 'ToString()' on a string. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(132,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(132,45): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/RelationListHouseRelations.cs(156,13): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/RelationListHouseRelations.cs(171,22): warning S1905: Remove this unnecessary cast to 'int'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/RelationListHouseRelations.cs(193,13): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/RelationListHouseRelations.cs(192,22): warning S2325: Make 'AddValidCycleParametersFromParentLocation' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(350,81): warning S2302: Replace the string 'relation' with 'nameof(relation)'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/CleanUpService/CleanUpService.cs(110,50): warning S2325: Make 'GetDeadLocation' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(361,86): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(266,26): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(392,55): warning S3776: Refactor this method to reduce its Cognitive Complexity from 25 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(318,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(237,29): warning S1541: The Cyclomatic Complexity of this method is 18 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(392,55): warning S1541: The Cyclomatic Complexity of this method is 13 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(268,13): warning S1301: Replace this 'switch' statement with 'if' statements to increase readability. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(470,77): warning S2302: Replace the string 'relation' with 'nameof(relation)'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(494,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(521,21): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(492,17): warning S1854: Remove this useless assignment to local variable 'historyPoints'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(299,108): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(309,112): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(392,78): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(554,17): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(319,91): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(579,71): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(180,50): warning S3776: Refactor this method to reduce its Cognitive Complexity from 40 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(328,97): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(337,122): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(329,17): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(330,22): warning S2325: Make 'IsKeyValueValidForProductionType' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(180,50): warning S1541: The Cyclomatic Complexity of this method is 20 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(228,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(273,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(290,25): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(237,44): warning S1541: The Cyclomatic Complexity of this method is 27 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(315,116): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(298,143): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(301,143): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(304,141): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(307,141): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(237,44): warning S138: This method 'GetLocalCalulatedReferenceBaseValueInternal' has 108 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(180,50): warning S138: This method 'CalculateAllBatchKeyValueForPeriodeInternal' has 125 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(367,112): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(340,50): warning S3776: Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(323,17): warning S3532: Remove this empty 'default' clause. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(360,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(397,49): warning S3776: Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(435,21): warning S1541: The Cyclomatic Complexity of this method is 42 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(435,21): warning S2325: Make 'ModifyDayNumberForBackInTimeKeyValues' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(518,17): warning S3532: Remove this empty 'default' clause. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(416,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(596,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(593,22): warning S2325: Make 'GetLocationIdFromRelation' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(494,39): warning S3776: Refactor this method to reduce its Cognitive Complexity from 30 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(494,39): warning S1541: The Cyclomatic Complexity of this method is 19 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(527,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(547,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(561,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(569,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(494,39): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(542,25): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(608,45): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(494,39): warning S138: This method 'GetFarmBrokerParameterAsync' has 82 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(608,123): warning S1172: Remove this unused method parameter 'parameterId'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(608,150): warning S1172: Remove this unused method parameter 'locationId'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(608,199): warning S1172: Remove this unused method parameter 'newestQueryDate'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(529,47): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(536,41): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(540,50): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(544,41): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(560,42): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(500,24): warning S1481: Remove the unused local variable 'sLocation'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(729,48): warning S1541: The Cyclomatic Complexity of this method is 22 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(786,24): warning S2325: Make 'GetCacheKey' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(730,37): warning S3242: Consider using more general type 'SharedServices.SharedKeyValueService.DataSourceProvider.Relation' instead of 'SharedServices.SharedKeyValueService.DataSourceProvider.RelationProductionCycle'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(792,39): warning S3776: Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(763,50): warning S1541: The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(764,37): warning S3242: Consider using more general type 'SharedServices.SharedKeyValueService.DataSourceProvider.Relation' instead of 'SharedServices.SharedKeyValueService.DataSourceProvider.RelationProductionCycle'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(880,39): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(898,43): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(903,43): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(916,39): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(938,81): warning S1905: Remove this unnecessary cast to 'AllParameters'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(792,39): warning S1541: The Cyclomatic Complexity of this method is 39 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(792,39): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SharedServices'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SharedServices'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(40,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 63 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(107,75): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(112,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(121,84): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(126,85): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(130,79): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(134,73): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(138,83): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(142,74): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(146,84): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(151,83): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(156,86): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(54,25): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(65,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(47,36): warning S138: This method 'CreateHostBuilder' has 115 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(57,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyKafkaLocationProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyKafkaLocationProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Helpers/BatchCreatedHelper.cs(89,24): warning S3241: Change return type to 'void'; not a single caller uses the returned value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Helpers/PoultryBatchCreatedHelper.cs(85,24): warning S3241: Change return type to 'void'; not a single caller uses the returned value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(35,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(35,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 44 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(30,9): warning S1144: Remove the unused private field 'CalculationJobScheduleMinutes'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(36,63): warning S4487: Remove this unread private field '_availableParametersRepositoryService' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(38,47): warning S4487: Remove this unread private field '_keyValueInfoService' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(27,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 38 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(96,75): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(101,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(110,84): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(115,85): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(54,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(55,21): warning S138: This method 'ProcessMessageAsync' has 83 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(42,36): warning S138: This method 'CreateHostBuilder' has 89 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Helpers/BatchRegistrationHelper.cs(265,41): warning S1541: The Cyclomatic Complexity of this method is 12 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(46,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(189,13): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Helpers/BatchRegistrationHelper.cs(352,42): warning S1541: The Cyclomatic Complexity of this method is 17 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Helpers/BatchRegistrationHelper.cs(394,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Helpers/BatchRegistrationHelper.cs(385,42): warning S1541: The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(242,21): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Helpers/BatchRegistrationHelper.cs(444,69): warning S1172: Remove this unused method parameter 'msg'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(364,33): warning S1541: The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(364,147): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(277,21): warning S131: Add a 'default' clause to this 'switch' statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyKafkaBatchProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyKafkaBatchProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(92,21): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(160,13): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(162,13): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(42,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Worker.cs(14,21): warning S2933: Make '_circuitBreakRestartWaitSeconds' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(42,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 67 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(19,9): warning S1144: Remove the unused private field 'MaxBatcDocUpdateIntervalHours'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(51,34): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(55,28): warning S3776: Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(101,25): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(161,23): warning S1215: Refactor the code to remove this use of 'GC.Collect'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(55,28): warning S1541: The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(101,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(122,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(142,63): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(153,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(159,60): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(165,71): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(171,73): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(178,61): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(184,74): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(55,28): warning S138: This method 'BatchCalculationMessageHandler' has 94 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(61,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'BatchCalculationService'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'BatchCalculationService'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(43,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(61,49): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(72,49): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/HangFireController.cs(2,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(170,25): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Filters/ValidationFilter.cs(26,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(184,25): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(187,21): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(242,21): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(24,47): warning S1450: Remove the field '_recurringJobClient' and declare it as a local variable in the relevant methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Requests/JobTrigger/JobTriggerByBatchRequest.cs(1,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Requests/JobTrigger/JobTriggerSingleRequest.cs(2,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Responses/EventHub/EventHubQueryCaptureResponse.cs(2,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/IEventHubCaptureBlobStorageClient.cs(4,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(33,47): warning S4487: Remove this unread private field '_backgroundJobs' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/EventHubController.cs(19,54): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(67,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 108 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/JobTriggerController.cs(24,56): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/CleanUpController.cs(23,53): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/WarmupServices.cs(11,18): warning S1481: Remove the unused local variable 'service'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Program.cs(19,45): warning S3257: 'hostingContext' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(48,17): warning S1481: Remove the unused local variable 'pct'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(51,52): warning S3776: Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(67,68): warning S2971: Use 'Count' property here instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(114,63): warning S2971: Use 'Count' property here instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(85,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(95,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(101,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(80,13): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(85,43): warning S109: Assign this magic number '15' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(95,42): warning S109: Assign this magic number '1440' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(106,71): warning S109: Assign this magic number '15' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(116,77): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(130,85): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(78,21): warning S138: This method 'ConfigureServices' has 86 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(199,17): warning S2760: This condition was just checked on line 194. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(164,63): warning S3776: Refactor this method to reduce its Cognitive Complexity from 20 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(190,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(192,117): warning S3242: Consider using more general type 'Microsoft.Extensions.Hosting.IHostEnvironment' instead of 'Microsoft.AspNetCore.Hosting.IWebHostEnvironment'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(259,63): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(270,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(276,60): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(282,73): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(288,71): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(294,67): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(300,61): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(306,71): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(312,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(318,74): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(324,22): warning S2325: Make 'ConfigureVersioning' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/IParameterUpdateMonitorService.cs(19,14): warning S100: Rename method 'SendToDataDogCurrentParameter15min' to match pascal case naming rules, consider using 'SendToDataDogCurrentParameter15Min'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(405,43): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(411,22): warning S2325: Make 'ConfigureHangfireService' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(474,22): warning S2325: Make 'ConfigureEventHubServices' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(184,90): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(187,86): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(66,57): warning S3776: Refactor this method to reduce its Cognitive Complexity from 85 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(66,57): warning S1541: The Cyclomatic Complexity of this method is 19 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(93,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(108,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(184,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(66,57): warning S138: This method 'QueryCaptureData' has 103 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(66,129): warning S3242: Consider using more general type 'System.Collections.Generic.ICollection' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(40,42): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(77,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(109,21): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(225,27): warning S3776: Refactor this method to reduce its Cognitive Complexity from 54 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(136,26): warning S2325: Make 'ExtractDateTimeFromBlobName' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(138,24): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(139,25): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(140,23): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(141,24): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(142,26): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(143,26): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(225,27): warning S1541: The Cyclomatic Complexity of this method is 13 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(261,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(266,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(316,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(225,27): warning S138: This method 'ReplayFromCaptureStorageJob' has 122 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(225,139): warning S3242: Consider using more general type 'System.Collections.Generic.ICollection' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(245,40): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(150,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(152,112): warning S109: Assign this magic number '5' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(158,116): warning S109: Assign this magic number '5' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(156,34): warning S4058: Change this call to 'message.MessageId.Contains' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/Comparer/ParameterValueComparer.cs(15,21): warning S1541: The Cyclomatic Complexity of this method is 13 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyAdminApi'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyAdminApi'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/KeyValues/KeyValueSimple.cs(104,40): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/KeyValues/KeyValueWithReferenceResponse.cs(43,40): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/PredictionDataService.cs(57,30): warning CS0168: The variable 'ex' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/DataExportService.cs(85,42): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(375,47): warning CS0168: The variable 'productionCycleResponseTask' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/IKeyValueServiceManager.cs(23,9): warning CS1587: XML comment is not placed on a valid language element [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueProvidersWithToken.cs(58,13): warning CS1587: XML comment is not placed on a valid language element [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(189,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(221,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(268,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(304,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(337,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(365,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(394,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(466,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(495,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(526,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(557,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(730,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(756,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(794,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(833,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(907,1): warning S113: Add a new line at the end of the file 'KeyValueController.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(846,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/SurveyController.cs(77,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/SurveyController.cs(103,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/DTO/HistoryGraphResolver.cs(46,1): warning S113: Add a new line at the end of the file 'HistoryGraphResolver.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/AccountInfoHelper.cs(34,1): warning S113: Add a new line at the end of the file 'AccountInfoHelper.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/CustomIPRateLimitMiddleware.cs(45,1): warning S113: Add a new line at the end of the file 'CustomIPRateLimitMiddleware.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/DictionaryExtensions.cs(12,1): warning S113: Add a new line at the end of the file 'DictionaryExtensions.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(38,1): warning S113: Add a new line at the end of the file 'LogicalComparer.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(9,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(10,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(11,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(281,1): warning S113: Add a new line at the end of the file 'ProductionCycleHub.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleReportHub.cs(156,1): warning S113: Add a new line at the end of the file 'ProductionCycleReportHub.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Requests/KeyValues/PredictionDataHistoricalRequest.cs(41,1): warning S113: Add a new line at the end of the file 'PredictionDataHistoricalRequest.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Requests/KeyValues/PredictionDataRequest.cs(28,1): warning S113: Add a new line at the end of the file 'PredictionDataRequest.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Requests/References/ReferenceValuesRequest.cs(64,1): warning S113: Add a new line at the end of the file 'ReferenceValuesRequest.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LargestTriangleThreeBuckets.cs(86,1): warning S113: Add a new line at the end of the file 'LargestTriangleThreeBuckets.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(120,1): warning S113: Add a new line at the end of the file 'LinearInterpolation.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(114,1): warning S113: Add a new line at the end of the file 'LinearInterpolationV2.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/HistoryGraphResponse/HistoryGraphResponse.cs(10,1): warning S113: Add a new line at the end of the file 'HistoryGraphResponse.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(14,49): warning S2933: Make '_keyInfoDict' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/KeyValues/KeyValueInfo.cs(32,1): warning S113: Add a new line at the end of the file 'KeyValueInfo.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleReportHub.cs(39,51): warning S4487: Remove this unread private field '_batchDocumentRepository' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleReportHub.cs(40,57): warning S4487: Remove this unread private field '_referenceAssignmentRepository' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleReportHub.cs(41,51): warning S4487: Remove this unread private field '_connectionStatusService' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(40,17): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/DataExportService.cs(113,1): warning S113: Add a new line at the end of the file 'DataExportService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(17,9): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(97,21): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(53,17): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(59,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(35,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 39 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/HubReportService.cs(294,1): warning S113: Add a new line at the end of the file 'HubReportService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/IHubReportService.cs(52,1): warning S113: Add a new line at the end of the file 'IHubReportService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/IKeyValueServiceManager.cs(26,9): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(655,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/HubReportService.cs(28,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 31 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/PredictionDataService.cs(141,13): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LargestTriangleThreeBuckets.cs(9,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(143,17): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(1019,1): warning S113: Add a new line at the end of the file 'ProductionCycleHubService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(959,21): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(5,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Requests/ProductionCycle/ProductionCyclesRequestMetadata.cs(11,25): warning S3897: Implement 'IEquatable'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(5,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/IFileExport.cs(4,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(103,1): warning S113: Add a new line at the end of the file 'ReferenceCurveService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(295,1): warning S113: Add a new line at the end of the file 'ReferenceCurveServiceDeprecated.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(85,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 150 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(313,1): warning S113: Add a new line at the end of the file 'ReferenceCurveServiceNew.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(49,72): warning S1192: Define a constant instead of using this literal 'DayNumber or WeekNumber may not both have a value' 4 times. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(4,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(16,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/KeyValues/KeyValueBaseResponse.cs(53,45): warning S1192: Define a constant instead of using this literal 'KeyValueInfo can not be null' 4 times. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(139,54): warning S1067: Reduce the number of conditional operators (5) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(388,1): warning S113: Add a new line at the end of the file 'SurveyLocationService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(15,49): warning S2933: Make '_keyInfoDict' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(21,29): warning S4487: Remove this unread private field '_dtFormat' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ReferenceCurveByDateRequestValidator.cs(28,13): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/Locations/FarmsResponse.cs(72,69): warning S2365: Refactor 'ProductionTypes' into a method, properties should not copy collections. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(20,48): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(20,28): warning S2933: Make '_birdCategory' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(21,28): warning S2933: Make '_breederLayerCategory' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(22,28): warning S2933: Make '_pigCategory' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(23,28): warning S2933: Make '_pigBroilerCategory' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(24,28): warning S2933: Make '_pigBroiler' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(21,56): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(22,47): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(23,54): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(24,46): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(21,9): warning S1144: Remove the unused private field 'PefDayRefLimitDay'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(24,9): warning S1144: Remove the unused private field '_referenceService'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(25,9): warning S1144: Remove the unused private field '_keyValueInfoService'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(26,9): warning S1144: Remove the unused private field '_keyValueServiceManager'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(28,9): warning S1144: Remove the unused private field '_referenceAssignmentRepository'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(24,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 32 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(25,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 32 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyvalueTreeNode.cs(37,38): warning S1309: Do not suppress issues. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(46,43): warning S4136: All 'GetSurveyLocationsByTokenAsync' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/DTO/HistoryGraphResolver.cs(9,14): warning S4060: Seal this attribute or make it abstract. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(45,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 65 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(41,9): warning S1144: Remove the unused private field '_keyValueProvider'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(38,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 50 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(53,9): warning S1144: Remove the unused private field 'CalculationJobScheduleMinutes'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(62,52): warning S4487: Remove this unread private field '_messageStatisticsService' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(46,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 71 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(190,40): warning S4136: All 'GetBatchesByLocationAsync' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ReferenceCurveByDateRequestValidator.cs(21,28): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/KeyValueRequestValidator.cs(24,28): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/PredictionDataRequestValidator.cs(24,28): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/KeyValueHistoryRequestValidator.cs(24,28): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/PredictionDataHistoricalRequestValidator.cs(24,28): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(24,33): warning S1125: Remove the unnecessary Boolean literal(s). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(24,44): warning S1125: Remove the unnecessary Boolean literal(s). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(45,40): warning S1125: Remove the unnecessary Boolean literal(s). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Requests/ProductionCycle/ProductionCyclesRequestRules.cs(88,19): warning S4058: Change this call to 'string.Equals' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(34,29): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(31,56): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(40,32): warning S109: Assign this magic number '9999' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(43,32): warning S109: Assign this magic number '9999' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(11,47): warning S3776: Refactor this method to reduce its Cognitive Complexity from 49 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(109,42): warning S1244: Do not check floating point inequality with exact values, use a range instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(112,35): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(11,47): warning S1541: The Cyclomatic Complexity of this method is 12 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(21,21): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(11,47): warning S138: This method 'Interpolate' has 84 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(31,28): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(31,36): warning S1449: Define the locale to be used in this string operation. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(24,42): warning S2589: Change this condition so that it does not always evaluate to 'true'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Program.cs(39,52): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Program.cs(32,45): warning S3257: 'hostingContext' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(7,29): warning S3776: Refactor this method to reduce its Cognitive Complexity from 30 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(21,60): warning S127: Do not update the loop counter 'mx' within the loop body. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(24,60): warning S127: Do not update the loop counter 'my' within the loop body. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(7,29): warning S1541: The Cyclomatic Complexity of this method is 19 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(22,35): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(25,35): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(13,32): warning S1659: Declare 'ly' in a separate statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(19,34): warning S1659: Declare 'vy' in a separate statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(33,29): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(10,46): warning S3776: Refactor this method to reduce its Cognitive Complexity from 58 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(10,58): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(10,46): warning S1541: The Cyclomatic Complexity of this method is 16 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(20,21): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(98,21): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(81,21): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(10,46): warning S138: This method 'Interpolate' has 95 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/CustomIPRateLimitMiddleware.cs(39,47): warning S109: Assign this magic number '429' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/CustomIPRateLimitMiddleware.cs(33,31): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/CustomIPRateLimitMiddleware.cs(33,78): warning S1449: Define the locale to be used in this string operation. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(118,43): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(118,28): warning S1905: Remove this unnecessary cast to 'double'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/AccountInfoHelper.cs(18,63): warning S2259: 'cultureInfo' is null on at least one execution path. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(118,43): warning S1541: The Cyclomatic Complexity of this method is 12 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/AccountInfoHelper.cs(31,63): warning S2259: 'cultureInfo' is null on at least one execution path. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(146,145): warning S109: Assign this magic number '8' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/WarmUpController.cs(23,13): warning S2696: Make the enclosing instance method 'static' or remove this set on the 'static' field. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/WarmUpController.cs(22,17): warning S1481: Remove the unused local variable 'displayInfo'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LargestTriangleThreeBuckets.cs(30,45): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/DTO/HistoryGraphResolver.cs(22,18): warning S2971: Drop 'Where' and move the condition into the 'SingleOrDefault'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Requests/ProductionCycle/ProductionCyclesRequest.cs(86,13): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Requests/ProductionCycle/ProductionCyclesRequest.cs(94,20): warning S2325: Make 'GetWeekNumberFromDay' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/SurveyController.cs(153,35): warning S109: Assign this magic number '400' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/SurveyController.cs(158,35): warning S109: Assign this magic number '404' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/SurveyController.cs(163,35): warning S109: Assign this magic number '500' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Config/Swagger/AddHeaderParameters.cs(13,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(70,34): warning S107: Constructor has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(169,50): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(192,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(66,21): warning S3776: Refactor this method to reduce its Cognitive Complexity from 42 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(87,21): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(125,33): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/HubReportService.cs(167,25): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/HubReportService.cs(167,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/HubReportService.cs(193,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(322,102): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(66,21): warning S1541: The Cyclomatic Complexity of this method is 20 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(122,29): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(155,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(178,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(160,34): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(163,34): warning S109: Assign this magic number '3' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(166,34): warning S109: Assign this magic number '4' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(66,21): warning S138: This method 'CreateRow' has 110 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/HubReportService.cs(223,21): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(110,53): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(114,54): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(118,51): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(122,57): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(120,25): warning S1151: Reduce this switch section number of statements from 10 to at most 8, for example by extracting code into a method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(141,33): warning S1481: Remove the unused local variable 'emptyCell'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/PredictionDataController.cs(56,73): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/KeyValues/KeyValueBaseResponse.cs(188,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(126,43): warning S1125: Remove the unnecessary Boolean literal(s). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(239,37): warning S3242: Consider using more general type 'System.Collections.Generic.ICollection' instead of 'System.Collections.Generic.List'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/HubReportService.cs(266,73): warning S107: Method has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyAvailableParameterService.cs(28,68): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(126,17): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(174,54): warning S107: Method has 10 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DebugLocationsService/DebugLocationsService.cs(14,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DebugLocationsService/DebugLocationsService.cs(27,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/IHubReportService.cs(35,53): warning S107: Method has 10 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/IHubReportService.cs(40,73): warning S107: Method has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(114,13): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(68,41): warning S107: Constructor has 11 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(105,21): warning S138: This method 'ConfigureServices' has 92 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/PredictionDataController.cs(94,86): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceServiceDeprecated.cs(131,17): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/PredictionDataService.cs(84,72): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/PredictionDataService.cs(84,72): warning S1541: The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/RelationListByTokenOwnContext.cs(121,13): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/PredictionDataService.cs(126,56): warning S1172: Remove this unused method parameter 'accessToken'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/RelationListByTokenOwnContext.cs(211,13): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/RelationListByTokenOwnContext.cs(174,13): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/RelationListByTokenOwnContext.cs(210,22): warning S2325: Make 'AddValidCycleParametersFromParentLocation' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/RelationListByTokenOwnContext.cs(189,22): warning S1905: Remove this unnecessary cast to 'int'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyvalueTreeNode.cs(52,32): warning S107: Constructor has 10 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(212,28): warning S3776: Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(231,29): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(228,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(262,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyvalueTreeNode.cs(200,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(55,38): warning S107: Constructor has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(434,75): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(461,21): warning S1481: Remove the unused local variable 'sToken'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/DataExportService.cs(85,42): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(125,64): warning S3776: Refactor this method to reduce its Cognitive Complexity from 31 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(125,64): warning S1541: The Cyclomatic Complexity of this method is 12 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(157,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(170,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(149,66): warning S109: Assign this magic number '0.5' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(154,66): warning S109: Assign this magic number '0.5' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/IKeyValueServiceManager.cs(60,62): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/IKeyValueServiceManager.cs(146,201): warning S3874: Consider refactoring this method in order to remove the need for this 'out' modifier. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/IKeyValueServiceManager.cs(175,13): warning S3874: Consider refactoring this method in order to remove the need for this 'out' modifier. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(66,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(35,21): warning S1854: Remove this useless assignment to local variable 'colsCreated'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(284,23): warning S3928: The parameter name 'BatchDocument' is not declared in the argument list. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(289,23): warning S3928: The parameter name 'AccountResponse' is not declared in the argument list. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(275,39): warning S3776: Refactor this method to reduce its Cognitive Complexity from 22 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(90,17): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(198,17): warning S1481: Remove the unused local variable 'maxDay'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(275,39): warning S1541: The Cyclomatic Complexity of this method is 14 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(305,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(344,25): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(275,39): warning S138: This method 'GetKeyValuesFromBatchDocument' has 82 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(370,141): warning S1006: Add the default parameter value defined in the overridden method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(310,37): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(318,74): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(324,76): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(331,76): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(50,21): warning S3776: Refactor this method to reduce its Cognitive Complexity from 33 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(68,21): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(143,21): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(126,33): warning S1854: Remove this useless assignment to local variable 'numStrFormat'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(129,33): warning S1854: Remove this useless assignment to local variable 'numStrFormat'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(132,33): warning S1854: Remove this useless assignment to local variable 'numStrFormat'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(135,33): warning S1854: Remove this useless assignment to local variable 'numStrFormat'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(138,33): warning S1854: Remove this useless assignment to local variable 'numStrFormat'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(50,21): warning S1541: The Cyclomatic Complexity of this method is 18 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(97,29): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(123,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(128,34): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(131,34): warning S109: Assign this magic number '3' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(134,34): warning S109: Assign this magic number '4' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(50,21): warning S138: This method 'CreateRow' has 92 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(50,112): warning S3242: Consider using more general type 'System.IFormatProvider' instead of 'System.Globalization.CultureInfo'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(88,46): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(91,46): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(94,46): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(97,57): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(214,90): warning S107: Method has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(87,21): warning S1481: Remove the unused local variable 'limits'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(469,21): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(268,63): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(279,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(285,60): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(291,73): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(297,71): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(303,67): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(309,61): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(315,76): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(320,71): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(325,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(330,74): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(334,77): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(338,75): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(342,70): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(37,41): warning S3776: Refactor this method to reduce its Cognitive Complexity from 79 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(614,84): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(37,41): warning S1541: The Cyclomatic Complexity of this method is 146 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/Account/AccountResponse.cs(44,17): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(66,21): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(37,41): warning S138: This method 'GetReferenceProfileBaseUnit' has 453 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/Account/AccountResponse.cs(105,29): warning S2325: Make 'GetValidCultureInfo' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(695,23): warning S3928: The parameter name 'AccountResponse' is not declared in the argument list. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(686,37): warning S3776: Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(113,64): warning S3776: Refactor this method to reduce its Cognitive Complexity from 31 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(587,17): warning S3532: Remove this empty 'default' clause. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(113,64): warning S1541: The Cyclomatic Complexity of this method is 12 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(144,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(156,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(686,37): warning S1541: The Cyclomatic Complexity of this method is 15 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(720,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(137,66): warning S109: Assign this magic number '0.5' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(142,66): warning S109: Assign this magic number '0.5' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(756,25): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(725,37): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(732,97): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(738,76): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(594,26): warning S2325: Make 'GetRateOfLayHenDayValue' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(744,76): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(608,25): warning S2325: Make 'GetDoubleValue' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueProvidersWithToken.cs(64,89): warning S1006: Add the default parameter value defined in the overridden method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(675,26): warning S2325: Make 'GetRateOfLayHenHoused' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(362,17): warning S2760: This condition was just checked on line 357. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(42,29): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(18,54): warning S3776: Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(32,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(37,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(50,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(284,48): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(353,117): warning S3242: Consider using more general type 'Microsoft.Extensions.Hosting.IHostEnvironment' instead of 'Microsoft.AspNetCore.Hosting.IWebHostEnvironment'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(701,21): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(272,32): warning S1481: Remove the unused local variable 'refKeyValues'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(425,22): warning S2325: Make 'ConfigureVersioning' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(724,26): warning S2325: Make 'GetLiveAbility' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(136,91): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(93,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(104,54): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(792,21): warning S2325: Make 'GetKeyValueInt' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(216,25): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(197,61): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(806,26): warning S1541: The Cyclomatic Complexity of this method is 13 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(824,13): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(806,26): warning S2325: Make 'GetWaterPerAnimalBtnBroiler' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(259,89): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(844,26): warning S2325: Make 'GetWaterPerAnimalBtnPigs' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/IProductionCycleHubService.cs(30,76): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/IProductionCycleHubService.cs(43,78): warning S107: Method has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/IProductionCycleHubService.cs(117,70): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(296,29): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(272,32): warning S3776: Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(286,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(291,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(304,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(247,124): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(247,159): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(198,90): warning S107: Method has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(343,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(352,41): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(385,25): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(366,48): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(441,25): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(420,32): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(575,49): warning S1541: The Cyclomatic Complexity of this method is 15 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(530,30): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(530,79): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(275,124): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(275,159): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(611,21): warning S2201: Use the return value of method 'Concat'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(313,80): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(313,98): warning S1449: Define the locale to be used in this string operation. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(108,22): warning S138: This method 'SetupGroups' has 317 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(108,70): warning S3242: Consider using more general type 'Microsoft.Extensions.Localization.IStringLocalizer' instead of 'Microsoft.Extensions.Localization.IStringLocalizer'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(554,117): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(557,38): warning S109: Assign this magic number '1000.0' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(578,123): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(581,41): warning S109: Assign this magic number '1000.0' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(612,25): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(593,32): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(510,43): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(257,32): warning S1481: Remove the unused local variable 'refKeyValues'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(661,25): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(642,32): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(868,17): warning S3532: Remove this empty 'default' clause. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(726,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(890,17): warning S3532: Remove this empty 'default' clause. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(897,26): warning S1541: The Cyclomatic Complexity of this method is 13 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(915,13): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(897,26): warning S2325: Make 'GetWaterPerAnimalPerDayBroiler' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(935,26): warning S2325: Make 'GetWaterPerAnimalPerDayPigs' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(943,26): warning S2325: Make 'CalcWaterBreeder' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(964,22): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(967,44): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(960,26): warning S2325: Make 'GetFeedPerAnimalAvg7Day' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(318,64): warning S1541: The Cyclomatic Complexity of this method is 13 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(992,71): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(985,26): warning S2325: Make 'GetWeightGainPerWeek' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(527,62): warning S2971: Use 'Count' property here instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(523,70): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(449,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(685,49): warning S1541: The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(558,91): warning S3242: Consider using more general type 'System.Collections.Generic.ICollection' instead of 'System.Collections.Generic.List'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(375,47): warning S1481: Remove the unused local variable 'productionCycleResponseTask'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(572,77): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(689,21): warning S1481: Remove the unused local variable 'granularity'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(728,38): warning S2325: Make 'AppendReferencesToKeyValues' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(610,55): warning S138: This method 'GetMetaData' has 106 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(588,22): warning S2325: Make 'ConfigureSignalR' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(610,66): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(840,62): warning S1541: The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(894,91): warning S1125: Remove the unnecessary Boolean literal(s). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(892,47): warning S3776: Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(944,30): warning S2325: Make 'GetParentFarm' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(856,44): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(892,47): warning S1541: The Cyclomatic Complexity of this method is 14 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(862,41): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(868,39): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(874,51): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(880,48): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(886,46): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(840,106): warning S107: Method has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(910,48): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(915,45): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(920,43): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(925,55): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(930,52): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(935,50): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(986,51): warning S2971: Use 'Count' property here instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(967,64): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(994,22): warning S2325: Make 'RulesFilterOperator' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyApi'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyApi'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(38,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(38,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 51 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/ParameterMessageProcessorCurrent.cs(28,9): warning S1144: Remove the unused private field 'CalculationJobScheduleMinutes'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/ParameterMessageProcessorHistory.cs(38,9): warning S1144: Remove the unused private field 'CalculationJobScheduleMinutes'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/ParameterMessageProcessorHistory.cs(41,53): warning S4487: Remove this unread private field '_locationRepositoryService' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/ParameterMessageProcessorHistory.cs(42,50): warning S4487: Remove this unread private field '_batchRepositoryService' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/ParameterMessageProcessorHistory.cs(45,47): warning S4487: Remove this unread private field '_keyValueInfoService' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/ParameterMessageProcessorHistory.cs(47,50): warning S4487: Remove this unread private field '_locationInMemoryCache' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/ParameterMessageProcessorHistory.cs(48,47): warning S4487: Remove this unread private field '_batchInMemoryCache' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/AbstractParameterMessageProcessor.cs(78,80): warning S1125: Remove the unnecessary Boolean literal(s). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(140,83): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(144,85): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(154,75): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(159,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(163,83): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(52,25): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(63,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(45,36): warning S138: This method 'CreateHostBuilder' has 120 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(55,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyKafkaParameterProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyKafkaParameterProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibraryTest/IntegrationTest/ReferenceAssignmentClientTest/ReferenceAssignmentClientTest.cs(109,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibraryTest/CosmosLibraryTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibraryTest/IntegrationTest/ReferenceAssignmentClientTest/ReferenceAssignmentClientTest.cs(107,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibraryTest/CosmosLibraryTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibraryTest/IntegrationTest/BatchClientTest/BatchClientTest.cs(389,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibraryTest/CosmosLibraryTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestSharedKeyValueService.cs(323,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestSharedKeyValueService.cs(350,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestSharedKeyValueService.cs(369,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestSharedKeyValueService.cs(387,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestSharedKeyValueService.cs(411,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestSharedKeyValueService.cs(404,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestSharedKeyValueService.cs(415,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestRelationListHouseRelationsOwnContext.cs(68,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestRelationListHouseRelationsOwnContext.cs(59,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/TimeZoneServiceTest.cs(38,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestHistoryAggregation.cs(140,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestHistoryAggregation.cs(151,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestGenericValue.cs(16,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestHistoryAggregation.cs(162,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestGenericValue.cs(32,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestHistoryAggregation.cs(173,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestHistoryAggregation.cs(184,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestGenericValue.cs(47,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestHistoryAggregation.cs(195,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestGenericValue.cs(61,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestGenericValue.cs(74,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApiTest/IntegrationTest/Localization/TestLocalization.cs(14,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApiTest/UserFiltersApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/IntegrationTest/SurveyHub/ProductionCycleHubTest.cs(1411,27): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/IntegrationTest/SurveyHub/ProductionCycleHubTest.cs(1412,27): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/IntegrationTest/SurveyHub/ProductionCycleReportHubTest.cs(342,27): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/IntegrationTest/SurveyHub/ProductionCycleReportHubTest.cs(343,27): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(22,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(23,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(20,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(29,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(30,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(27,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(36,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(34,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(43,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(46,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(49,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(50,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(53,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(56,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(59,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(60,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(40,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(67,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(68,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(71,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(72,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(75,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(76,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(64,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(23,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(24,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(25,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(21,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(31,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(29,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(39,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(43,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(35,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(49,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(47,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataHistoryRequestValidatorTest.cs(21,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataHistoryRequestValidatorTest.cs(22,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataHistoryRequestValidatorTest.cs(23,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataHistoryRequestValidatorTest.cs(19,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataHistoryRequestValidatorTest.cs(29,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataHistoryRequestValidatorTest.cs(27,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueRequestValidatorTest.cs(22,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueRequestValidatorTest.cs(23,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueRequestValidatorTest.cs(24,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueRequestValidatorTest.cs(20,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueRequestValidatorTest.cs(30,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueRequestValidatorTest.cs(28,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(23,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(24,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(25,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(21,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(31,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(29,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(39,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(43,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(35,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(49,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(47,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/IntegrationTest/SurveyHub/ProductionCycleReportHubTest.cs(360,43): warning CS0168: The variable 'e' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Controllers/KeyValueControllerTest.cs(100,32): warning CS0618: 'KeyValueController.GetKeyvalues(KeyValueRequest)' is obsolete: 'Use /key-values POST endpoint instead' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Controllers/KeyValueControllerTest.cs(125,32): warning CS0618: 'KeyValueController.GetKeyvalues(KeyValueRequest)' is obsolete: 'Use /key-values POST endpoint instead' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Controllers/KeyValueControllerTest.cs(131,28): warning CS0618: 'KeyValueController.GetKeyvalues(KeyValueRequest)' is obsolete: 'Use /key-values POST endpoint instead' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Controllers/KeyValueControllerTest.cs(137,28): warning CS0618: 'KeyValueController.GetKeyvalues(KeyValueRequest)' is obsolete: 'Use /key-values POST endpoint instead' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Controllers/KeyValueControllerTest.cs(149,73): warning CS0618: 'KeyValueController.GetKeyvalues(KeyValueRequest)' is obsolete: 'Use /key-values POST endpoint instead' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Controllers/KeyValueControllerTest.cs(268,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Controllers/KeyValueControllerTest.cs(290,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/UnitTestGenericValue.cs(16,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/UnitTestGenericValue.cs(32,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/UnitTestGenericValue.cs(47,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/UnitTestGenericValue.cs(61,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/UnitTestGenericValue.cs(74,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/TestLocalization.cs(18,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(218,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(238,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(259,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(288,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(292,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(278,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(296,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(327,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(337,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(353,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(371,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(373,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(371,64): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(373,64): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(366,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(395,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(446,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(426,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(451,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/IntegrationTest/SurveyHub/ProductionCycleHubTest.cs(1429,43): warning CS0168: The variable 'e' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(40,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Worker.cs(14,21): warning S2933: Make '_circuitBreakRestartWaitSeconds' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(40,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 61 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(30,9): warning S1144: Remove the unused private field 'CalculationJobScheduleMinutes'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(32,9): warning S1144: Remove the unused private field 'RetryPolicyMaxRetries'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(33,9): warning S1144: Remove the unused private field 'RetryPolicyFirstRetryWaitMilliseconds'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(28,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 35 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(45,92): warning S3257: Remove the initializer; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(47,48): warning S107: Constructor has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(74,34): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(54,25): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(171,63): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(182,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(188,60): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(194,73): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(200,71): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(206,61): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(65,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(78,28): warning S3776: Refactor this method to reduce its Cognitive Complexity from 37 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(57,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(298,34): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(326,17): warning S3532: Remove this empty 'default' clause. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(78,28): warning S1541: The Cyclomatic Complexity of this method is 16 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(130,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(149,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(177,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(193,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(224,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(161,25): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(78,28): warning S138: This method 'ActualKeyValueMessageHandler' has 178 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(103,29): warning S1481: Remove the unused local variable 'locationSerializerSettings'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'ActualKeyvaluePublisherService'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'ActualKeyvaluePublisherService'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/IntegrationTest/WorkerTest.cs(81,30): warning CS0168: The variable 'ex' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/ActualKeyvaluePublisherServiceTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/IntegrationTest/ServiceBusTestHelper.cs(41,30): warning CS0168: The variable 'ex' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/ActualKeyvaluePublisherServiceTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/IntegrationTest/KeyValueMessageProcessor.cs(54,28): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/ActualKeyvaluePublisherServiceTest.csproj] Build succeeded. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessorTest/SurveyKafkaLocationProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessorTest/SurveyKafkaParameterProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/ActualKeyvaluePublisherServiceTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessorTest/SurveyKafkaLicenseProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessorTest/SurveyKafkaBatchProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/GlyngoreContext.sln] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessorTest/SurveyKafkaParameterProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessorTest/SurveyKafkaLocationProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessorTest/SurveyKafkaBatchProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessorTest/SurveyKafkaLicenseProcessorTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/ActualKeyvaluePublisherServiceTest.csproj : warning NU1603: Apache.Avro 1.7.7.2 depends on Newtonsoft.Json (>= 3.5.0) but Newtonsoft.Json 3.5.0 was not found. An approximate best match of Newtonsoft.Json 3.5.8 was resolved. /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/DataDog/DogStatsdConfigurator.cs(9,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/Jwt/DecodedJwtToken.cs(15,1): warning S113: Add a new line at the end of the file 'DecodedJwtToken.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/DataDog/MessageStatisticsService.cs(35,38): warning S1192: Define a constant instead of using this literal 'Error reporting processed to datadog: {Message}' 5 times. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/DataDog/MessageStatisticsService.cs(150,38): warning S1192: Define a constant instead of using this literal 'Error reporting skipped to datadog: {Message}' 6 times. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/Kubernetes/PodInfoService.cs(14,23): warning S3928: The parameter name 'Configuration: Kubernetes:PodName' is not declared in the argument list. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/DataDog/MessageStatisticsService.cs(261,87): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/DataDog/MessageStatisticsService.cs(239,112): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/DataDog/MessageStatisticsService.cs(295,100): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/DataDog/MessageStatisticsService.cs(315,95): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/InMemoryCache.cs(75,25): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/InMemoryCache.cs(75,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/InMemoryCache.cs(91,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/InMemoryCache.cs(96,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/InMemoryCache.cs(100,48): warning S2955: Use a comparison to 'default(TItem)' instead or add a constraint to 'TItem' so that it can't be a value type. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/InMemoryCache.cs(100,25): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SharedTools'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SharedTools'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools/SharedTools.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(2,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(4,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ActualKeyValuePublishJob.cs(31,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ActualKeyValuePublishJob.cs(32,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ActualKeyValuePublishJob.cs(40,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ActualKeyValuePublishJob.cs(41,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ActualKeyValuePublishJob.cs(42,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/BatchKeyValuesCalculationMsg.cs(50,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/BatchKeyValuesCalculationMsg.cs(51,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/BatchKeyValuesCalculationMsg.cs(61,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/BatchKeyValuesCalculationMsg.cs(62,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/BatchKeyValuesCalculationMsg.cs(63,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ActualKeyValuePublishJob.cs(8,18): warning S4035: Seal class 'ActualKeyValuePublishJob' or implement 'IEqualityComparer' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/KeyValueCalculationJob.cs(44,17): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/KeyValueCalculationJob.cs(41,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/KeyValueCalculationJob.cs(42,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/KeyValueCalculationJob.cs(53,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/KeyValueCalculationJob.cs(54,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/KeyValueCalculationJob.cs(55,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Client/MessageClient/MessageClientServiceBus.cs(15,34): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(40,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(41,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(49,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(50,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(51,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/KeyValueCalculationJob.cs(8,18): warning S4035: Seal class 'KeyValueCalculationJob' or implement 'IEqualityComparer' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/ParameterBlobConsolidationJob.cs(8,18): warning S4035: Seal class 'ParameterBlobConsolidationJob' or implement 'IEqualityComparer' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Model/BatchKeyValuesCalculationMsg.cs(7,18): warning S4035: Seal class 'BatchKeyValuesCalculationMsg' or implement 'IEqualityComparer' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/Client/MessageClient/MessageClientServiceBus.cs(24,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyServiceBusClient'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyServiceBusClient'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient/SurveyServiceBusClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(115,43): warning CS0168: The variable 'e' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/KeyValueClient/KeyValueReaderClient.cs(141,16): warning S1135: Complete the task associated to this 'TODO' comment. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/KeyValueClient/KeyValueWriterClient.cs(136,16): warning S1135: Complete the task associated to this 'TODO' comment. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(384,24): warning S1135: Complete the task associated to this 'TODO' comment. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueWriterClient.cs(22,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 37 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(25,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 39 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/SurveyBlobStorageClient.cs(22,26): warning S2339: Change this constant to a 'static' read-only property. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/SurveyBlobStorageClient.cs(23,26): warning S2339: Change this constant to a 'static' read-only property. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/SurveyBlobStorageClient.cs(24,26): warning S2339: Change this constant to a 'static' read-only property. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/KeyValueClient/KeyValueWriterClient.cs(19,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 31 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Avro/AvroStreamWriter.cs(46,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Avro/AvroStreamWriter.cs(51,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Util/ParameterValueComparer.cs(10,21): warning S3776: Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Util/ParameterValueComparer.cs(10,21): warning S1541: The Cyclomatic Complexity of this method is 19 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(27,13): warning S3717: Implement this method or throw 'NotSupportedException' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(63,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(39,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(59,62): warning S4058: Change this call to 'blob.Name.LastIndexOf' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(59,72): warning S1449: Define the locale to be used in this string operation. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(82,43): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueWriterClient.cs(52,29): warning S3776: Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(115,13): warning S2737: Add logic to this catch clause or eliminate it and rethrow the exception automatically. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(128,24): warning S2325: Make 'GetContainerName' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(130,34): warning S4040: Change this normalization to 'ToUpperInvariant()'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(130,75): warning S4040: Change this normalization to 'ToUpperInvariant()'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(133,24): warning S2325: Make 'GetPoisonedKafkaMessagePath' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/PosionedKafkaMessageClient/PoisonedKafkaMessageClient.cs(142,24): warning S2325: Make 'GetPathPrefix' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(139,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/Client/ParameterValueClient/ParameterValueReaderClient.cs(309,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyBlobStorageClient'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyBlobStorageClient'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient/SurveyBlobStorageClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/UserFilter.cs(106,27): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceAssignmentClient/Model/Exceptions/AssignmentNotFoundException.cs(31,1): warning S113: Add a new line at the end of the file 'AssignmentNotFoundException.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Exceptions/BadRequestException.cs(25,1): warning S113: Add a new line at the end of the file 'BadRequestException.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Exceptions/ConflictException.cs(31,1): warning S113: Add a new line at the end of the file 'ConflictException.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/Duration.cs(11,1): warning S113: Add a new line at the end of the file 'Duration.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/Granularity.cs(12,1): warning S113: Add a new line at the end of the file 'Granularity.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/HistoryView.cs(56,1): warning S113: Add a new line at the end of the file 'HistoryView.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCycleSortDirection.cs(81,1): warning S113: Add a new line at the end of the file 'ProductionCycleSortDirection.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCyclesRegion.cs(47,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCyclesRegion.cs(48,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/SortDirection.cs(16,1): warning S113: Add a new line at the end of the file 'SortDirection.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ViewType.cs(8,1): warning S113: Add a new line at the end of the file 'ViewType.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Exceptions/BadRequestException.cs(9,18): warning S4027: Implement the missing constructors for this exception. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Exceptions/BadRequestException.cs(9,18): warning S3925: Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/AvailableParameterClient/AvailableParameterRepositoryService.cs(63,47): warning S4136: All 'GetAsync' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurve.cs(24,23): warning S4059: Change either the name of property 'Id' or the name of method 'GetId' to make them distinguishable. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/LocationClient/Model/Location.cs(7,27): warning S4035: Seal class 'Location' or implement 'IEqualityComparer' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/LocationClient/Model/Location.cs(7,27): warning S4041: Change the name of type 'Location' to be different from an existing framework namespace. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/HistoryView.cs(12,18): warning S4035: Seal class 'HistoryView' or implement 'IEqualityComparer' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/Column.cs(9,25): warning S1206: This class overrides 'GetHashCode' and should therefore also override 'Equals'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCyclesLocation.cs(11,18): warning S4035: Seal class 'ProductionCyclesLocation' or implement 'IEqualityComparer' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCyclesMetadata.cs(8,25): warning S3897: Implement 'IEquatable'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/IBatchDocumentRepository.cs(16,29): warning S4136: All 'GetAsync' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/Model/BatchDocument.cs(43,23): warning S4059: Change either the name of property 'Id' or the name of method 'GetId' to make them distinguishable. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCyclesRegion.cs(38,30): warning S4136: All 'Equals' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/BatchDocumentRepository.cs(75,36): warning S4136: All 'GetAsync' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/BatchDocumentRepository.cs(182,43): warning S4136: All 'GetInternalAsync' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurveProfileClient/ReferenceCurveProfileRepositoryService.cs(124,50): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/CosmosServiceHelper.cs(53,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/UserFilterRepository.cs(156,83): warning S2971: Use 'Count' property here instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/UserFilterRepository.cs(214,13): warning S4462: Replace this use of 'Task.WaitAll' with 'await Task.WhenAll'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCyclesRules.cs(88,19): warning S4058: Change this call to 'string.Equals' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/UserFilterClient/Model/ProductionCycleSortDirection.cs(78,20): warning S4058: Change this call to 'string.Equals' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/ReferenceProfileMetaRepositoryService.cs(83,49): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/ReferenceProfileLimitsRepositoryService.cs(83,51): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/ReferenceCurvesRepositoryService.cs(117,43): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(27,25): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(8,31): warning S3776: Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(50,31): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(69,31): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(8,31): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(37,32): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(41,75): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceCurvesClient/Model/ReferenceCurveExtensions.cs(41,128): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/Model/BatchExtensions.cs(10,27): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/Model/BatchExtensions.cs(38,38): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceAssignmentClient/ReferenceAssignmentRepository.cs(80,48): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/Model/BatchExtensions.cs(71,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/Model/BatchExtensions.cs(45,38): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/Model/BatchExtensions.cs(51,38): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/Model/BatchExtensions.cs(58,17): warning S1066: Merge this if statement with the enclosing one. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/Model/BatchExtensions.cs(67,38): warning S4226: Either move this extension to another namespace or move the method inside the class itself. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceAssignmentClient/ReferenceAssignmentRepository.cs(91,61): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/ReferenceAssignmentClient/ReferenceAssignmentRepository.cs(102,48): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/BatchRepositoryService.cs(126,34): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/NewtonsoftJsonCosmosSerializer.cs(19,27): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/BatchRepositoryService.cs(135,59): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchClient/BatchRepositoryService.cs(340,13): warning S3717: Implement this method or throw 'NotSupportedException' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/IBatchDocumentRepository.cs(34,62): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/BatchDocumentRepository.cs(120,69): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/BatchDocumentRepository.cs(294,83): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/LocationClient/LocationRepositoryService.cs(394,96): warning S1854: Remove this useless assignment to local variable 'currentLevel'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/BatchDocumentClient/BatchDocumentRepository.cs(335,78): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/KeyValueCalculationClient/KeyValueCalculationRepositoryService.cs(87,52): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/Clients/KeyValueCalculationClient/KeyValueCalculationRepositoryService.cs(162,13): warning S3717: Implement this method or throw 'NotSupportedException' instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'CosmosLibrary'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'CosmosLibrary'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary/CosmosLibrary.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/Program.cs(10,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/Program.cs(21,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/Program.cs(35,25): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/Program.cs(46,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/Program.cs(38,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyBlobConsolidationProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyBlobConsolidationProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Consumer/SurveyKafkaConsumerClient.cs(198,28): warning S1135: Complete the task associated to this 'TODO' comment. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Parser/ISurveyKafkaMessageParser.cs(1,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/SurveySchema/SurveySchemaRegistryAvroObjectSerializer.cs(27,33): warning S4487: Remove this unread private field '_groupName' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Consumer/SurveyKafkaConsumerClient.cs(23,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 44 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/SurveySchema/SurveySchemaRegistryAvroObjectSerializer.cs(62,21): warning S2325: Make 'Serialize' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Producer/SurveyKafkaProducerClient.cs(36,47): warning S109: Assign this magic number '180000' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Producer/SurveyKafkaProducerClient.cs(38,56): warning S109: Assign this magic number '10000000' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Producer/SurveyKafkaProducerClient.cs(39,54): warning S109: Assign this magic number '100000000' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Producer/SurveyKafkaProducerClient.cs(40,52): warning S109: Assign this magic number '3' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Producer/SurveyKafkaProducerClient.cs(41,47): warning S109: Assign this magic number '45000' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Util/SurveyKafkaAmqpHeadersExtensions.cs(22,84): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'Confluent.Kafka.Headers'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/SurveySchema/SurveySchemaRegistryAvroObjectSerializer.cs(110,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Producer/SurveyKafkaProducerClient.cs(92,68): warning S3242: Consider using more general type 'Confluent.Kafka.IClient' instead of 'Confluent.Kafka.IProducer'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Util/SurveyKafkaGenericRecordHeadersExtensions.cs(56,25): warning S4058: Change this call to '((string)messageSource).EndsWith' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Util/SurveyKafkaGenericRecordHeadersExtensions.cs(60,30): warning S4058: Change this call to '((string)messageSource).EndsWith' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Util/SurveyKafkaGenericRecordHeadersExtensions.cs(53,13): warning S1301: Replace this 'switch' statement with 'if' statements to increase readability. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Consumer/SurveyKafkaConsumerClient.cs(299,21): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/SurveySchema/SurveySchemaRegistryAvroObjectSerializer.cs(177,108): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/SurveySchema/SurveySchemaRegistryAvroObjectSerializer.cs(177,138): warning S109: Assign this magic number '3' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Consumer/SurveyKafkaConsumerClient.cs(388,25): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/Client/Consumer/SurveyKafkaConsumerClient.cs(340,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyKafkaClient'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyKafkaClient'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient/SurveyKafkaClient.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/UserFilterController.cs(242,37): warning CS0618: 'UserFilterController.SortMetadata(List)' is obsolete: 'SortMetadata is deprecated, removed with GetFilter.' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/SystemFilterController.cs(205,1): warning S113: Add a new line at the end of the file 'SystemFilterController.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/UserFilterController.cs(486,1): warning S113: Add a new line at the end of the file 'UserFilterController.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Program.cs(13,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Helpers/CultureHelper.cs(21,1): warning S113: Add a new line at the end of the file 'CultureHelper.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Validator/UserFiltersRequestValidatorcs.cs(89,1): warning S1309: Do not suppress issues. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Startup.cs(38,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 41 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/UserFilterController.cs(68,43): warning S1192: Define a constant instead of using this literal 'location' 6 times. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Validator/UserFiltersRequestValidatorcs.cs(15,9): warning S1144: Remove the unused private field 'MaxKeyValues'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Validator/UserFiltersRequestValidatorcs.cs(16,9): warning S1144: Remove the unused private field 'MaxKeyValuesIdLength'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Config/Swagger/AddHeaderParameters.cs(12,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/SystemFilterController.cs(78,47): warning S4058: Change this call to 'e.Message.Contains' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Validator/UserFiltersRequestValidatorcs.cs(71,40): warning S1125: Remove the unnecessary Boolean literal(s). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Startup.cs(69,58): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Startup.cs(73,61): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Program.cs(40,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Program.cs(33,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Startup.cs(179,22): warning S2325: Make 'ConfigureVersioning' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/UserFilterController.cs(121,59): warning S3776: Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Startup.cs(119,117): warning S3242: Consider using more general type 'Microsoft.Extensions.Hosting.IHostEnvironment' instead of 'Microsoft.AspNetCore.Hosting.IWebHostEnvironment'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/UserFilterController.cs(169,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/Controllers/UserFilterController.cs(240,17): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'UserFiltersApi'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'UserFiltersApi'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi/UserFiltersApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(28,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(28,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 31 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Processor/LicenseMessageProcessor.cs(21,62): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(17,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(95,75): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(100,74): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Processor/LicenseMessageProcessor.cs(62,13): warning S1301: Replace this 'switch' statement with 'if' statements to increase readability. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(42,25): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(53,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/Program.cs(45,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyKafkaLicenseProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyKafkaLicenseProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(24,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(24,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 37 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceCurvesMessageProcessor.cs(18,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 33 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceProfileMessageProcessor.cs(19,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 38 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceProfileMessageProcessor.cs(59,29): warning S3776: Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceProfileMessageProcessor.cs(59,29): warning S1541: The Cyclomatic Complexity of this method is 17 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(86,89): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(92,80): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(97,82): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(102,89): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(107,87): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(38,25): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(49,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceCurvesMessageProcessor.cs(179,22): warning S2325: Make 'ValidateProfileMetaUpsertMsg' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceCurvesMessageProcessor.cs(236,22): warning S2325: Make 'ValidateProfileDeleteMsg' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(31,36): warning S138: This method 'CreateHostBuilder' has 100 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Program.cs(41,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceCurvesMessageProcessor.cs(398,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceCurvesMessageProcessor.cs(396,32): warning S2325: Make 'GetReferenceType' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Processor/ReferenceProfileMessageProcessor.cs(312,13): warning S1301: Replace this 'switch' statement with 'if' statements to increase readability. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyKafkaReferenceProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyKafkaReferenceProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/AvailableHistoryService.cs(61,58): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(500,24): warning CS0168: The variable 'sLocation' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(608,45): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(249,17): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ConnectionStatusService/ConnectionStatusService.cs(17,9): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/LocationService/LocationService.cs(91,1): warning S113: Add a new line at the end of the file 'LocationService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ConnectionStatusService/ConnectionStatusService.cs(18,69): warning S2933: Make '_dictLastStoredInCosmos' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(533,1): warning S113: Add a new line at the end of the file 'ReferenceProfileService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ConnectionStatusService/ConnectionStatusService.cs(27,20): warning S2292: Make this an auto-implemented property and remove its backing field. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/LocationService/LocationService.cs(11,18): warning S2931: Implement 'IDisposable' in this class and use the 'Dispose' method to call 'Dispose' on '_locationGetParentCache', '_locationInMemoryCache', '_locationPathCache', '_locationWithChildCache'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/LocationService/LocationService.cs(19,51): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchDocumentService/BatchDocService.cs(166,17): warning S3241: Change return type to 'void'; not a single caller uses the returned value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/ApolloKeyValueTypes.cs(12,38): warning S1309: Do not suppress issues. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/Interfaces/IKeyValueInfoService.cs(11,40): warning S4136: All 'GetHistorizedDependingDisplayKeyValues' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/Interfaces/IKeyValueInfoService.cs(12,40): warning S4136: All 'GetActualDependingDisplayKeyValues' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/IRelationTree.cs(18,1): warning S113: Add a new line at the end of the file 'IRelationTree.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterIconMapper.cs(94,17): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(12,1): warning S1309: Do not suppress issues. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/Model/KeyValueHistoryAtLocation.cs(32,13): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/Model/KeyValueHistoryForBatch.cs(34,13): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/ApolloKeyValueTypes.cs(676,24): warning S2365: Refactor 'AllKeyValues' into a method, properties should not copy collections. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/ApolloKeyValueTypes.cs(684,24): warning S2365: Refactor 'AllKeyValuesList' into a method, properties should not copy collections. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/AvailableHistoryService.cs(1,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/TimeZoneService/TimeZoneService.cs(10,18): warning S2931: Implement 'IDisposable' in this class and use the 'Dispose' method to call 'Dispose' on '_locationInMemoryCache', '_timeZoneInfoInMemoryCache'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/KeyValueInfoService.cs(23,55): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/KeyValueInfoService.cs(105,40): warning S4136: All 'GetActualDependingDisplayKeyValues' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/KeyValueInfoService.cs(110,40): warning S4136: All 'GetHistorizedDependingDisplayKeyValues' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/Model/ParameterKeyValuesLookup.cs(14,68): warning S2933: Make '_historizedAndActualHistorizedParamKeyValueDict' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/Model/ParameterKeyValuesLookup.cs(15,68): warning S2933: Make '_actualAndActualHistorizedParamKeyValueDict' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(21,43): warning S2148: Add underscores to this numeric value for readability. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(26,70): warning S2148: Add underscores to this numeric value for readability. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(61,60): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(17,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 33 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterMapper.cs(217,42): warning S1309: Do not suppress issues. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterMapper.cs(24,32): warning S3887: Use an immutable collection or reduce the accessibility of the non-private readonly field 'ParamIgnoreList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterMapper.cs(30,32): warning S3887: Use an immutable collection or reduce the accessibility of the non-private readonly field 'ParamDict'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterMapper.cs(24,32): warning S2386: Use an immutable collection or reduce the accessibility of the public static field 'ParamIgnoreList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterMapper.cs(30,32): warning S2386: Use an immutable collection or reduce the accessibility of the public static field 'ParamDict'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterMapper.cs(228,42): warning S1309: Do not suppress issues. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(24,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 35 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(18,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValueHistoryAggregation.cs(26,42): warning S1309: Do not suppress issues. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValue.cs(41,55): warning S3604: Remove the member initializer, all constructors set an initial value for the member. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValue.cs(46,38): warning S3604: Remove the member initializer, all constructors set an initial value for the member. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(349,44): warning S3604: Remove the member initializer, all constructors set an initial value for the member. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(130,23): warning S3906: Change the signature of that event handler to match the specified signature. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(130,23): warning S3908: Refactor this delegate to use 'System.EventHandler'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(277,9): warning S1144: Remove the unused private method 'IsProductionCycleParameter'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(26,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 35 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/KeyValueInfoService.cs(40,40): warning S2325: Make 'GetAvailableKeyValues' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/KeyValueInfoService.cs(67,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/KeyValueInfoService.cs(54,110): warning S1006: Remove the default parameter value to match the signature of overridden method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchDocumentService/BatchDocService.cs(67,41): warning S109: Assign this magic number '12' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/KeyValueInfoService.cs(95,24): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ConnectionStatusService/ConnectionStatusService.cs(46,42): warning S109: Assign this magic number '24' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/CleanUpService/CleanUpService.cs(92,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/AvailableHistoryService.cs(31,36): warning S3215: Remove this cast and edit the interface to add the missing functionality. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(90,53): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/RelationTreeHouse.cs(69,17): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/RelationTreeHouse.cs(83,17): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/RelationTreeHouse.cs(82,30): warning S4058: Change this call to 'string.Compare' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/RelationTreeHouse.cs(82,37): warning S1449: Define the locale to be used in this string operation. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchDocumentService/BatchDocService.cs(86,56): warning S3776: Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/RelationTreeHouse.cs(107,18): warning S1481: Remove the unused local variable 'changed'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchDocumentService/BatchDocService.cs(119,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchDocumentService/BatchDocService.cs(134,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/ISharedKeyValueService.cs(35,71): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(67,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(127,13): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(48,49): warning S3776: Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(78,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(87,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(85,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(161,17): warning S1481: Remove the unused local variable 'resultData'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(165,17): warning S1481: Remove the unused local variable 'relation'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/Model/ParameterKeyValuesLookup.cs(71,41): warning S2325: Make 'GetFromFilterListOnly' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/Model/ParameterKeyValuesLookup.cs(71,87): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/KeyValueInfoProvider/Model/ParameterKeyValuesLookup.cs(71,125): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(116,17): warning S1481: Remove the unused local variable 'result'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValueHistoryAggregation.cs(46,62): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(103,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterIconMapper.cs(21,30): warning S3776: Refactor this method to reduce its Cognitive Complexity from 34 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/RelationListHouseRelations.cs(103,13): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterIconMapper.cs(21,30): warning S1541: The Cyclomatic Complexity of this method is 39 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/ParameterIconMapper.cs(21,30): warning S138: This method 'GetIcon' has 121 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(166,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(262,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValue.cs(54,37): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValue.cs(57,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValue.cs(53,26): warning S4058: Change this call to 'typeString.StartsWith' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(307,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(336,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(205,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchDocumentService/BatchDocService.cs(178,13): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/KValueHistoryAggregation.cs(116,37): warning S1244: Do not check floating point equality with exact values, use a range instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(129,17): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(420,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchDocumentService/BatchDocService.cs(190,22): warning S2325: Make 'UpsertBatchDocuments' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/RelationTreeHouse.cs(118,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(119,21): warning S1643: Use a StringBuilder instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(132,52): warning S1858: There's no need to call 'ToString()' on a string. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(132,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/Relation.cs(132,45): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/RelationListHouseRelations.cs(156,13): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/RelationListHouseRelations.cs(171,22): warning S1905: Remove this unnecessary cast to 'int'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/RelationListHouseRelations.cs(193,13): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/RelationListHouseRelations.cs(192,22): warning S2325: Make 'AddValidCycleParametersFromParentLocation' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(350,81): warning S2302: Replace the string 'relation' with 'nameof(relation)'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/CleanUpService/CleanUpService.cs(110,50): warning S2325: Make 'GetDeadLocation' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(361,86): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(266,26): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(392,55): warning S3776: Refactor this method to reduce its Cognitive Complexity from 25 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(318,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(237,29): warning S1541: The Cyclomatic Complexity of this method is 18 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(392,55): warning S1541: The Cyclomatic Complexity of this method is 13 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(268,13): warning S1301: Replace this 'switch' statement with 'if' statements to increase readability. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(470,77): warning S2302: Replace the string 'relation' with 'nameof(relation)'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(494,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(521,21): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(492,17): warning S1854: Remove this useless assignment to local variable 'historyPoints'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(299,108): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(309,112): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(392,78): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(554,17): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(319,91): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/SharedKeyValueService.cs(579,71): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(180,50): warning S3776: Refactor this method to reduce its Cognitive Complexity from 40 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(328,97): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/BatchRegistrationService.cs(337,122): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(329,17): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(330,22): warning S2325: Make 'IsKeyValueValidForProductionType' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(180,50): warning S1541: The Cyclomatic Complexity of this method is 20 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(228,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(273,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(290,25): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(237,44): warning S1541: The Cyclomatic Complexity of this method is 27 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(315,116): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(298,143): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(301,143): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(304,141): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(307,141): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(237,44): warning S138: This method 'GetLocalCalulatedReferenceBaseValueInternal' has 108 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(180,50): warning S138: This method 'CalculateAllBatchKeyValueForPeriodeInternal' has 125 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(367,112): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(340,50): warning S3776: Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(323,17): warning S3532: Remove this empty 'default' clause. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(360,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(397,49): warning S3776: Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(435,21): warning S1541: The Cyclomatic Complexity of this method is 42 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(435,21): warning S2325: Make 'ModifyDayNumberForBackInTimeKeyValues' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/ReferenceProfileService/ReferenceProfileService.cs(518,17): warning S3532: Remove this empty 'default' clause. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/BatchCalculationService/CalculateBatchKeyValues.cs(416,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(596,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(593,22): warning S2325: Make 'GetLocationIdFromRelation' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(494,39): warning S3776: Refactor this method to reduce its Cognitive Complexity from 30 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(494,39): warning S1541: The Cyclomatic Complexity of this method is 19 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(527,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(547,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(561,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(569,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(494,39): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(542,25): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(608,45): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(494,39): warning S138: This method 'GetFarmBrokerParameterAsync' has 82 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(608,123): warning S1172: Remove this unused method parameter 'parameterId'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(608,150): warning S1172: Remove this unused method parameter 'locationId'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(608,199): warning S1172: Remove this unused method parameter 'newestQueryDate'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(529,47): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(536,41): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(540,50): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(544,41): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(560,42): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(500,24): warning S1481: Remove the unused local variable 'sLocation'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(729,48): warning S1541: The Cyclomatic Complexity of this method is 22 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(786,24): warning S2325: Make 'GetCacheKey' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(730,37): warning S3242: Consider using more general type 'SharedServices.SharedKeyValueService.DataSourceProvider.Relation' instead of 'SharedServices.SharedKeyValueService.DataSourceProvider.RelationProductionCycle'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(792,39): warning S3776: Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(763,50): warning S1541: The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(764,37): warning S3242: Consider using more general type 'SharedServices.SharedKeyValueService.DataSourceProvider.Relation' instead of 'SharedServices.SharedKeyValueService.DataSourceProvider.RelationProductionCycle'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(880,39): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(898,43): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(903,43): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(916,39): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(938,81): warning S1905: Remove this unnecessary cast to 'AllParameters'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(792,39): warning S1541: The Cyclomatic Complexity of this method is 39 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedKeyValueService/DataSourceProvider/DataSourceOwnContext/KeyValDataSourceProviderHouse.cs(792,39): warning S4018: Refactor this method to have parameters matching all the type parameters. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SharedServices'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SharedServices'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices/SharedServices.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(40,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 63 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(107,75): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(112,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(121,84): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(126,85): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(130,79): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(134,73): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(138,83): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(142,74): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(146,84): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(151,83): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(156,86): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(54,25): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(65,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(47,36): warning S138: This method 'CreateHostBuilder' has 115 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Program.cs(57,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyKafkaLocationProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyKafkaLocationProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Helpers/BatchCreatedHelper.cs(89,24): warning S3241: Change return type to 'void'; not a single caller uses the returned value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Helpers/PoultryBatchCreatedHelper.cs(85,24): warning S3241: Change return type to 'void'; not a single caller uses the returned value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(35,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(35,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 44 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(30,9): warning S1144: Remove the unused private field 'CalculationJobScheduleMinutes'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(36,63): warning S4487: Remove this unread private field '_availableParametersRepositoryService' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(38,47): warning S4487: Remove this unread private field '_keyValueInfoService' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(27,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 38 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(96,75): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(101,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(110,84): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(115,85): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(54,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(55,21): warning S138: This method 'ProcessMessageAsync' has 83 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(42,36): warning S138: This method 'CreateHostBuilder' has 89 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Helpers/BatchRegistrationHelper.cs(265,41): warning S1541: The Cyclomatic Complexity of this method is 12 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Program.cs(46,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(189,13): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Helpers/BatchRegistrationHelper.cs(352,42): warning S1541: The Cyclomatic Complexity of this method is 17 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Helpers/BatchRegistrationHelper.cs(394,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Helpers/BatchRegistrationHelper.cs(385,42): warning S1541: The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(242,21): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Helpers/BatchRegistrationHelper.cs(444,69): warning S1172: Remove this unused method parameter 'msg'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(364,33): warning S1541: The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(364,147): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Processor/BatchMessageProcessor.cs(277,21): warning S131: Add a 'default' clause to this 'switch' statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyKafkaBatchProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyKafkaBatchProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(92,21): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(160,13): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(162,13): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(42,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Worker.cs(14,21): warning S2933: Make '_circuitBreakRestartWaitSeconds' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(42,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 67 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(19,9): warning S1144: Remove the unused private field 'MaxBatcDocUpdateIntervalHours'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(51,34): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(55,28): warning S3776: Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(101,25): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(161,23): warning S1215: Refactor the code to remove this use of 'GC.Collect'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(55,28): warning S1541: The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(101,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(122,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(142,63): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(153,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(159,60): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(165,71): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(171,73): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(178,61): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(184,74): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Services/BatchKvCalculationProcessor.cs(55,28): warning S138: This method 'BatchCalculationMessageHandler' has 94 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Program.cs(61,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'BatchCalculationService'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'BatchCalculationService'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/BatchCalculationService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(43,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(61,49): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(72,49): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/HangFireController.cs(2,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(170,25): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Filters/ValidationFilter.cs(26,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(184,25): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(187,21): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(242,21): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(24,47): warning S1450: Remove the field '_recurringJobClient' and declare it as a local variable in the relevant methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Requests/JobTrigger/JobTriggerByBatchRequest.cs(1,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Requests/JobTrigger/JobTriggerSingleRequest.cs(2,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Responses/EventHub/EventHubQueryCaptureResponse.cs(2,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/IEventHubCaptureBlobStorageClient.cs(4,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(33,47): warning S4487: Remove this unread private field '_backgroundJobs' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/EventHubController.cs(19,54): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(67,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 108 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/JobTriggerController.cs(24,56): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/CleanUpController.cs(23,53): warning S4487: Remove this unread private field '_logger' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/WarmupServices.cs(11,18): warning S1481: Remove the unused local variable 'service'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Program.cs(19,45): warning S3257: 'hostingContext' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(48,17): warning S1481: Remove the unused local variable 'pct'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(51,52): warning S3776: Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(67,68): warning S2971: Use 'Count' property here instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(114,63): warning S2971: Use 'Count' property here instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(85,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(95,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(101,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(80,13): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(85,43): warning S109: Assign this magic number '15' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(95,42): warning S109: Assign this magic number '1440' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(106,71): warning S109: Assign this magic number '15' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(116,77): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(130,85): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(78,21): warning S138: This method 'ConfigureServices' has 86 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(199,17): warning S2760: This condition was just checked on line 194. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(164,63): warning S3776: Refactor this method to reduce its Cognitive Complexity from 20 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/ParameterUpdateMonitorService.cs(190,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(192,117): warning S3242: Consider using more general type 'Microsoft.Extensions.Hosting.IHostEnvironment' instead of 'Microsoft.AspNetCore.Hosting.IWebHostEnvironment'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(259,63): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(270,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(276,60): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(282,73): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(288,71): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(294,67): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(300,61): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(306,71): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(312,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(318,74): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(324,22): warning S2325: Make 'ConfigureVersioning' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/Monitoring/IParameterUpdateMonitorService.cs(19,14): warning S100: Rename method 'SendToDataDogCurrentParameter15min' to match pascal case naming rules, consider using 'SendToDataDogCurrentParameter15Min'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(405,43): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(411,22): warning S2325: Make 'ConfigureHangfireService' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Startup.cs(474,22): warning S2325: Make 'ConfigureEventHubServices' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(184,90): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(187,86): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(66,57): warning S3776: Refactor this method to reduce its Cognitive Complexity from 85 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(66,57): warning S1541: The Cyclomatic Complexity of this method is 19 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(93,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(108,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(184,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(66,57): warning S138: This method 'QueryCaptureData' has 103 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(66,129): warning S3242: Consider using more general type 'System.Collections.Generic.ICollection' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(40,42): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(77,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(109,21): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(225,27): warning S3776: Refactor this method to reduce its Cognitive Complexity from 54 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(136,26): warning S2325: Make 'ExtractDateTimeFromBlobName' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(138,24): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(139,25): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(140,23): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(141,24): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(142,26): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubCaptureBlobStorageClient.cs(143,26): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(225,27): warning S1541: The Cyclomatic Complexity of this method is 13 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(261,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(266,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(316,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(225,27): warning S138: This method 'ReplayFromCaptureStorageJob' has 122 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(225,139): warning S3242: Consider using more general type 'System.Collections.Generic.ICollection' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Services/EventHub/EventHubService.cs(245,40): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(150,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(152,112): warning S109: Assign this magic number '5' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(158,116): warning S109: Assign this magic number '5' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/ServiceBusController.cs(156,34): warning S4058: Change this call to 'message.MessageId.Contains' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/Controllers/Comparer/ParameterValueComparer.cs(15,21): warning S1541: The Cyclomatic Complexity of this method is 13 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyAdminApi'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyAdminApi'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi/SurveyAdminApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/KeyValues/KeyValueSimple.cs(104,40): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/KeyValues/KeyValueWithReferenceResponse.cs(43,40): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/PredictionDataService.cs(57,30): warning CS0168: The variable 'ex' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/DataExportService.cs(85,42): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(375,47): warning CS0168: The variable 'productionCycleResponseTask' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/IKeyValueServiceManager.cs(23,9): warning CS1587: XML comment is not placed on a valid language element [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueProvidersWithToken.cs(58,13): warning CS1587: XML comment is not placed on a valid language element [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(189,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(221,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(268,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(304,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(337,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(365,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(394,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(466,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(495,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(526,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(557,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(730,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(756,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(794,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(833,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(907,1): warning S113: Add a new line at the end of the file 'KeyValueController.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(846,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/SurveyController.cs(77,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/SurveyController.cs(103,39): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/DTO/HistoryGraphResolver.cs(46,1): warning S113: Add a new line at the end of the file 'HistoryGraphResolver.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/AccountInfoHelper.cs(34,1): warning S113: Add a new line at the end of the file 'AccountInfoHelper.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/CustomIPRateLimitMiddleware.cs(45,1): warning S113: Add a new line at the end of the file 'CustomIPRateLimitMiddleware.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/DictionaryExtensions.cs(12,1): warning S113: Add a new line at the end of the file 'DictionaryExtensions.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(38,1): warning S113: Add a new line at the end of the file 'LogicalComparer.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(9,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(10,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(11,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(281,1): warning S113: Add a new line at the end of the file 'ProductionCycleHub.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleReportHub.cs(156,1): warning S113: Add a new line at the end of the file 'ProductionCycleReportHub.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Requests/KeyValues/PredictionDataHistoricalRequest.cs(41,1): warning S113: Add a new line at the end of the file 'PredictionDataHistoricalRequest.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Requests/KeyValues/PredictionDataRequest.cs(28,1): warning S113: Add a new line at the end of the file 'PredictionDataRequest.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Requests/References/ReferenceValuesRequest.cs(64,1): warning S113: Add a new line at the end of the file 'ReferenceValuesRequest.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LargestTriangleThreeBuckets.cs(86,1): warning S113: Add a new line at the end of the file 'LargestTriangleThreeBuckets.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(120,1): warning S113: Add a new line at the end of the file 'LinearInterpolation.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(114,1): warning S113: Add a new line at the end of the file 'LinearInterpolationV2.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/HistoryGraphResponse/HistoryGraphResponse.cs(10,1): warning S113: Add a new line at the end of the file 'HistoryGraphResponse.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(14,49): warning S2933: Make '_keyInfoDict' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/KeyValues/KeyValueInfo.cs(32,1): warning S113: Add a new line at the end of the file 'KeyValueInfo.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleReportHub.cs(39,51): warning S4487: Remove this unread private field '_batchDocumentRepository' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleReportHub.cs(40,57): warning S4487: Remove this unread private field '_referenceAssignmentRepository' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleReportHub.cs(41,51): warning S4487: Remove this unread private field '_connectionStatusService' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(40,17): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/DataExportService.cs(113,1): warning S113: Add a new line at the end of the file 'DataExportService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(17,9): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(97,21): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(53,17): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(59,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(35,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 39 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/HubReportService.cs(294,1): warning S113: Add a new line at the end of the file 'HubReportService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/IHubReportService.cs(52,1): warning S113: Add a new line at the end of the file 'IHubReportService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/IKeyValueServiceManager.cs(26,9): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(655,13): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/HubReportService.cs(28,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 31 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/PredictionDataService.cs(141,13): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LargestTriangleThreeBuckets.cs(9,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(143,17): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(1019,1): warning S113: Add a new line at the end of the file 'ProductionCycleHubService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(959,21): warning S122: Reformat the code to have only one statement per line. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(5,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Requests/ProductionCycle/ProductionCyclesRequestMetadata.cs(11,25): warning S3897: Implement 'IEquatable'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(5,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/IFileExport.cs(4,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(103,1): warning S113: Add a new line at the end of the file 'ReferenceCurveService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(295,1): warning S113: Add a new line at the end of the file 'ReferenceCurveServiceDeprecated.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(85,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 150 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(313,1): warning S113: Add a new line at the end of the file 'ReferenceCurveServiceNew.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(49,72): warning S1192: Define a constant instead of using this literal 'DayNumber or WeekNumber may not both have a value' 4 times. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(4,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(16,1): warning S1128: Remove this unnecessary 'using'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/KeyValues/KeyValueBaseResponse.cs(53,45): warning S1192: Define a constant instead of using this literal 'KeyValueInfo can not be null' 4 times. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(139,54): warning S1067: Reduce the number of conditional operators (5) used in the expression (maximum allowed 3). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(388,1): warning S113: Add a new line at the end of the file 'SurveyLocationService.cs'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(15,49): warning S2933: Make '_keyInfoDict' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(21,29): warning S4487: Remove this unread private field '_dtFormat' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ReferenceCurveByDateRequestValidator.cs(28,13): warning S125: Remove this commented out code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/Locations/FarmsResponse.cs(72,69): warning S2365: Refactor 'ProductionTypes' into a method, properties should not copy collections. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(20,48): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(20,28): warning S2933: Make '_birdCategory' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(21,28): warning S2933: Make '_breederLayerCategory' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(22,28): warning S2933: Make '_pigCategory' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(23,28): warning S2933: Make '_pigBroilerCategory' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(24,28): warning S2933: Make '_pigBroiler' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(21,56): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(22,47): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(23,54): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(24,46): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(21,9): warning S1144: Remove the unused private field 'PefDayRefLimitDay'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(24,9): warning S1144: Remove the unused private field '_referenceService'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(25,9): warning S1144: Remove the unused private field '_keyValueInfoService'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(26,9): warning S1144: Remove the unused private field '_keyValueServiceManager'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(28,9): warning S1144: Remove the unused private field '_referenceAssignmentRepository'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(24,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 32 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(25,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 32 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyvalueTreeNode.cs(37,38): warning S1309: Do not suppress issues. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(46,43): warning S4136: All 'GetSurveyLocationsByTokenAsync' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/DTO/HistoryGraphResolver.cs(9,14): warning S4060: Seal this attribute or make it abstract. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(45,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 65 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(41,9): warning S1144: Remove the unused private field '_keyValueProvider'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(38,25): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 50 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(53,9): warning S1144: Remove the unused private field 'CalculationJobScheduleMinutes'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(62,52): warning S4487: Remove this unread private field '_messageStatisticsService' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(46,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 71 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(190,40): warning S4136: All 'GetBatchesByLocationAsync' method overloads should be adjacent. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ReferenceCurveByDateRequestValidator.cs(21,28): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/KeyValueRequestValidator.cs(24,28): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/PredictionDataRequestValidator.cs(24,28): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/KeyValueHistoryRequestValidator.cs(24,28): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/PredictionDataHistoricalRequestValidator.cs(24,28): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(24,33): warning S1125: Remove the unnecessary Boolean literal(s). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(24,44): warning S1125: Remove the unnecessary Boolean literal(s). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(45,40): warning S1125: Remove the unnecessary Boolean literal(s). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Requests/ProductionCycle/ProductionCyclesRequestRules.cs(88,19): warning S4058: Change this call to 'string.Equals' to an overload that accepts a 'StringComparison' as a parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(34,29): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(31,56): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(40,32): warning S109: Assign this magic number '9999' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(43,32): warning S109: Assign this magic number '9999' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(11,47): warning S3776: Refactor this method to reduce its Cognitive Complexity from 49 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(109,42): warning S1244: Do not check floating point inequality with exact values, use a range instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(112,35): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(11,47): warning S1541: The Cyclomatic Complexity of this method is 12 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(21,21): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolationV2.cs(11,47): warning S138: This method 'Interpolate' has 84 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(31,28): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(31,36): warning S1449: Define the locale to be used in this string operation. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Validators/ProductionCycleRequestValidator.cs(24,42): warning S2589: Change this condition so that it does not always evaluate to 'true'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Program.cs(39,52): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Program.cs(32,45): warning S3257: 'hostingContext' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(7,29): warning S3776: Refactor this method to reduce its Cognitive Complexity from 30 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(21,60): warning S127: Do not update the loop counter 'mx' within the loop body. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(24,60): warning S127: Do not update the loop counter 'my' within the loop body. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(7,29): warning S1541: The Cyclomatic Complexity of this method is 19 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(22,35): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(25,35): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(13,32): warning S1659: Declare 'ly' in a separate statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/LogicalComparer.cs(19,34): warning S1659: Declare 'vy' in a separate statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(33,29): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(10,46): warning S3776: Refactor this method to reduce its Cognitive Complexity from 58 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(10,58): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(10,46): warning S1541: The Cyclomatic Complexity of this method is 16 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(20,21): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(98,21): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(81,21): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(10,46): warning S138: This method 'Interpolate' has 95 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/CustomIPRateLimitMiddleware.cs(39,47): warning S109: Assign this magic number '429' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/CustomIPRateLimitMiddleware.cs(33,31): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/CustomIPRateLimitMiddleware.cs(33,78): warning S1449: Define the locale to be used in this string operation. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(118,43): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LinearInterpolation.cs(118,28): warning S1905: Remove this unnecessary cast to 'double'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/AccountInfoHelper.cs(18,63): warning S2259: 'cultureInfo' is null on at least one execution path. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(118,43): warning S1541: The Cyclomatic Complexity of this method is 12 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Helpers/AccountInfoHelper.cs(31,63): warning S2259: 'cultureInfo' is null on at least one execution path. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(146,145): warning S109: Assign this magic number '8' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/WarmUpController.cs(23,13): warning S2696: Make the enclosing instance method 'static' or remove this set on the 'static' field. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/WarmUpController.cs(22,17): warning S1481: Remove the unused local variable 'displayInfo'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Resample/LargestTriangleThreeBuckets.cs(30,45): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/DTO/HistoryGraphResolver.cs(22,18): warning S2971: Drop 'Where' and move the condition into the 'SingleOrDefault'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Requests/ProductionCycle/ProductionCyclesRequest.cs(86,13): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Requests/ProductionCycle/ProductionCyclesRequest.cs(94,20): warning S2325: Make 'GetWeekNumberFromDay' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/SurveyController.cs(153,35): warning S109: Assign this magic number '400' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/SurveyController.cs(158,35): warning S109: Assign this magic number '404' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/SurveyController.cs(163,35): warning S109: Assign this magic number '500' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Config/Swagger/AddHeaderParameters.cs(13,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(70,34): warning S107: Constructor has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(169,50): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(192,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(66,21): warning S3776: Refactor this method to reduce its Cognitive Complexity from 42 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(87,21): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(125,33): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/HubReportService.cs(167,25): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/HubReportService.cs(167,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/HubReportService.cs(193,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyLocationService.cs(322,102): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(66,21): warning S1541: The Cyclomatic Complexity of this method is 20 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(122,29): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(155,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(178,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(160,34): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(163,34): warning S109: Assign this magic number '3' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(166,34): warning S109: Assign this magic number '4' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(66,21): warning S138: This method 'CreateRow' has 110 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/HubReportService.cs(223,21): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(110,53): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(114,54): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(118,51): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(122,57): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(120,25): warning S1151: Reduce this switch section number of statements from 10 to at most 8, for example by extracting code into a method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/ExcelExport.cs(141,33): warning S1481: Remove the unused local variable 'emptyCell'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/PredictionDataController.cs(56,73): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/KeyValues/KeyValueBaseResponse.cs(188,20): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(126,43): warning S1125: Remove the unnecessary Boolean literal(s). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(239,37): warning S3242: Consider using more general type 'System.Collections.Generic.ICollection' instead of 'System.Collections.Generic.List'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/HubReportService.cs(266,73): warning S107: Method has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/SurveyAvailableParameterService.cs(28,68): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(126,17): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(174,54): warning S107: Method has 10 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DebugLocationsService/DebugLocationsService.cs(14,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DebugLocationsService/DebugLocationsService.cs(27,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/IHubReportService.cs(35,53): warning S107: Method has 10 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/HubReportService/IHubReportService.cs(40,73): warning S107: Method has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(114,13): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(68,41): warning S107: Constructor has 11 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(105,21): warning S138: This method 'ConfigureServices' has 92 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/PredictionDataController.cs(94,86): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceServiceDeprecated.cs(131,17): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/PredictionDataService.cs(84,72): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/PredictionDataService.cs(84,72): warning S1541: The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/RelationListByTokenOwnContext.cs(121,13): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/PredictionDataService.cs(126,56): warning S1172: Remove this unused method parameter 'accessToken'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/RelationListByTokenOwnContext.cs(211,13): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/RelationListByTokenOwnContext.cs(174,13): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/RelationListByTokenOwnContext.cs(210,22): warning S2325: Make 'AddValidCycleParametersFromParentLocation' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/RelationListByTokenOwnContext.cs(189,22): warning S1905: Remove this unnecessary cast to 'int'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyvalueTreeNode.cs(52,32): warning S107: Constructor has 10 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(212,28): warning S3776: Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(231,29): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(228,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Hubs/ProductionCycleHub.cs(262,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyvalueTreeNode.cs(200,13): warning S3240: Use the '??=' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(55,38): warning S107: Constructor has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(434,75): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(461,21): warning S1481: Remove the unused local variable 'sToken'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/DataExportService.cs(85,42): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(125,64): warning S3776: Refactor this method to reduce its Cognitive Complexity from 31 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(125,64): warning S1541: The Cyclomatic Complexity of this method is 12 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(157,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(170,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(149,66): warning S109: Assign this magic number '0.5' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(154,66): warning S109: Assign this magic number '0.5' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/IKeyValueServiceManager.cs(60,62): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/IKeyValueServiceManager.cs(146,201): warning S3874: Consider refactoring this method in order to remove the need for this 'out' modifier. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/IKeyValueServiceManager.cs(175,13): warning S3874: Consider refactoring this method in order to remove the need for this 'out' modifier. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(66,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(35,21): warning S1854: Remove this useless assignment to local variable 'colsCreated'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(284,23): warning S3928: The parameter name 'BatchDocument' is not declared in the argument list. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(289,23): warning S3928: The parameter name 'AccountResponse' is not declared in the argument list. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(275,39): warning S3776: Refactor this method to reduce its Cognitive Complexity from 22 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveService.cs(90,17): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(198,17): warning S1481: Remove the unused local variable 'maxDay'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(275,39): warning S1541: The Cyclomatic Complexity of this method is 14 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(305,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(344,25): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(275,39): warning S138: This method 'GetKeyValuesFromBatchDocument' has 82 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(370,141): warning S1006: Add the default parameter value defined in the overridden method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(310,37): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(318,74): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(324,76): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(331,76): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(50,21): warning S3776: Refactor this method to reduce its Cognitive Complexity from 33 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(68,21): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(143,21): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(126,33): warning S1854: Remove this useless assignment to local variable 'numStrFormat'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(129,33): warning S1854: Remove this useless assignment to local variable 'numStrFormat'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(132,33): warning S1854: Remove this useless assignment to local variable 'numStrFormat'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(135,33): warning S1854: Remove this useless assignment to local variable 'numStrFormat'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(138,33): warning S1854: Remove this useless assignment to local variable 'numStrFormat'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(50,21): warning S1541: The Cyclomatic Complexity of this method is 18 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(97,29): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(123,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(128,34): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(131,34): warning S109: Assign this magic number '3' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(134,34): warning S109: Assign this magic number '4' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(50,21): warning S138: This method 'CreateRow' has 92 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(50,112): warning S3242: Consider using more general type 'System.IFormatProvider' instead of 'System.Globalization.CultureInfo'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(88,46): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(91,46): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(94,46): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/DataExportService/CsvExport.cs(97,57): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(214,90): warning S107: Method has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(87,21): warning S1481: Remove the unused local variable 'limits'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(469,21): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(268,63): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(279,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(285,60): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(291,73): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(297,71): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(303,67): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(309,61): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(315,76): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(320,71): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(325,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(330,74): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(334,77): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(338,75): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(342,70): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(37,41): warning S3776: Refactor this method to reduce its Cognitive Complexity from 79 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(614,84): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(37,41): warning S1541: The Cyclomatic Complexity of this method is 146 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/Account/AccountResponse.cs(44,17): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(66,21): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(37,41): warning S138: This method 'GetReferenceProfileBaseUnit' has 453 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Responses/Account/AccountResponse.cs(105,29): warning S2325: Make 'GetValidCultureInfo' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(695,23): warning S3928: The parameter name 'AccountResponse' is not declared in the argument list. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(686,37): warning S3776: Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(113,64): warning S3776: Refactor this method to reduce its Cognitive Complexity from 31 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(587,17): warning S3532: Remove this empty 'default' clause. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(113,64): warning S1541: The Cyclomatic Complexity of this method is 12 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(144,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(156,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(686,37): warning S1541: The Cyclomatic Complexity of this method is 15 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(720,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(137,66): warning S109: Assign this magic number '0.5' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(142,66): warning S109: Assign this magic number '0.5' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(756,25): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(725,37): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(732,97): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(738,76): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(594,26): warning S2325: Make 'GetRateOfLayHenDayValue' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueServiceManager.cs(744,76): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(608,25): warning S2325: Make 'GetDoubleValue' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueProvidersWithToken.cs(64,89): warning S1006: Add the default parameter value defined in the overridden method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(675,26): warning S2325: Make 'GetRateOfLayHenHoused' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(362,17): warning S2760: This condition was just checked on line 357. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(42,29): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(18,54): warning S3776: Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(32,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(37,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(50,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(284,48): warning S3257: Remove the array type; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(353,117): warning S3242: Consider using more general type 'Microsoft.Extensions.Hosting.IHostEnvironment' instead of 'Microsoft.AspNetCore.Hosting.IWebHostEnvironment'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(701,21): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceNew.cs(272,32): warning S1481: Remove the unused local variable 'refKeyValues'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(425,22): warning S2325: Make 'ConfigureVersioning' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(724,26): warning S2325: Make 'GetLiveAbility' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(136,91): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(93,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(104,54): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(792,21): warning S2325: Make 'GetKeyValueInt' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(216,25): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(197,61): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(806,26): warning S1541: The Cyclomatic Complexity of this method is 13 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(824,13): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(806,26): warning S2325: Make 'GetWaterPerAnimalBtnBroiler' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(259,89): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(844,26): warning S2325: Make 'GetWaterPerAnimalBtnPigs' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/IProductionCycleHubService.cs(30,76): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/IProductionCycleHubService.cs(43,78): warning S107: Method has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/IProductionCycleHubService.cs(117,70): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(296,29): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(272,32): warning S3776: Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(286,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(291,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(304,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(247,124): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(247,159): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(198,90): warning S107: Method has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(343,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(352,41): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(385,25): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(366,48): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(441,25): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(420,32): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(575,49): warning S1541: The Cyclomatic Complexity of this method is 15 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(530,30): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(530,79): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(275,124): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(275,159): warning S109: Assign this magic number '10' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(611,21): warning S2201: Use the return value of method 'Concat'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(313,80): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(313,98): warning S1449: Define the locale to be used in this string operation. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(108,22): warning S138: This method 'SetupGroups' has 317 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/KeyValueService/KeyValueGroupTree.cs(108,70): warning S3242: Consider using more general type 'Microsoft.Extensions.Localization.IStringLocalizer' instead of 'Microsoft.Extensions.Localization.IStringLocalizer'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(554,117): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(557,38): warning S109: Assign this magic number '1000.0' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(578,123): warning S109: Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(581,41): warning S109: Assign this magic number '1000.0' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(612,25): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(593,32): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(510,43): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceCurveService/ReferenceCurveServiceDeprecated.cs(257,32): warning S1481: Remove the unused local variable 'refKeyValues'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(661,25): warning S1227: Refactor the code in order to remove this break statement. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(642,32): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(868,17): warning S3532: Remove this empty 'default' clause. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceCurveProfileExtensions.cs(726,13): warning S3240: Use the '?:' operator here. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(890,17): warning S3532: Remove this empty 'default' clause. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(897,26): warning S1541: The Cyclomatic Complexity of this method is 13 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(915,13): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(897,26): warning S2325: Make 'GetWaterPerAnimalPerDayBroiler' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(935,26): warning S2325: Make 'GetWaterPerAnimalPerDayPigs' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(943,26): warning S2325: Make 'CalcWaterBreeder' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(964,22): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(967,44): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(960,26): warning S2325: Make 'GetFeedPerAnimalAvg7Day' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(318,64): warning S1541: The Cyclomatic Complexity of this method is 13 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(992,71): warning S109: Assign this magic number '7' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ReferenceServiceDeprecated/ReferenceKeyValueService.cs(985,26): warning S2325: Make 'GetWeightGainPerWeek' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(527,62): warning S2971: Use 'Count' property here instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(523,70): warning S4017: Refactor this method to remove the nested type argument. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(449,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(685,49): warning S1541: The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(558,91): warning S3242: Consider using more general type 'System.Collections.Generic.ICollection' instead of 'System.Collections.Generic.List'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(375,47): warning S1481: Remove the unused local variable 'productionCycleResponseTask'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(572,77): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(689,21): warning S1481: Remove the unused local variable 'granularity'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(728,38): warning S2325: Make 'AppendReferencesToKeyValues' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(610,55): warning S138: This method 'GetMetaData' has 106 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Startup.cs(588,22): warning S2325: Make 'ConfigureSignalR' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(610,66): warning S107: Method has 8 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(840,62): warning S1541: The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(894,91): warning S1125: Remove the unnecessary Boolean literal(s). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(892,47): warning S3776: Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(944,30): warning S2325: Make 'GetParentFarm' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(856,44): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(892,47): warning S1541: The Cyclomatic Complexity of this method is 14 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(862,41): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(868,39): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(874,51): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(880,48): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(886,46): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Controllers/KeyValueController.cs(840,106): warning S107: Method has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(910,48): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(915,45): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(920,43): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(925,55): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(930,52): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(935,50): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(986,51): warning S2971: Use 'Count' property here instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(967,64): warning S3242: Consider using more general type 'System.Collections.Generic.IEnumerable' instead of 'System.Collections.Generic.IList'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/Services/ProductionCycleHubService/ProductionCycleHubService.cs(994,22): warning S2325: Make 'RulesFilterOperator' a static method. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyApi'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyApi'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi/SurveyApi.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(38,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(38,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 51 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/ParameterMessageProcessorCurrent.cs(28,9): warning S1144: Remove the unused private field 'CalculationJobScheduleMinutes'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/ParameterMessageProcessorHistory.cs(38,9): warning S1144: Remove the unused private field 'CalculationJobScheduleMinutes'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/ParameterMessageProcessorHistory.cs(41,53): warning S4487: Remove this unread private field '_locationRepositoryService' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/ParameterMessageProcessorHistory.cs(42,50): warning S4487: Remove this unread private field '_batchRepositoryService' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/ParameterMessageProcessorHistory.cs(45,47): warning S4487: Remove this unread private field '_keyValueInfoService' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/ParameterMessageProcessorHistory.cs(47,50): warning S4487: Remove this unread private field '_locationInMemoryCache' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/ParameterMessageProcessorHistory.cs(48,47): warning S4487: Remove this unread private field '_batchInMemoryCache' or refactor the code to use its value. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Processor/AbstractParameterMessageProcessor.cs(78,80): warning S1125: Remove the unnecessary Boolean literal(s). [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(140,83): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(144,85): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(154,75): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(159,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(163,83): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(52,25): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(63,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(45,36): warning S138: This method 'CreateHostBuilder' has 120 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Program.cs(55,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'SurveyKafkaParameterProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'SurveyKafkaParameterProcessor'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibraryTest/IntegrationTest/ReferenceAssignmentClientTest/ReferenceAssignmentClientTest.cs(109,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibraryTest/CosmosLibraryTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibraryTest/IntegrationTest/ReferenceAssignmentClientTest/ReferenceAssignmentClientTest.cs(107,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibraryTest/CosmosLibraryTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibraryTest/IntegrationTest/BatchClientTest/BatchClientTest.cs(389,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibraryTest/CosmosLibraryTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestSharedKeyValueService.cs(323,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestSharedKeyValueService.cs(350,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestSharedKeyValueService.cs(369,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestSharedKeyValueService.cs(387,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestSharedKeyValueService.cs(411,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestSharedKeyValueService.cs(404,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestSharedKeyValueService.cs(415,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestRelationListHouseRelationsOwnContext.cs(68,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestRelationListHouseRelationsOwnContext.cs(59,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/TimeZoneServiceTest.cs(38,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestHistoryAggregation.cs(140,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestHistoryAggregation.cs(151,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestGenericValue.cs(16,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestHistoryAggregation.cs(162,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestGenericValue.cs(32,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestHistoryAggregation.cs(173,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestHistoryAggregation.cs(184,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestGenericValue.cs(47,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestHistoryAggregation.cs(195,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestGenericValue.cs(61,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/UnitTest/UnitTestGenericValue.cs(74,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest/SharedServicesTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApiTest/IntegrationTest/Localization/TestLocalization.cs(14,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApiTest/UserFiltersApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/IntegrationTest/SurveyHub/ProductionCycleHubTest.cs(1411,27): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/IntegrationTest/SurveyHub/ProductionCycleHubTest.cs(1412,27): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/IntegrationTest/SurveyHub/ProductionCycleReportHubTest.cs(342,27): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/IntegrationTest/SurveyHub/ProductionCycleReportHubTest.cs(343,27): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(22,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(23,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(20,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(29,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(30,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(27,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(36,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(34,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(43,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(46,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(49,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(50,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(53,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(56,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(59,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(60,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(40,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(67,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(68,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(71,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(72,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(75,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(76,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/ProductionCycleRequestValidatorTest.cs(64,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(23,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(24,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(25,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(21,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(31,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(29,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(39,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(43,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(35,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(49,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataRequestValidatorTest.cs(47,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataHistoryRequestValidatorTest.cs(21,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataHistoryRequestValidatorTest.cs(22,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataHistoryRequestValidatorTest.cs(23,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataHistoryRequestValidatorTest.cs(19,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataHistoryRequestValidatorTest.cs(29,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/PredictionDataHistoryRequestValidatorTest.cs(27,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueRequestValidatorTest.cs(22,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueRequestValidatorTest.cs(23,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueRequestValidatorTest.cs(24,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueRequestValidatorTest.cs(20,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueRequestValidatorTest.cs(30,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueRequestValidatorTest.cs(28,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(23,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(24,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(25,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(21,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(31,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(29,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(39,13): warning CS0618: 'ValidationTestExtension.ShouldHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(43,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, T, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(35,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(49,13): warning CS0618: 'ValidationTestExtension.ShouldNotHaveValidationErrorFor(IValidator, Expression>, TValue, string)' is obsolete: 'This method is deprecated and will be removed in version 11. Use the TestValidate method instead. See https://docs.fluentvalidation.net/en/latest/testing.html' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/ValidatorsTest/KeyValueHistoryRequestValidatorTest.cs(47,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/IntegrationTest/SurveyHub/ProductionCycleReportHubTest.cs(360,43): warning CS0168: The variable 'e' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Controllers/KeyValueControllerTest.cs(100,32): warning CS0618: 'KeyValueController.GetKeyvalues(KeyValueRequest)' is obsolete: 'Use /key-values POST endpoint instead' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Controllers/KeyValueControllerTest.cs(125,32): warning CS0618: 'KeyValueController.GetKeyvalues(KeyValueRequest)' is obsolete: 'Use /key-values POST endpoint instead' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Controllers/KeyValueControllerTest.cs(131,28): warning CS0618: 'KeyValueController.GetKeyvalues(KeyValueRequest)' is obsolete: 'Use /key-values POST endpoint instead' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Controllers/KeyValueControllerTest.cs(137,28): warning CS0618: 'KeyValueController.GetKeyvalues(KeyValueRequest)' is obsolete: 'Use /key-values POST endpoint instead' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Controllers/KeyValueControllerTest.cs(149,73): warning CS0618: 'KeyValueController.GetKeyvalues(KeyValueRequest)' is obsolete: 'Use /key-values POST endpoint instead' [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Controllers/KeyValueControllerTest.cs(268,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Controllers/KeyValueControllerTest.cs(290,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/UnitTestGenericValue.cs(16,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/UnitTestGenericValue.cs(32,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/UnitTestGenericValue.cs(47,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/UnitTestGenericValue.cs(61,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/UnitTestGenericValue.cs(74,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/TestLocalization.cs(18,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(218,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(238,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(259,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(288,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(292,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(278,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(296,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(327,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(337,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(353,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(371,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(373,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(371,64): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(373,64): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(366,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(395,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(446,13): 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. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(426,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/UnitTest/Services/KeyValueServiceManagerTest.cs(451,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/IntegrationTest/SurveyHub/ProductionCycleHubTest.cs(1429,43): warning CS0168: The variable 'e' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest/SurveyApiTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(40,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Worker.cs(14,21): warning S2933: Make '_circuitBreakRestartWaitSeconds' 'readonly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(40,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 61 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(30,9): warning S1144: Remove the unused private field 'CalculationJobScheduleMinutes'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(32,9): warning S1144: Remove the unused private field 'RetryPolicyMaxRetries'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(33,9): warning S1144: Remove the unused private field 'RetryPolicyFirstRetryWaitMilliseconds'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(28,18): warning S1200: Split this class into smaller and more specialized ones to reduce its dependencies on other types from 35 to the maximum authorized 30 or less. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(45,92): warning S3257: Remove the initializer; it is redundant. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(47,48): warning S107: Constructor has 9 parameters, which is greater than the 7 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(74,34): warning S109: Assign this magic number '100' to a well-named (variable|constant), and use the (variable|constant) instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(54,25): warning S4792: Make sure that this logger's configuration is safe. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(171,63): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(182,72): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(188,60): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(194,73): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(200,71): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(206,61): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(65,56): warning S3902: Replace this call to 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(78,28): warning S3776: Refactor this method to reduce its Cognitive Complexity from 37 to the 15 allowed. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(57,22): warning S3257: 'context' is not used. Use discard parameter instead. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(298,34): warning S4056: Use the overload that takes a 'CultureInfo' or 'IFormatProvider' parameter. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(326,17): warning S3532: Remove this empty 'default' clause. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(78,28): warning S1541: The Cyclomatic Complexity of this method is 16 which is greater than 10 authorized. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(130,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(149,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(177,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(193,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(224,25): warning S134: Refactor this code to not nest more than 3 control flow statements. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(161,25): warning S126: Add the missing 'else' clause with either the appropriate action or a suitable comment as to why no action is taken. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Services/ActualKeyValuePublisherProcessor.cs(78,28): warning S138: This method 'ActualKeyValueMessageHandler' has 178 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/Program.cs(103,29): warning S1481: Remove the unused local variable 'locationSerializerSettings'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] CSC : warning S3990: Provide a 'CLSCompliant' attribute for assembly 'ActualKeyvaluePublisherService'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] CSC : warning S3992: Provide a 'ComVisible' attribute for assembly 'ActualKeyvaluePublisherService'. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/IntegrationTest/WorkerTest.cs(81,30): warning CS0168: The variable 'ex' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/ActualKeyvaluePublisherServiceTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/IntegrationTest/ServiceBusTestHelper.cs(41,30): warning CS0168: The variable 'ex' is declared but never used [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/ActualKeyvaluePublisherServiceTest.csproj] /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/IntegrationTest/KeyValueMessageProcessor.cs(54,28): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest/ActualKeyvaluePublisherServiceTest.csproj] 1206 Warning(s) 0 Error(s) Time Elapsed 00:01:04.36 + dotnet sonarscanner end '/d:sonar.login=[MASKED]' SonarScanner for MSBuild 5.4.1 Using the .NET Core version of the Scanner for MSBuild Post-processing started. 08:32:22.464 08:32:22.464 WARNING: File '/root/.nuget/packages/microsoft.net.test.sdk/17.1.0/build/netcoreapp2.1/Microsoft.NET.Test.Sdk.Program.cs' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.464 08:32:22.464 WARNING: File '/root/.nuget/packages/microsoft.testplatform.testhost/17.1.0/build/netcoreapp2.1/Microsoft.TestPlatform.PlatformAbstractions.dll' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.464 08:32:22.464 WARNING: File '/root/.nuget/packages/xunit.runner.visualstudio/2.4.3/build/netcoreapp2.1/xunit.runner.visualstudio.dotnetcore.testadapter.dll' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.464 08:32:22.464 WARNING: File '/root/.nuget/packages/xunit.runner.visualstudio/2.4.3/build/netcoreapp2.1/xunit.runner.reporters.netcoreapp10.dll' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.464 08:32:22.464 WARNING: File '/root/.nuget/packages/xunit.runner.visualstudio/2.4.3/build/netcoreapp2.1/xunit.runner.utility.netcoreapp10.dll' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.464 08:32:22.464 WARNING: File '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor/Properties/launchSettings.json' does not exist. 08:32:22.465 08:32:22.465 WARNING: File '/root/.nuget/packages/microsoft.azure.cosmos/3.26.1/contentFiles/any/netstandard2.0/ThirdPartyNotice.txt' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.465 08:32:22.465 WARNING: File '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor/Properties/launchSettings.json' does not exist. 08:32:22.467 08:32:22.467 WARNING: File '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor/Properties/launchSettings.json' does not exist. 08:32:22.467 08:32:22.467 WARNING: File '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApiTest/Properties/launchSettings.json' does not exist. 08:32:22.467 08:32:22.467 WARNING: File '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor/Properties/launchSettings.json' does not exist. 08:32:22.467 08:32:22.467 WARNING: File '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor/Properties/launchSettings.json' does not exist. 08:32:22.468 08:32:22.468 WARNING: File '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService/Properties/launchSettings.json' does not exist. 08:32:22.468 08:32:22.468 WARNING: File '/root/.nuget/packages/keyvaluelib.keyvaluedisplayinfo/1.3.67/contentFiles/any/netstandard2.0/KeyValueInfoXmlFiles/AirClean.xml' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.468 08:32:22.468 WARNING: File '/root/.nuget/packages/keyvaluelib.keyvaluedisplayinfo/1.3.67/contentFiles/any/netstandard2.0/KeyValueInfoXmlFiles/AlarmUnit.xml' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.468 08:32:22.468 WARNING: File '/root/.nuget/packages/keyvaluelib.keyvaluedisplayinfo/1.3.67/contentFiles/any/netstandard2.0/KeyValueInfoXmlFiles/Camera.xml' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.468 08:32:22.468 WARNING: File '/root/.nuget/packages/keyvaluelib.keyvaluedisplayinfo/1.3.67/contentFiles/any/netstandard2.0/KeyValueInfoXmlFiles/Climate.xml' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.468 08:32:22.468 WARNING: File '/root/.nuget/packages/keyvaluelib.keyvaluedisplayinfo/1.3.67/contentFiles/any/netstandard2.0/KeyValueInfoXmlFiles/FarmWatch.xml' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.468 08:32:22.468 WARNING: File '/root/.nuget/packages/keyvaluelib.keyvaluedisplayinfo/1.3.67/contentFiles/any/netstandard2.0/KeyValueInfoXmlFiles/Kik.xml' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.468 08:32:22.468 WARNING: File '/root/.nuget/packages/keyvaluelib.keyvaluedisplayinfo/1.3.67/contentFiles/any/netstandard2.0/KeyValueInfoXmlFiles/Klf.xml' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.468 08:32:22.468 WARNING: File '/root/.nuget/packages/keyvaluelib.keyvaluedisplayinfo/1.3.67/contentFiles/any/netstandard2.0/KeyValueInfoXmlFiles/Location.xml' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.468 08:32:22.468 WARNING: File '/root/.nuget/packages/keyvaluelib.keyvaluedisplayinfo/1.3.67/contentFiles/any/netstandard2.0/KeyValueInfoXmlFiles/ManureDrying.xml' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.468 08:32:22.468 WARNING: File '/root/.nuget/packages/keyvaluelib.keyvaluedisplayinfo/1.3.67/contentFiles/any/netstandard2.0/KeyValueInfoXmlFiles/Nortura.xml' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.469 08:32:22.469 WARNING: File '/root/.nuget/packages/keyvaluelib.keyvaluedisplayinfo/1.3.67/contentFiles/any/netstandard2.0/KeyValueInfoXmlFiles/Pigs.xml' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.469 08:32:22.469 WARNING: File '/root/.nuget/packages/keyvaluelib.keyvaluedisplayinfo/1.3.67/contentFiles/any/netstandard2.0/KeyValueInfoXmlFiles/Poultry.xml' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. 08:32:22.469 08:32:22.469 WARNING: File '/root/.nuget/packages/keyvaluelib.keyvaluedisplayinfo/1.3.67/contentFiles/any/netstandard2.0/KeyValueInfoXmlFiles/Tuppen.xml' is not located under the root directory '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context' and will not be analyzed. Calling the SonarScanner CLI... INFO: Scanner configuration file: /root/.dotnet/tools/.store/dotnet-sonarscanner/5.4.1/dotnet-sonarscanner/5.4.1/tools/net5.0/any/sonar-scanner-4.6.2.2472/conf/sonar-scanner.properties INFO: Project root configuration file: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/sonar-project.properties INFO: SonarScanner 4.6.2.2472 INFO: Java 11.0.14 Alpine (64-bit) INFO: Linux 5.4.0-1068-azure amd64 INFO: User cache: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/.sonar/cache INFO: Scanner configuration file: /root/.dotnet/tools/.store/dotnet-sonarscanner/5.4.1/dotnet-sonarscanner/5.4.1/tools/net5.0/any/sonar-scanner-4.6.2.2472/conf/sonar-scanner.properties INFO: Project root configuration file: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/sonar-project.properties INFO: Analyzing on SonarCloud INFO: Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent) INFO: Load global settings INFO: Load global settings (done) | time=169ms INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu INFO: User cache: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/.sonar/cache INFO: Load/download plugins INFO: Load plugins index INFO: Load plugins index (done) | time=55ms INFO: Load/download plugins (done) | time=262ms INFO: Loaded core extensions: developer-scanner INFO: Found an active CI vendor: 'Gitlab CI' INFO: Load project settings for component key: '[MASKED]_glyngore-context' INFO: Load project settings for component key: '[MASKED]_glyngore-context' (done) | time=31ms INFO: Process project properties INFO: Execute project builders INFO: Execute project builders (done) | time=77ms INFO: Project key: [MASKED]_glyngore-context INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context INFO: Working dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/.sonar INFO: Load project branches INFO: Load project branches (done) | time=37ms INFO: Check ALM binding of project '[MASKED]_glyngore-context' INFO: Detected project binding: BOUND INFO: Check ALM binding of project '[MASKED]_glyngore-context' (done) | time=19ms INFO: Load project pull requests INFO: Load project pull requests (done) | time=25ms INFO: Load branch configuration INFO: Auto-configuring branch master INFO: Load branch configuration (done) | time=2ms INFO: Load quality profiles INFO: Load quality profiles (done) | time=87ms INFO: Load active rules INFO: Load active rules (done) | time=1803ms INFO: Organization key: [MASKED] INFO: Branch name: master, type: long-lived INFO: Load project repositories INFO: Load project repositories (done) | time=166ms INFO: Indexing files... INFO: Project configuration: INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyKafkaLicenseProcessorTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessorTest INFO: Test paths: IntegrationTest/DependencyTest.cs, IntegrationTest/KafkaFixture... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'BatchCalculationService' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationService INFO: Source paths: Program.cs, Services/BatchKvCalculationProcessor.cs, Services... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'CosmosLibrary' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibrary INFO: Source paths: Clients/AvailableKeyvalueClient/AvailableKeyvalueRepositorySe... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'ActualKeyvaluePublisherService' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherService INFO: Source paths: Program.cs, Services/ActualKeyValuePublisherProcessor.cs, Ser... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyKafkaClientTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClientTest INFO: Test paths: IntegrationTest/KafkaConsumerClient/SurveyKafkaConsumerClientTe... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'UserFiltersApiTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApiTest INFO: Test paths: IntegrationTest/Controller/CosmosFixture.cs, IntegrationTest/Co... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SharedServices' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServices INFO: Source paths: AvailableKeyValuesService/AvailableKeyValuesService.cs, Avail... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyKafkaClient' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaClient/SurveyKafkaClient INFO: Source paths: Client/Consumer/IKafkaConsumerHandler.cs, Client/Consumer/IKa... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyKafkaLocationProcessorTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessorTest INFO: Test paths: IntegrationTest/DependencyTest.cs, IntegrationTest/KafkaFixture... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyKafkaParameterProcessorTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessorTest INFO: Test paths: IntegrationTest/DependencyTest.cs, IntegrationTest/KafkaFixture... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SharedTools' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedTools INFO: Source paths: DataDog/DogStatsdConfigurator.cs, DataDog/IMessageStatisticsS... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyAdminApi' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApi INFO: Source paths: Config/Authorization/LegalEntityAuthorizationHandler.cs, Conf... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyKafkaLicenseProcessor' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLicenseProcessor/SurveyKafkaLicenseProcessor INFO: Source paths: Helpers/LicenseUpsertMessageHelper.cs, Processor/LicenseMessa... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyBlobConsolidationProcessor' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessor INFO: Source paths: Processor/BlobConsolidationProcessor.cs, Processor/IBlobConso... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyServiceBusClient' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyServiceBusClient/SurveyServiceBusClient INFO: Source paths: Client/MessageClient/IMessageClientServiceBus.cs, Client/Mess... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyKafkaReferenceProcessor' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessor INFO: Source paths: Processor/ReferenceAssignmentMessageProcessor.cs, Processor/R... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyKafkaParameterProcessor' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaParameterProcessor/SurveyKafkaParameterProcessor INFO: Source paths: Helpers/ParameterMessageHelper.cs, Processor/AbstractParamete... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'ActualKeyvaluePublisherServiceTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/ActualKeyvaluePublisherService/ActualKeyvaluePublisherServiceTest INFO: Test paths: IntegrationTest/DependencyTest.cs, IntegrationTest/KafkaFixture... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyKafkaBatchProcessorTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessorTest INFO: Test paths: IntegrationTest/DependencyTest.cs, IntegrationTest/KafkaFixture... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyApiTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApiTest INFO: Test paths: Fixtures/KeyValueDisplayInfoFixture.cs, Fixtures/LaunchSettings... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyKafkaReferenceProcessorTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaReferenceProcessor/SurveyKafkaReferenceProcessorTest INFO: Test paths: IntegrationTest/DependencyTest.cs, IntegrationTest/KafkaFixture... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyBlobStorageClient' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClient INFO: Source paths: Avro/AvroStreamWriter.cs, Avro/IAvroStreamWriter.cs, Client/I... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyKafkaLocationProcessor' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaLocationProcessor/SurveyKafkaLocationProcessor INFO: Source paths: Helpers/FarmMessageHelper.cs, Helpers/HouseMessageHelper.cs, ... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'UserFiltersApi' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/UserFiltersApi/UserFiltersApi INFO: Source paths: Config/Authorization/LegalEntityAuthorizationHandler.cs, Conf... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyBlobConsolidationProcessorTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobConsolidationProcessor/SurveyBlobConsolidationProcessorTest INFO: Test paths: IntegrationTest/DependencyTest.cs, IntegrationTest/ServiceBusTe... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyBlobStorageClientTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyBlobStorageClient/SurveyBlobStorageClientTest INFO: Test paths: IntegrationTest/BlobStorageCollection.cs, IntegrationTest/BlobS... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyKafkaBatchProcessor' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyKafkaBatchProcessor/SurveyKafkaBatchProcessor INFO: Source paths: Helpers/BatchCreatedHelper.cs, Helpers/BatchDeletedHelper.cs,... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SharedToolsTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedTools/SharedToolsTest INFO: Test paths: Logger/XunitLogger.cs, UnitTest/DateTimeOffsetExtentionsTest.cs... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyAdminApiTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyAdminApi/SurveyAdminApiTest INFO: Test paths: UnitTest/Controllers/CleanUpControllerTest.cs, nuget.config, ap... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SharedServicesTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SharedServices/SharedServicesTest INFO: Test paths: IntegrationTest/CleanUpFixture.cs, IntegrationTest/CleanUpServi... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'SurveyApi' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/SurveyApi/SurveyApi INFO: Source paths: Config/IAccountApi.cs, Config/Jwt/JwtConfig.cs, Config/Swagge... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'BatchCalculationServiceTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/BatchCalculationService/BatchCalculationServiceTest INFO: Test paths: appsettings.Development.json, appsettings.json, BatchCalculatio... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module 'CosmosLibraryTest' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/CosmosLibrary/CosmosLibraryTest INFO: Test paths: CosmosFixture.cs, IntegrationTest/AvailableKeyvalueClientTest/A... INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: Indexing files of module '[MASKED]_glyngore-context' INFO: Base dir: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context INFO: Excluded sources: **/build-wrapper-dump.json, **/Examples/** INFO: 793 files indexed INFO: 0 files ignored because of inclusion/exclusion patterns INFO: 23 files ignored because of scm ignore settings INFO: Quality profile for cs: .NET INFO: Quality profile for json: SonarQube Way INFO: Quality profile for xml: Sonar way INFO: Quality profile for yaml: Sonar way INFO: ------------- Run sensors on module ActualKeyvaluePublisherService INFO: Load metrics repository INFO: Load metrics repository (done) | time=52ms INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=19ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=4ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=1ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=2ms INFO: Sensor Text Sensor [text] INFO: 7 source files to be analyzed INFO: 7/7 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=9ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=15ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=5ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms INFO: ------------- Run sensors on module SurveyBlobStorageClientTest INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=1ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp8 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 8 source files to be analyzed INFO: 8/8 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=8ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=12ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyKafkaLocationProcessor INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=2ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 13 source files to be analyzed INFO: 13/13 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=3ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms INFO: ------------- Run sensors on module CosmosLibraryTest INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=1ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp8 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 20 source files to be analyzed INFO: 20/20 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=11ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=1ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyApi INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=3ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 129 source files to be analyzed INFO: 129/129 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=75ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=12ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms INFO: ------------- Run sensors on module SurveyKafkaClient INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=1ms INFO: Sensor Text Sensor [text] INFO: 26 source files to be analyzed INFO: 26/26 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=5ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyKafkaParameterProcessor INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=2ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 11 source files to be analyzed INFO: 11/11 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=2ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyKafkaReferenceProcessor INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=2ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 8 source files to be analyzed INFO: 8/8 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=2ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyAdminApi INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=2ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 57 source files to be analyzed INFO: 57/57 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=7ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms INFO: ------------- Run sensors on module SurveyServiceBusClient INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp8 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 9 source files to be analyzed INFO: 9/9 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=2ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyKafkaBatchProcessorTest INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=1ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=1ms INFO: Sensor Text Sensor [text] INFO: 10 source files to be analyzed INFO: 10/10 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=5ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module BatchCalculationService INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=1ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 8 source files to be analyzed INFO: 8/8 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=2ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module BatchCalculationServiceTest INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=1ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 2 source files to be analyzed INFO: 2/2 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=2ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyKafkaLicenseProcessorTest INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=1ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=1ms INFO: Sensor Text Sensor [text] INFO: 5 source files to be analyzed INFO: 5/5 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=4ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms INFO: ------------- Run sensors on module SurveyApiTest INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=1ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor XML Sensor [xml] INFO: Sensor XML Sensor [xml] (done) | time=1ms INFO: Sensor Text Sensor [text] INFO: 66 source files to be analyzed INFO: 66/66 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=36ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module UserFiltersApiTest INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=1ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 6 source files to be analyzed INFO: 6/6 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=3ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyKafkaClientTest INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor XML Sensor [xml] INFO: Sensor XML Sensor [xml] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 4 source files to be analyzed INFO: 4/4 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=48ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=1ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyBlobConsolidationProcessor INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=1ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 7 source files to be analyzed INFO: 7/7 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=1ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyKafkaLocationProcessorTest INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=2ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=1ms INFO: Sensor XML Sensor [xml] INFO: Sensor XML Sensor [xml] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 12 source files to be analyzed INFO: 12/12 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=60ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=1ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module CosmosLibrary INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp8 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=1ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 104 source files to be analyzed INFO: 104/104 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=9ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=1ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyAdminApiTest INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=1ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=1ms INFO: Sensor Text Sensor [text] INFO: 2 source files to be analyzed INFO: 2/2 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=1ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SharedServices INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp8 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=1ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 64 source files to be analyzed INFO: 64/64 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=14ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyBlobStorageClient INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp8 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=1ms INFO: Sensor Text Sensor [text] INFO: 20 source files to be analyzed INFO: 20/20 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=2ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyKafkaLicenseProcessor INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=2ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=1ms INFO: Sensor Text Sensor [text] INFO: 7 source files to be analyzed INFO: 7/7 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=0ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyBlobConsolidationProcessorTest INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=0ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 5 source files to be analyzed INFO: 5/5 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=1ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyKafkaReferenceProcessorTest INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=0ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 7 source files to be analyzed INFO: 7/7 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=3ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyKafkaBatchProcessor INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=1ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 11 source files to be analyzed INFO: 11/11 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=3ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module ActualKeyvaluePublisherServiceTest INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=0ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 7 source files to be analyzed INFO: 7/7 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=2ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SurveyKafkaParameterProcessorTest INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=1ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor XML Sensor [xml] INFO: Sensor XML Sensor [xml] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 7 source files to be analyzed INFO: 7/7 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=60ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module UserFiltersApi INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=2ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 18 source files to be analyzed INFO: 18/18 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=3ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=1ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SharedServicesTest INFO: Sensor IaC CloudFormation Sensor [iac] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=1ms INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 22 source files to be analyzed INFO: 22/22 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=7ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SharedToolsTest INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp10 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=1ms INFO: Sensor Text Sensor [text] INFO: 5 source files to be analyzed INFO: 5/5 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=1ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module SharedTools INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Roslyn version: 4.0.0.0 INFO: Language version: CSharp8 INFO: Concurrent execution: enabled INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=1ms INFO: Sensor HTML [web] INFO: Sensor HTML [web] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 15 source files to be analyzed INFO: 15/15 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=28ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: ------------- Run sensors on module [MASKED]_glyngore-context INFO: Sensor C# Project Type Information [csharp] INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms INFO: Sensor C# Analysis Log [csharp] INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms INFO: Sensor C# Properties [csharp] INFO: Sensor C# Properties [csharp] (done) | time=0ms INFO: Sensor Text Sensor [text] INFO: 0 source files to be analyzed INFO: 0/0 source files have been analyzed INFO: Sensor Text Sensor [text] (done) | time=1ms INFO: Sensor VB.NET Project Type Information [vbnet] INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms INFO: Sensor VB.NET Analysis Log [vbnet] INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms INFO: Sensor VB.NET Properties [vbnet] INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms INFO: Sensor JaCoCo XML Report Importer [jacoco] INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms INFO: Sensor CSS Rules [javascript] INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. INFO: Sensor CSS Rules [javascript] (done) | time=0ms INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms INFO: Sensor Serverless configuration file sensor [security] INFO: 0 Serverless function entries were found in the project INFO: 0 Serverless function handlers were kept as entrypoints INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms INFO: Sensor AWS SAM template file sensor [security] INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms INFO: Sensor JavaSecuritySensor [security] INFO: Reading type hierarchy from: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/.sonar/ucfg2/java INFO: Read 0 type definitions INFO: Reading UCFGs from: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/.sonar/ucfg2/java INFO: No UCFGs have been included for analysis. INFO: Sensor JavaSecuritySensor [security] (done) | time=4ms INFO: Sensor CSharpSecuritySensor [security] INFO: Reading type hierarchy from: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/ucfg_cs2 INFO: Read 376 type definitions INFO: Reading UCFGs from: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/ucfg_cs2 INFO: 08:32:36.574039 Building Runtime Type propagation graph INFO: 08:32:36.661639 Running Tarjan on 17711 nodes INFO: 08:32:36.689859 Tarjan found 17681 components INFO: 08:32:36.731444 Variable type analysis: done INFO: 08:32:36.733722 Building Runtime Type propagation graph INFO: 08:32:36.789878 Running Tarjan on 17740 nodes INFO: 08:32:36.81251 Tarjan found 17710 components INFO: 08:32:36.847747 Variable type analysis: done INFO: Analyzing 3433 ucfgs to detect vulnerabilities. INFO: All rules entrypoints : 0 INFO: Retained UCFGs : 0 INFO: Taint analysis starting. Entrypoints: 0 INFO: Taint analysis: done. INFO: Sensor CSharpSecuritySensor [security] (done) | time=2132ms INFO: Sensor PhpSecuritySensor [security] INFO: Reading type hierarchy from: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/.sonar/ucfg2/php INFO: Read 0 type definitions INFO: Reading UCFGs from: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/.sonar/ucfg2/php INFO: No UCFGs have been included for analysis. INFO: Sensor PhpSecuritySensor [security] (done) | time=0ms INFO: Sensor PythonSecuritySensor [security] INFO: Reading type hierarchy from: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/.sonar/ucfg2/python INFO: Read 0 type definitions INFO: Reading UCFGs from: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/.sonar/ucfg2/python INFO: No UCFGs have been included for analysis. INFO: Sensor PythonSecuritySensor [security] (done) | time=0ms INFO: Sensor JsSecuritySensor [security] INFO: Reading type hierarchy from: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/.sonar/ucfg2/js INFO: Read 0 type definitions INFO: Reading UCFGs from: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/.sonar/ucfg2/js INFO: No UCFGs have been included for analysis. INFO: Sensor JsSecuritySensor [security] (done) | time=1ms INFO: ------------- Run sensors on project INFO: Sensor C# [csharp] INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/30/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/8/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/15/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/9/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/16/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/5/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/19/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/12/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/18/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/1/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/28/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/17/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/29/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/24/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/27/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/25/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/10/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/6/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/26/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/2/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/31/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/13/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/4/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/11/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/21/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/23/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/14/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/32/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/22/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/7/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/20/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/3/output-cs' INFO: Importing results from 6 proto files in '/builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/.sonarqube/out/0/output-cs' INFO: Importing 33 Roslyn reports INFO: Found 33 MSBuild C# projects: 17 MAIN projects. 15 TEST projects. 1 with no MAIN nor TEST files. INFO: Sensor C# [csharp] (done) | time=1008ms INFO: Sensor C# Tests Coverage Report Import [csharp] INFO: Parsing the OpenCover report /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyKafkaBatchProcessorTestResult.xml INFO: Adding this code coverage report to the cache for later reuse: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyKafkaBatchProcessorTestResult.xml INFO: Parsing the OpenCover report /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./ActualKeyvaluePublisherServiceTestResult.xml INFO: Adding this code coverage report to the cache for later reuse: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./ActualKeyvaluePublisherServiceTestResult.xml INFO: Parsing the OpenCover report /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./SharedToolsTestResult.xml INFO: Adding this code coverage report to the cache for later reuse: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./SharedToolsTestResult.xml INFO: Parsing the OpenCover report /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyKafkaReferenceProcessorTestResult.xml INFO: Adding this code coverage report to the cache for later reuse: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyKafkaReferenceProcessorTestResult.xml INFO: Parsing the OpenCover report /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyBlobConsolidationProcessorTestResult.xml INFO: Adding this code coverage report to the cache for later reuse: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyBlobConsolidationProcessorTestResult.xml INFO: Parsing the OpenCover report /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyBlobStorageClientTestResult.xml INFO: Adding this code coverage report to the cache for later reuse: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyBlobStorageClientTestResult.xml INFO: Parsing the OpenCover report /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyKafkaClientTestResult.xml INFO: Adding this code coverage report to the cache for later reuse: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyKafkaClientTestResult.xml INFO: Parsing the OpenCover report /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./UserFilterTestResult.xml INFO: Adding this code coverage report to the cache for later reuse: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./UserFilterTestResult.xml INFO: Parsing the OpenCover report /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyKafkaLicenseProcessorTestResult.xml INFO: Adding this code coverage report to the cache for later reuse: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyKafkaLicenseProcessorTestResult.xml INFO: Parsing the OpenCover report /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./SurveyAdminApiTestResult.xml INFO: Adding this code coverage report to the cache for later reuse: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./SurveyAdminApiTestResult.xml INFO: Parsing the OpenCover report /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyKafkaParameterProcessorTestResult.xml INFO: Adding this code coverage report to the cache for later reuse: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyKafkaParameterProcessorTestResult.xml INFO: Parsing the OpenCover report /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./SurveyApiTestResult.xml INFO: Adding this code coverage report to the cache for later reuse: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./SurveyApiTestResult.xml INFO: Parsing the OpenCover report /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./CosmosLibraryTestResult.xml INFO: Adding this code coverage report to the cache for later reuse: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./CosmosLibraryTestResult.xml INFO: Parsing the OpenCover report /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./SharedServicesTestResult.xml INFO: Adding this code coverage report to the cache for later reuse: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./SharedServicesTestResult.xml INFO: Parsing the OpenCover report /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyKafkaLocationProcessorTestResult.xml INFO: Adding this code coverage report to the cache for later reuse: /builds/HUzDdLgV/0/[MASKED]/glyngore/glyngore-context/testCoverage/./IntegrationTestSurveyKafkaLocationProcessorTestResult.xml INFO: Coverage Report Statistics: 186 files, 181 main files, 181 main files with coverage, 5 test files, 0 project excluded files, 0 other language files. INFO: Sensor C# Tests Coverage Report Import [csharp] (done) | time=798ms INFO: Sensor Zero Coverage Sensor INFO: Sensor Zero Coverage Sensor (done) | time=31ms INFO: CPD Executor 77 files had no CPD blocks INFO: CPD Executor Calculating CPD for 404 files INFO: CPD Executor CPD calculation finished (done) | time=126ms INFO: Analysis report generated in 458ms, dir size=9 MB INFO: Analysis report compressed in 1170ms, zip size=2 MB INFO: Analysis report uploaded in 208ms INFO: ------------- Check Quality Gate status INFO: Waiting for the analysis report to be processed (max 5000s) INFO: QUALITY GATE STATUS: PASSED - View details on https://sonarcloud.io/dashboard?id=[MASKED]_glyngore-context&branch=master INFO: Analysis total time: 32.605 s INFO: ------------------------------------------------------------------------ INFO: EXECUTION SUCCESS INFO: ------------------------------------------------------------------------ INFO: Total time: 34.298s INFO: Final Memory: 42M/147M INFO: ------------------------------------------------------------------------ The SonarScanner CLI has finished 08:32:57.345 Post-processing succeeded. section_end:1649320377:step_script section_start:1649320377:archive_cache Saving cache for successful job Creating cache static_code_analysis-12... .sonar/cache: found 324 matching files and directories Archive is up to date!  Created cache section_end:1649320378:archive_cache section_start:1649320378:cleanup_file_variables Cleaning up project directory and file based variables section_end:1649320378:cleanup_file_variables Job succeeded