Skip to content

feat(Table): add ReloadColumnVisibleFromBrowserAsync method #6448

feat(Table): add ReloadColumnVisibleFromBrowserAsync method

feat(Table): add ReloadColumnVisibleFromBrowserAsync method #6448

Triggered via pull request October 27, 2025 11:09
Status Success
Total duration 2m 20s
Artifacts

auto-pull-request-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)'.