-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upgrading to dotnet 7 because the blazor wasm got much improvemnts over 6.0 #27
Comments
I guess we will now just upgrade, without taking all the advantages. There are to many blockers right now. For example for multi threading we would need the following:
|
one other thing that holds back a bit a clean update, is the support for our build dependcies. Currently dart sass builder only supports dotnet 6. So we need to install both in our pipeline. Another way would be to remove this build dependency |
So the learning of tonight is we are technical able to deploy azure functions with dotnet 7. The problem is, that this is currently not supported in the managed azure functions feature of azure static webapp. https://learn.microsoft.com/en-us/azure/static-web-apps/apis-functions#constraints Opened an issue to clarify what's going on. Azure/static-web-apps#1016 |
It would be nice if we could use the newer dotnet, at least for Blazor.
In special the new multithreading looks interessting.
https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-rc-2/#webassembly-multithreading-experimental
I guess it can be nicely combined with the compression we plan in #20
The text was updated successfully, but these errors were encountered: