Add Japanese translations for untranslated but implemented features#146
Merged
2 commits merged intoJul 27, 2025
Merged
Annotations
11 warnings
|
|
|
WebUIVanilla/Client/Pages/Dialogs/CardAuthDialog.razor#L52
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.
|
|
WebUIVanilla/Client/Pages/Components/TriadViewComponent.razor#L43
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.
|
|
WebUIVanilla/Client/Services/SelectorService.cs#L39
Possible null reference return.
|
|
WebUIVanilla/Client/Services/SelectorService.cs#L36
Possible null reference return.
|
|
WebUIVanilla/Client/Services/SelectorService.cs#L31
Possible null reference return.
|
|
WebUIVanilla/Client/Services/SelectorService.cs#L22
Possible null reference return.
|
|
WebUIVanilla/Client/Services/SelectorService.cs#L19
Possible null reference return.
|
|
WebUIVanilla/Client/Services/SelectorService.cs#L14
Possible null reference return.
|
|
WebUIVanilla/Client/Pages/ViewCard.razor.cs#L38
Possible null reference argument for parameter 'jsRuntime' in 'ValueTask<string> JSRuntimeExtensions.InvokeAsync<string>(IJSRuntime jsRuntime, string identifier, params object?[]? args)'.
|
|
WebUIVanilla/Client/Shared/MainLayout.razor#L35
Non-nullable property '_darkThemeStr' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading