Update build.yml #10
Annotations
10 warnings
Build:
src/Pure.Blazor.Components/Display/PureCard.razor#L14
Found markup element with unexpected name 'Header2'. If this is intended to be a component, add a @using directive for its namespace.
|
Build:
src/Pure.Blazor.Components/Display/PureCard.razor#L34
Found markup element with unexpected name 'Header2'. If this is intended to be a component, add a @using directive for its namespace.
|
Build:
src/Pure.Blazor.Components/Forms/PureSelect.razor#L1
Found markup element with unexpected name 'InputSelect'. If this is intended to be a component, add a @using directive for its namespace.
|
Build:
src/Pure.Blazor.Components/Buttons/PureButtonBase.cs#L51
'PureButtonBase.BuildCss()' hides inherited member 'PureComponent.BuildCss()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build:
src/Pure.Blazor.Components/Layout/PureHeader.razor#L18
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Pure.Blazor.Components/Inputs/PureDarkModeToggle.razor#L22
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.
|
Build:
src/Pure.Blazor.Components/Feedback/PureColorIndicator.razor#L13
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Pure.Blazor.Components/Feedback/PureColorIndicator.razor#L16
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Pure.Blazor.Components/Feedback/PureColorIndicator.razor#L22
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Pure.Blazor.Components/Display/PureInlineCode.razor#L6
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading