Skip to content

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 18.7.0 #130

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 18.7.0

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 18.7.0 #130

Status Success
Total duration 3m 55s
Artifacts

codeql.yml

on: pull_request
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp): DotNet/BuildingOS.ApiServer/Authorization/AuthorizedTwinView.cs#L13
Missing XML comment for publicly visible type or member 'AuthorizedTwinView.ListBuildingsAsync(AuthorizationContext, CancellationToken)'
Analyze (csharp): DotNet/BuildingOS.ApiServer/Authorization/AuthorizedTwinView.cs#L7
Missing XML comment for publicly visible type or member 'AuthorizedTwinView.AuthorizedTwinView(IDigitalTwinDatabase, IAuthorizationService)'
Analyze (csharp): DotNet/BuildingOS.ApiServer/Authorization/AuthorizedTwinView.cs#L7
Missing XML comment for publicly visible type or member 'AuthorizedTwinView'
Analyze (csharp): DotNet/BuildingOS.ApiServer/Startup/TestAuthenticationHandler.cs#L12
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
Analyze (csharp): DotNet/BuildingOS.ApiServer/Startup/TestAuthenticationHandler.cs#L11
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
Analyze (csharp): DotNet/BuildingOS.ConnectorWorker/Connectors/IoTIngressConnectorBase.cs#L29
Parameter 'ILogger logger' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
Analyze (csharp): DotNet/BuildingOS.GatewayBridge/Infrastructure/NatsEgressCommandBus.cs#L22
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.
Analyze (csharp): DotNet/BuildingOS.DuckDbSpike/BenchmarkRunner.cs#L23
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.
Analyze (csharp): DotNet/BuildingOS.Shared/Infrastructure/Telemetry/ParquetLakeTelemetryStore.cs#L148
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
Analyze (csharp): DotNet/BuildingOS.Shared/Module/BacnetPointResolver.cs#L129
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.
Analyze (csharp)
Cannot build an overlay database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.