Skip to content

Project Phoenix πŸ¦β€πŸ”₯ #93

Project Phoenix πŸ¦β€πŸ”₯

Project Phoenix πŸ¦β€πŸ”₯ #93

Triggered via pull request April 9, 2025 10:14
Status Success
Total duration 48s
Artifacts

blazor.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/apps/blazor/infrastructure/Storage/StorageConstants.cs#L10
Change the visibility of 'ImageUri' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
build: src/apps/blazor/infrastructure/Storage/StorageConstants.cs#L10
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build: src/apps/blazor/infrastructure/Storage/StorageConstants.cs#L9
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build: src/apps/blazor/infrastructure/Storage/StorageConstants.cs#L8
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build: src/apps/blazor/infrastructure/Storage/StorageConstants.cs#L9
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)
build: src/apps/blazor/infrastructure/Storage/StorageConstants.cs#L10
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)
build: src/apps/blazor/infrastructure/Storage/StorageConstants.cs#L8
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)
build: src/apps/blazor/infrastructure/Preferences/ClientPreferenceManager.cs#L57
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build: src/apps/blazor/infrastructure/Auth/Jwt/JwtAuthenticationService.cs#L123
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build: src/apps/blazor/infrastructure/Preferences/ClientPreferenceManager.cs#L54
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.