chore(deps): bump actions/checkout from 3 to 4 (#315) #384
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/appsettings.json#L28
"pwd" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|
src/Authentication/Program.cs#L1
Refactor this top-level file to reduce its Cognitive Complexity from 27 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
src/Authentication/Extensions/ClaimsPrincipalExtension.cs#L17
Loops should be simplified with "LINQ" expressions (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
src/Authentication/Controllers/AuthenticationController.cs#L101
Constructor has 14 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
src/Authentication/Controllers/AuthenticationController.cs#L145
Refactor this method to reduce its Cognitive Complexity from 30 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
src/Authentication/Controllers/AuthenticationController.cs#L578
Remove this useless assignment to local variable 'authLevelValue'. (https://rules.sonarsource.com/csharp/RSPEC-1854)
|
The logs for this run have expired and are no longer available.
Loading