-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to NET5 #28
Comments
This upgrade may help fix and improve this issues but this may require to upgrade to NET5, it seems worth for blazor wasm to increase download speed in a exponential way. |
This is now a breaking change in .net 6.0 - https://docs.microsoft.com/en-us/dotnet/core/compatibility/aspnet-core/6.0/byte-array-interop You get the following error:
|
I will try take a look how to upgrade this with backward compatibility. |
Hello @arivera12, I'd recommend skipping .NET 5 and going straight to .NET 6 in this case as .NET 6 has significant improvements to the byte array interop mechanisms. Blazor no longer Base64 encodes/decodes Links:
|
@TanayParikh yes this is a huge performance boost. I see people having issues at this moment with net5 and net6. I will try separate a space on the weekend to upgrade this with backward compatibility |
Please download latest version 2.3.0. |
https://docs.microsoft.com/en-us/aspnet/core/migration/31-to-50?view=aspnetcore-5.0&tabs=visual-studio
The text was updated successfully, but these errors were encountered: