fix: email body issue resolve #112
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/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/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/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/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/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/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/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/Infrastructure/Security/ChemAuthenticationHandler.cs#L11
The field 'ChemAuthenticationHandler.userResolver' is never used
|
Loading