#dotnet 9 had a breaking change that broke #GeoBlazor. They no longer support multiple constructors in Razor Components without adding an `[ActivatorUtilitiesConstructor]` attribute. I missed this one earlier bc of the issues with static file compilation that made GeoBlazor painfully slow to compile. Hope to have a quick fix out soon. https://github.com/dotnet/aspnetcore/issues/58004
[Blazor][net9] System.InvalidOperationException: Multiple constructors accepting all given argument types have been found in type 'Component'. There should only be one applicable constructor · Issue #58004 · dotnet/aspnetcore
Is there an existing issue for this? I have searched the existing issues Describe the bug The System.InvalidOperationException: Multiple constructors accepting all given argument types have been fo...
