chore(deps): bump actions/checkout from 3 to 4 #289
Annotations
10 warnings
src/Authentication/Model/AuthenticationEvent.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Authentication/Model/AuthenticationEvent.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
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.
|
src/Authentication/Controllers/AuthenticationController.cs#L1004
'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'
|
src/Authentication/Program.cs#L315
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
|
test/Altinn.Platform.Authentication.Tests/Services/EventLogServiceTest.cs#L21
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.
|
test/Altinn.Platform.Authentication.Tests/Services/EventLogServiceTest.cs#L39
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.
|
test/Altinn.Platform.Authentication.Tests/Fakes/SigningKeyResolverStub.cs#L13
XML comment has cref attribute 'SigningKeysResolver' that could not be resolved
|
|
src/Authentication/Model/AuthenticationEvent.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading