Skip to content

feat: add shipment information and water volumes #104

feat: add shipment information and water volumes

feat: add shipment information and water volumes #104

Triggered via pull request September 23, 2024 08:32
Status Success
Total duration 41s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/IntegrationTests/Fixtures/TestSetupFixture.cs#L154
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.
build: src/ChemDec.Api/Controllers/AccountController.cs#L43
'AccountController.SignOut()' hides inherited member 'ControllerBase.SignOut()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: src/ChemDec.Api/Controllers/Handlers/ShipmentHandler.cs#L29
'TelemetryClient.TelemetryClient()' is obsolete: 'We do not recommend using TelemetryConfiguration.Active on .NET Core. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/1152 for more details'
build: src/ChemDec.Api/Controllers/HomeController.cs#L29
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.
build: src/ChemDec.Api/Controllers/Handlers/AdminHandler.cs#L57
The result of the expression is always 'false' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
build: src/ChemDec.Api/Datamodel/ChemContext.cs#L124
The result of the expression is always 'false' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
build: src/ChemDec.Api/Model/Notification.cs#L44
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
build: src/ChemDec.Api/Infrastructure/Services/CommentsService.cs#L22
'TelemetryClient.TelemetryClient()' is obsolete: 'We do not recommend using TelemetryConfiguration.Active on .NET Core. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/1152 for more details'
build: src/ChemDec.Api/Controllers/Handlers/ChemicalHandler.cs#L28
'TelemetryClient.TelemetryClient()' is obsolete: 'We do not recommend using TelemetryConfiguration.Active on .NET Core. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/1152 for more details'
build: src/ChemDec.Api/Infrastructure/Security/ChemAuthenticationHandler.cs#L11
The field 'ChemAuthenticationHandler.userResolver' is never used