-
Notifications
You must be signed in to change notification settings - Fork 36
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
.net9 support #111
Comments
Initial tests fails on startup most of the time. The hotter /faster the startup is, the more likely it is to fail. By walking up the stack I have found some kind of parallel download mechanism. initial tests show that if I change this value to 1 ( Some additional testing is needed to find a good value for this constant, or see how the deadlocky situation can be avoided in the first place. may involve rewriting my bootloader. |
Do you have any news concerning .net9 support ? |
No news really, sorry. I probably have to fundamentally change the bootstrapper, it's not going to be a quick fix. May be a full rewrite. Have a look at the neighbor maybe https://github.com/LostBeard/SpawnDev.BlazorJS.WebWorkers they seem to have a more or less stable version for net9 |
Threads will not be supported in .net9 blazor wasm, so this library still fills a void in blazor. Any regressions in .net9 should be anticipated as opposed to previous releases where there was a significant delay due to the complexity of breaking changes.
The text was updated successfully, but these errors were encountered: