dotnet 9, "dotnet watch" is really bad in Blazor ServerΒ #45810
Open
Description
Environment:
- OS: Linux Ubuntu 24.04.1 LTS
- IDE: Vim/Neovim (non vscode and visual studio IDE)
- SDK: 9.0.200-preview.0.24575.35
- LSP: Omnisharp
hot reloading just sucks in dotnet 9 when using Blazor Server... π€·ββοΈ
I migrated my project from .net 8 to .net 9 and followed this doc:
dotnet watch
command seems to be inconsistent in reloading the page when making changes to my current buffer.
When it starts to NOT work, then it never works after any changes, i have to restart the project manually.
".NET 9.0.200" patched it a bit, but hot reloading is still inconsistent in reloading the changes.
#44912
#45749
#45097
#45131
"Hot Reloading"? more like "Hot Mess".
Switching back to .NET 8 until y'all get your stuff together....