Merge branch 'main' of https://github.com/LumexUI/lumexui #5
build-test.yml
on: push
Build & Test LumexUI
47s
Annotations
3 errors and 6 warnings
Build & Test LumexUI:
src/LumexUI/Components/Buttons/LumexButton.razor.cs#L75
'ThemeColor' does not contain a definition for 'None'
|
Build & Test LumexUI:
src/LumexUI/Components/Buttons/LumexButton.razor.cs#L75
'ThemeColor' does not contain a definition for 'None'
|
Build & Test LumexUI
Process completed with exit code 1.
|
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/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
|