Skip to content

feat(Table): update FitColumnWidthIncludeHeader default value to true… #6060

feat(Table): update FitColumnWidthIncludeHeader default value to true…

feat(Table): update FitColumnWidthIncludeHeader default value to true… #6060

Triggered via push May 9, 2026 05:46
Status Failure
Total duration 1m 57s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: test/UnitTest/Components/TableTest.cs#L900
The type or namespace name 'ColumnVisibleItem' could not be found (are you missing a using directive or an assembly reference?)
build: test/UnitTest/Components/TableTest.cs#L276
'TableColumnState' does not contain a constructor that takes 2 arguments
build: test/UnitTest/Components/TableTest.cs#L275
'TableColumnState' 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/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/Converters/JsonDescriptionEnumConverterTest.cs#L63
The type or namespace name 'ColumnVisibleItem' could not be found (are you missing a using directive or an assembly reference?)
build: test/UnitTest/Converters/JsonDescriptionEnumConverterTest.cs#L58
The type or namespace name 'ColumnVisibleItem' could not be found (are you missing a using directive or an assembly reference?)
build: test/UnitTest/Converters/ColumnVisibleItemConverterTest.cs#L19
The type or namespace name 'ColumnVisibleItem' could not be found (are you missing a using directive or an assembly reference?)
build: test/UnitTest/Converters/ColumnVisibleItemConverterTest.cs#L15
The type or namespace name 'ColumnVisibleItem' could not be found (are you missing a using directive or an assembly reference?)
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/