Skip to content

Refactored property parsing #262

Refactored property parsing

Refactored property parsing #262

Triggered via pull request January 4, 2025 03:09
Status Success
Total duration 2m 39s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
tests: src/Sidekick.Apis.Poe/Modifiers/ModifierProvider.cs#L242
Possible null reference return.
tests: src/Sidekick.Apis.Poe/Parser/Pseudo/PseudoDefinition.cs#L44
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.
tests: src/Sidekick.Common.Ui/Poe/Items/ItemInfluencesComponent.razor#L30
Non-nullable property 'Influences' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
tests: src/Sidekick.Common.Ui/Poe/Items/ItemHeader.razor#L57
Non-nullable property 'Influences' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
tests: src/Sidekick.Common.Blazor/Settings/Wiki/PreferredWikiEditor.razor#L24
Dereference of a possibly null reference.
tests: src/Sidekick.Common.Blazor/Settings/Wiki/PreferredWikiEditor.razor#L25
Possible null reference argument for parameter 'name' in 'LocalizedString IStringLocalizer.this[string name]'.
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.