Skip to content

should fix #1015

should fix #1015 #56

Triggered via push August 27, 2024 19:15
Status Success
Total duration 1m 37s
Artifacts

blazor.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/apps/blazor/shared/AppConstants.cs#L6
Use an immutable collection or reduce the accessibility of the non-private readonly field 'SupportedImageFormats'. (https://rules.sonarsource.com/csharp/RSPEC-3887)
build: src/apps/blazor/shared/AppConstants.cs#L6
Use an immutable collection or reduce the accessibility of the public static field 'SupportedImageFormats'. (https://rules.sonarsource.com/csharp/RSPEC-2386)
build: src/apps/blazor/shared/IdentityConstants.cs#L11
Remove the unused internal class 'Roles'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
build: src/apps/blazor/infrastructure/Auth/Extensions.cs#L3
The using directive for 'FSH.Starter.Blazor.Shared' appeared previously in this namespace
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.
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#L57
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build: src/apps/blazor/infrastructure/Preferences/ClientPreferenceManager.cs#L125
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#L125
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build: src/apps/blazor/infrastructure/Preferences/ClientPreferenceManager.cs#L125
Change the visibility of 'Preference' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)