Refactored property parsing #265
Annotations
1 error and 10 warnings
tests
Process completed with exit code 1.
|
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.
|