refactor(TreeView): treeview items数据类型更改 #5045
Annotations
7 errors
Test:
test/UnitTest/Components/TreeViewTest.cs#L254
Cannot implicitly convert type 'System.Func<System.Collections.Generic.IList<BootstrapBlazor.Components.TreeViewItem<BootstrapBlazor.Server.Data.TreeFoo>>, System.Threading.Tasks.Task>' to 'Microsoft.AspNetCore.Components.RenderFragment'
|
Test:
test/UnitTest/Components/TreeViewTest.cs#L254
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
|
Test:
test/UnitTest/Components/TreeViewTest.cs#L256
Cannot implicitly convert type 'object' to 'System.Collections.Generic.List<BootstrapBlazor.Components.TreeViewItem<BootstrapBlazor.Server.Data.TreeFoo>>'. An explicit conversion exists (are you missing a cast?)
|
Test:
test/UnitTest/Components/TreeViewTest.cs#L654
Cannot implicitly convert type 'System.Collections.Generic.IList<BootstrapBlazor.Components.CheckboxState>' to 'System.Collections.Generic.List<BootstrapBlazor.Components.CheckboxState>'. An explicit conversion exists (are you missing a cast?)
|
Test:
test/UnitTest/Components/TreeViewTest.cs#L1068
Cannot implicitly convert type 'System.Func<string?, System.Threading.Tasks.Task<System.Collections.Generic.IList<BootstrapBlazor.Components.TreeViewItem<BootstrapBlazor.Server.Data.TreeFoo>>?>>' to 'Microsoft.AspNetCore.Components.RenderFragment<string>'
|
Test:
test/UnitTest/Components/TreeViewTest.cs#L1068
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
|
Test
Process completed with exit code 1.
|
Loading