masastack / MASA.Blazor

Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
https://docs.masastack.com/blazor/getting-started/installation
Other
1.19k stars 160 forks source link

[Bug Report]: MIcon与之相关的程序错误 #2155

Closed zdp120 closed 1 month ago

zdp120 commented 1 month ago

Masa.Blazor version

1.72

Describe the bug

Multiple constructors accepting all given argument types have been found in type 'Masa.Blazor.ToggleableTransitionElement'. 只要调用与icon相关的标签,都显示程序报错,用的是.net 9 rc1的版本。当退回到。net8.0,程序就可以正常工作了。

Expected Behavior

No response

Steps To Reproduce

No response

Reproduction code

No response

.NET version

9.0 rc1

What browsers are you seeing the problem on?

No response

Additional context

No response

capdiem commented 1 month ago

It seems to be a breaking change in .NET 9. https://github.com/dotnet/aspnetcore/issues/57231