Skip to content

feat(Table): redesign resize column width logic (#7866) #6055

feat(Table): redesign resize column width logic (#7866)

feat(Table): redesign resize column width logic (#7866) #6055

Triggered via push May 3, 2026 08:31
Status Failure
Total duration 1m 48s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: test/UnitTest/Components/TableTest.cs#L9538
The name 'ScreenSize' does not exist in the current context
build: test/UnitTest/Components/TableTest.cs#L9530
The name 'ScreenSize' does not exist in the current context
build: test/UnitTest/Components/TableTest.cs#L8889
There is no argument given that corresponds to the required parameter 'tableWidth' of 'Table<Foo>.ResizeColumnCallback(string, int, int)'
build: test/UnitTest/Components/TableTest.cs#L8885
There is no argument given that corresponds to the required parameter 'tableWidth' of 'Table<Foo>.ResizeColumnCallback(string, int, int)'
build: test/UnitTest/Components/TableTest.cs#L8775
'Table<Foo>' does not contain a definition for 'AutoFitColumnWidthCallback' and no accessible extension method 'AutoFitColumnWidthCallback' accepting a first argument of type 'Table<Foo>' could be found (are you missing a using directive or an assembly reference?)
build: test/UnitTest/Components/TableTest.cs#L8756
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#L8756
Cannot implicitly convert type 'System.Threading.Tasks.Task<float>' to 'System.Threading.Tasks.Task<int>'
build: test/UnitTest/Components/TableTest.cs#L8752
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#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#L8745
'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
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/