Skip to content

refactor(Table): redesign keep column visible logic (#7952) #6056

refactor(Table): redesign keep column visible logic (#7952)

refactor(Table): redesign keep column visible logic (#7952) #6056

Triggered via push May 4, 2026 12:34
Status Failure
Total duration 2m 17s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: test/UnitTest/Components/TableTest.cs#L8752
Cannot implicitly convert type 'System.Func<string, int, System.Threading.Tasks.Task<int>>' to 'Microsoft.AspNetCore.Components.RenderFragment'
build: test/UnitTest/Components/TableTest.cs#L904
'ColumnVisibleItem' does not contain a constructor that takes 2 arguments
build: test/UnitTest/Components/TableTest.cs#L903
'ColumnVisibleItem' does not contain a constructor that takes 2 arguments
build: test/UnitTest/Components/TableTest.cs#L247
'RenderTreeBuilder' does not contain a definition for 'AddChildContent' and no accessible extension method 'AddChildContent' accepting a first argument of type 'RenderTreeBuilder' could be found (are you missing a using directive or an assembly reference?)
build: test/UnitTest/Components/TableTest.cs#L276
'ColumnVisibleItem' does not contain a constructor that takes 2 arguments
build: test/UnitTest/Components/TableTest.cs#L275
'ColumnVisibleItem' does not contain a constructor that takes 2 arguments
build: test/UnitTest/Components/TableTest.cs#L269
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
build: test/UnitTest/Components/TableTest.cs#L269
Cannot implicitly convert type 'System.Func<BootstrapBlazor.Components.Table<BootstrapBlazor.Server.Data.Foo>, bool, System.Threading.Tasks.Task>' to 'Microsoft.AspNetCore.Components.RenderFragment'
build: test/UnitTest/Converters/ColumnVisibleItemConverterTest.cs#L15
'ColumnVisibleItem' does not contain a constructor that takes 2 arguments
build: test/UnitTest/Converters/JsonDescriptionEnumConverterTest.cs#L58
'ColumnVisibleItem' does not contain a constructor that takes 2 arguments
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/