feat(Table): add ReloadColumnVisibleFromBrowserAsync method #6448
auto-pull-request-checks.yml
on: pull_request
run test
2m 10s
Annotations
4 warnings
|
run test:
test/UnitTest/Converters/JsonDescriptionEnumConverterTest.cs#L64
Dereference of a possibly null reference.
|
|
run test:
src/BootstrapBlazor/Converter/ColumnVisibleItemConverter.cs#L11
Missing XML comment for publicly visible type or member 'ColumnVisibleItemConverter'
|
|
run test:
src/BootstrapBlazor/Components/Table/Table.razor.cs#L984
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
run test:
src/BootstrapBlazor/Converter/ColumnVisibleItemConverter.cs#L48
Possible null reference argument for parameter 'name' in 'ColumnVisibleItem.ColumnVisibleItem(string name, bool visible)'.
|