Skip to content

Feature/implement evntlog refresh (#316) #332

Feature/implement evntlog refresh (#316)

Feature/implement evntlog refresh (#316) #332

Triggered via push September 21, 2023 06:25
Status Success
Total duration 5m 16s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): src/Authentication/Model/AuthenticationEvent.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/Authentication/Model/AuthenticationEvent.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/Authentication/Controllers/LogoutController.cs#L75
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.
Analyze (csharp): src/Authentication/Controllers/LogoutController.cs#L83
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.
Analyze (csharp): src/Authentication/Controllers/LogoutController.cs#L100
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.
Analyze (csharp): src/Authentication/Controllers/AuthenticationController.cs#L243
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.
Analyze (csharp): src/Authentication/Controllers/AuthenticationController.cs#L272
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.
Analyze (csharp): src/Authentication/Controllers/AuthenticationController.cs#L372
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.
Analyze (csharp): src/Authentication/Controllers/AuthenticationController.cs#L492
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.
Analyze (csharp): src/Authentication/Controllers/AuthenticationController.cs#L626
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.