Skip to content

Migration from an older project #1

Migration from an older project

Migration from an older project #1

Triggered via push February 16, 2024 19:26
Status Success
Total duration 1m 5s
Artifacts

build-test.yml

on: push
Build & Test LumexUI
56s
Build & Test LumexUI
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build & Test LumexUI
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
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/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.
Build & Test LumexUI: src/test/LumexUI.Tests/Utilities/Builders/CssBuilderTest.cs#L124
Converting null literal or possible null value to non-nullable type.
Build & Test LumexUI: src/test/LumexUI.Tests/Utilities/Builders/CssBuilderTest.cs#L128
Possible null reference argument for parameter 'additionalAttributes' in 'CssBuilder CssBuilder.AddClassFromAttributes(IReadOnlyDictionary<string, object> additionalAttributes)'.
Build & Test LumexUI: src/test/LumexUI.Tests/Utilities/Builders/CssBuilderTest.cs#L141
Cannot convert null literal to non-nullable reference type.
Build & Test LumexUI: src/test/LumexUI.Tests/Utilities/Builders/CssBuilderTest.cs#L158
Converting null literal or possible null value to non-nullable type.
Build & Test LumexUI: src/test/LumexUI.Tests/Utilities/Builders/CssBuilderTest.cs#L162
Possible null reference argument for parameter 'additionalAttributes' in 'CssBuilder CssBuilder.AddClassFromAttributes(IReadOnlyDictionary<string, object> additionalAttributes)'.