Blazor WebAssembly 无法加载文件 404 Not Found

Blazor WebAssembly Can Not Load Files 404 Not Found

我想在我的 Blazor Webassembly 应用程序上使用 .Net 6 热重载功能,所以我安装了 VS2022 Preview。当我尝试 运行 我的应用程序时,我的文件加载导致 404 Not Found 错误。

我做了一个类似的回答here。确保将 NuGet 包更新到最新版本,例如 Microsoft.AspNetCore.Components.WebAssembly 包。同样根据我的经验,.NET 6 热重载仅在 运行 没有调试器的情况下有效,至少目前如此。

我在这里安装了 MS 的托管运行时

https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-aspnetcore-6.0.0-windows-hosting-bundle-installer