Are there known changes to that makes OnChange crash app in .NET 9?
I’m trying to add a simple filepicker to a Blazor .NET 9 app, but it crashes. The code is simply:
Are there known changes to that makes OnChange crash app in .NET 9?
I’m trying to add a simple filepicker to a Blazor .NET 9 app, but it crashes. The code is simply:
Are there known changes to that makes OnChange crash app in .NET 9?
I’m trying to add a simple filepicker to a Blazor .NET 9 app, but it crashes. The code is simply:
Are there known changes to that makes OnChange crash app in .NET 9?
I’m trying to add a simple filepicker to a Blazor .NET 9 app, but it crashes. The code is simply:
Blazor: Interactive WebAssembly or Interactive Server
For my next project I decided to use Blazor. I read the docs on .NET 9 Blazor which states that there are different rendering modes, the 2 most relevant for me is Interactive Server
and Interactive WebAssembly
.