Skip to content

add postgresql to aspire #90

add postgresql to aspire

add postgresql to aspire #90

Triggered via push February 21, 2025 22:39
Status Success
Total duration 2m 7s
Artifacts

blazor.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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)
build: src/apps/blazor/infrastructure/Storage/StorageConstants.cs#L6
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#L6
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#L6
Change the visibility of 'Preference' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
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)