fix: Add logging to session creation exception (#1179) #1182
Annotations
10 warnings
|
src/Playground/Playground.Blazor/Components/Layout/PlaygroundLayout.razor#L185
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/Modules/Identity/Modules.Identity/Domain/UserSession.cs#L24
Remove the unused private setter 'set_User'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
|
src/Modules/Identity/Modules.Identity/Domain/UserGroup.cs#L12
Remove the unused private setter 'set_Group'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
|
src/Modules/Identity/Modules.Identity/Domain/UserGroup.cs#L11
Remove the unused private setter 'set_User'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
|
src/Modules/Identity/Modules.Identity/Domain/PasswordHistory.cs#L11
Remove the unused private setter 'set_User'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
|
src/Modules/Identity/Modules.Identity/Domain/PasswordHistory.cs#L5
Remove the unused private setter 'set_Id'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
|
src/Modules/Identity/Modules.Identity/Domain/GroupRole.cs#L10
Remove the unused private setter 'set_Role'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
|
src/Modules/Identity/Modules.Identity/Domain/GroupRole.cs#L9
Remove the unused private setter 'set_Group'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
|
src/Playground/Playground.Blazor/Components/Layout/PlaygroundLayout.razor#L195
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/Playground/Playground.Blazor/Components/Layout/PlaygroundLayout.razor#L185
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.
|
The logs for this run have expired and are no longer available.
Loading