Skip to content

#1087 Upgrade Mudblazor from v7.15.0 to v8.0.0 (#1088) #88

#1087 Upgrade Mudblazor from v7.15.0 to v8.0.0 (#1088)

#1087 Upgrade Mudblazor from v7.15.0 to v8.0.0 (#1088) #88

Triggered via push February 21, 2025 15:24
Status Success
Total duration 1m 59s
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/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#L8
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
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#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#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#L10
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)