Mark Otway
Mark Otway
Yes. Wasm PWA served by an asp.net server.
I don't render the charts until the page is rendering in Web assembly/client side render mode, because Apex charts doesn't work with SSR.
Good idea.
Had a quick look, but to enable single file execution and trimming, you need to specify a runtime identifier. I don't know if deploying a `dotnet tool` supports that (because...
> On .NET10, I am getting this exception: > > System.MissingMethodException Method not found: 'Boolean Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigationBase.get_IsCollection()'. at EFCore.BulkExtensions.TableInfo.c__189`1.b__189_51(INavigation a) See the same thing in RC2. Thanks for all your work...
> Because of this I can't migrate my projects to net10. Yes, you can. Instead of posting a complaint about how you can't upgrade to .Net 10 _on the day...
If you're replying to me, then you should probably be aware that I am not the maintainer of BulkExtensions (that is @borisdj) - I am just a user of the...
Update on this issue - I just upgraded to MudBlazor 7, and it's still a problem. The issue manifests itself slightly differently now - the auto-complete dropdown doesn't get dismissed...
Thanks for the update. Happy to wait!
Can it be marked as un-stale and potentially fixed? Because this issue is definitely still an issue with .Net 10 and the latest version of MudBlazor.