Table组件新增动态设置固定列的功能,同时固定列支持持久化 #7604
Annotations
4 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test:
test/UnitTest/Components/TableTest.cs#L9067
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
|
|
Test:
test/UnitTest/Dynamic/ChangeDetectionCleanTaskTest.cs#L122
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Test:
test/UnitTest/Components/TableTest.cs#L9074
Dereference of a possibly null reference.
|
background
wait
wait-all
cancel
parallel
Loading