Skip to content

Added some Basic Localization functionality. #80

Added some Basic Localization functionality.

Added some Basic Localization functionality. #80

Triggered via pull request January 10, 2025 09:25
Status Success
Total duration 49s
Artifacts

blazor.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/Shared/Constants/LanguageCode.cs#L5
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Shared/Constants/LanguageCode.cs#L6
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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#L63
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build: src/apps/blazor/infrastructure/Preferences/ClientPreferenceManager.cs#L68
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build: src/apps/blazor/infrastructure/Preferences/IPreferenceManager.cs#L9
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#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#L6
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)