Update Material Icons #9
build-test.yml
on: push
Build & Test LumexUI
1m 1s
Annotations
10 warnings
Build & Test LumexUI:
src/LumexUI/Components/Navigation/Drawer/LumexDrawer.razor#L7
Found markup element with unexpected name 'LumexIconButton'. If this is intended to be a component, add a @using directive for its namespace.
|
Build & Test LumexUI:
src/LumexUI/Components/Inputs/Checkbox/LumexCheckbox.razor.cs#L29
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 & Test LumexUI:
src/LumexUI/Components/Inputs/NumBox/LumexNumBox.razor.cs#L71
Field 'LumexNumBox<TValue>._jsEventDisposable' is never assigned to, and will always have its default value null
|
Build & Test LumexUI:
src/LumexUI.Grid/Components/Columns/ExpandColumn.razor#L22
Found markup element with unexpected name 'LumexIconButton'. If this is intended to be a component, add a @using directive for its namespace.
|
Build & Test LumexUI:
src/LumexUI.Grid/Components/Columns/TemplateColumn.razor#L17
Found markup element with unexpected name 'LumexIconButton'. If this is intended to be a component, add a @using directive for its namespace.
|
Build & Test LumexUI:
docs/LumexUI.Docs/Components/CodeSnippet.razor#L9
Found markup element with unexpected name 'LumexIconButton'. If this is intended to be a component, add a @using directive for its namespace.
|
Build & Test LumexUI:
docs/LumexUI.Docs/Shared/Header.razor#L31
Found markup element with unexpected name 'LumexIconButton'. If this is intended to be a component, add a @using directive for its namespace.
|
Build & Test LumexUI:
docs/LumexUI.Docs/Shared/Header.razor#L44
Found markup element with unexpected name 'LumexIconButton'. If this is intended to be a component, add a @using directive for its namespace.
|
Build & Test LumexUI:
docs/LumexUI.Docs/Shared/MainLayout.razor#L10
Found markup element with unexpected name 'LumexIconButton'. If this is intended to be a component, add a @using directive for its namespace.
|
Build & Test LumexUI:
src/test/LumexUI.TestComponents/DataGrid/DataGridWithDataAndDataSource.razor#L14
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.
|