Skip to content

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

feat(Table): redesign resize column width logic

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

Triggered via pull request April 12, 2026 11:16
Status Failure
Total duration 1m 17s
Artifacts

auto-pull-request-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
run test: test/UnitTest/Components/TableTest.cs#L9411
The name 'ScreenSize' does not exist in the current context
run test: test/UnitTest/Components/TableTest.cs#L9403
The name 'ScreenSize' does not exist in the current context
run test: test/UnitTest/Components/TableTest.cs#L8762
Argument 1: cannot convert from 'int' to 'string'
run test: test/UnitTest/Components/TableTest.cs#L8758
Argument 1: cannot convert from 'int' to 'string'
run test: test/UnitTest/Components/TableTest.cs#L8648
'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?)
run test: test/UnitTest/Components/TableTest.cs#L8629
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
run test: test/UnitTest/Components/TableTest.cs#L8629
Cannot implicitly convert type 'System.Threading.Tasks.Task<float>' to 'System.Threading.Tasks.Task<int>'
run test: test/UnitTest/Components/TableTest.cs#L8625
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
run test: test/UnitTest/Components/TableTest.cs#L8625
Cannot implicitly convert type 'System.Func<string, int, System.Threading.Tasks.Task<int>>' to 'Microsoft.AspNetCore.Components.RenderFragment'
run test: test/UnitTest/Components/TableTest.cs#L8618
'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?)
run test
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/