Skip to content

Improved modifier and item matching for pictogram based languages #185

Improved modifier and item matching for pictogram based languages

Improved modifier and item matching for pictogram based languages #185

Triggered via pull request December 22, 2024 21:22
Status Success
Total duration 2m 29s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
tests: src/Sidekick.Common/Game/Languages/Implementations/GameLanguageJp.cs#L124
Nullability of reference types in type of parameter 'text' of 'string GameLanguageJP.GetFuzzyText(string text)' doesn't match implicitly implemented member 'string? IGameLanguage.GetFuzzyText(string? text)' (possibly because of nullability attributes).
tests: src/Sidekick.Common/Game/Languages/Implementations/GameLanguageKr.cs#L124
Nullability of reference types in type of parameter 'text' of 'string GameLanguageKR.GetFuzzyText(string text)' doesn't match implicitly implemented member 'string? IGameLanguage.GetFuzzyText(string? text)' (possibly because of nullability attributes).
tests: src/Sidekick.Common/Game/Languages/Implementations/GameLanguageZhTw.cs#L169
Nullability of reference types in type of parameter 'text' of 'string GameLanguageZhTw.GetFuzzyText(string text)' doesn't match implicitly implemented member 'string? IGameLanguage.GetFuzzyText(string? text)' (possibly because of nullability attributes).
tests: src/Sidekick.Apis.Poe/Fuzzy/FuzzyService.cs#L11
Nullability of reference types in type of parameter 'text' of 'string FuzzyService.CleanFuzzyText(string text)' doesn't match implicitly implemented member 'string? IFuzzyService.CleanFuzzyText(string? text)' (possibly because of nullability attributes).
tests: src/Sidekick.Apis.Poe/Modifiers/ModifierProvider.cs#L242
Possible null reference return.
tests: src/Sidekick.Modules.Wealth/Components/WealthControl.razor#L6
Found markup element with unexpected name 'MudAlert'. If this is intended to be a component, add a @using directive for its namespace.
tests: src/Sidekick.Modules.Wealth/Components/WealthControl.razor#L19
Found markup element with unexpected name 'MudIcon'. If this is intended to be a component, add a @using directive for its namespace.
tests: src/Sidekick.Modules.Wealth/Components/WealthControl.razor#L23
Found markup element with unexpected name 'MudIcon'. If this is intended to be a component, add a @using directive for its namespace.
tests: src/Sidekick.Modules.Wealth/Components/WealthControl.razor#L27
Found markup element with unexpected name 'MudIcon'. If this is intended to be a component, add a @using directive for its namespace.
tests: src/Sidekick.Modules.Wealth/Components/WealthControl.razor#L32
Found markup element with unexpected name 'MudButton'. If this is intended to be a component, add a @using directive for its namespace.