Skip to content

Feature/implement evntlog refresh #386

Feature/implement evntlog refresh

Feature/implement evntlog refresh #386

Triggered via pull request September 8, 2023 07:48
Status Failure
Total duration 7m 5s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build-and-analyze.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
Build and Test
Process completed with exit code 1.
Build and Test: src/Authentication/Model/AuthenticationEvent.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test: src/Authentication/Model/AuthenticationEvent.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test: src/Authentication/Controllers/LogoutController.cs#L77
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.
Build and Test: src/Authentication/Controllers/LogoutController.cs#L85
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.
Build and Test: src/Authentication/Controllers/AuthenticationController.cs#L240
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.
Build and Test: src/Authentication/Controllers/AuthenticationController.cs#L270
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.
Build and Test: src/Authentication/Controllers/AuthenticationController.cs#L371
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.
Build and Test: 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.
Build and Test: src/Authentication/Controllers/AuthenticationController.cs#L627
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.
Build and Test: src/Authentication/Controllers/AuthenticationController.cs#L880
'SecurityTokenUnableToValidateException' is obsolete: 'This expception is no longer being thrown by Microsoft.IdentityModel and will be removed in the next major version see: https://aka.ms/SecurityTokenUnableToValidateException'
Analyze: src/Authentication/Model/AuthenticationEvent.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze: src/Authentication/Model/AuthenticationEvent.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze: src/Authentication/Controllers/AuthenticationController.cs#L240
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: src/Authentication/Controllers/AuthenticationController.cs#L270
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: src/Authentication/Controllers/LogoutController.cs#L77
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: src/Authentication/Controllers/LogoutController.cs#L85
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: src/Authentication/Controllers/AuthenticationController.cs#L371
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: 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: src/Authentication/Controllers/AuthenticationController.cs#L627
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: src/Authentication/Controllers/AuthenticationController.cs#L880
'SecurityTokenUnableToValidateException' is obsolete: 'This expception is no longer being thrown by Microsoft.IdentityModel and will be removed in the next major version see: https://aka.ms/SecurityTokenUnableToValidateException'