I have a big project that uses blazorBlazor, suddenly when I run it, the blazorBlazor pages doesdo not workswork anymore, because the blazor.server.jsblazor.server.js returns 404. This happened after I installed latest version of vs2026VS 2026 with the RTM version of .NET 10.§
Short story, even if I compile with VS2022VS 2022, when I run the program in a system where I have .NET 10 SDK, blazor.server.jsblazor.server.js returns 404. As soon as I uninstall VS2026VS 2026 and .NET 10, the blazorBlazor pages startsstart working again.
This was verified in three different systems, and it is reproducible, install vs2026VS 2026 -> 404 -> then remove vs2026VS 2026 -> everythigneverything works.
The project targets .NET 9, but having .NET 10 build system breakbreaks something.
Funny story, I have at least one other .NET 9 based project with blazor that works even with .NET 10. I wonder what I need to change to have it working.
I know that .NET 10 changes the way in which blazor resources are served, but I really wonder why having .NET 10 breaks blazorBlazor in .NET 9 based project.
Anyone else experienced that?
