Net8BlazorWebAssembly icon indicating copy to clipboard operation
Net8BlazorWebAssembly copied to clipboard

ASP.NET Core hosted Blazor WebAssembly app with .NET 8

Results 6 Net8BlazorWebAssembly issues
Sort by recently updated
recently updated
newest added

I am trying to migrate a development Blazor WASM project from .NET 7 to .NET 8. I have followed following article from the microsoft website. https://learn.microsoft.com/en-us/aspnet/core/migration/70-80?view=aspnetcore-8.0&tabs=visual-studio The project builds without...

Update to release net8.0 Remove un-needed usings

if i create a new blazor 8 web and try to add an app registration to use azure ad its broken. the tool leaves the app in a non building...

when downloading the repo there is an error in program.cs of the server. `app.MapRazorComponents().AddWebAssemblyRenderMode();` does not find/recognnize `.AddWebAssemblyRenderMode()` the project references the preview6 version of "Microsoft.AspNetCore.Components.WebAssembly.Server" nuget. updating to RC1...

Hello, can this project be modified to include a service-worker.js so it can work offline as PWA? Similar to what the previous template offered with the --pwa option. `` Or...

Hello, I am working on a .NET 8 Blazor WebAssembly Standalone App, and I have encountered an issue with setting the "az-Latn-AZ" (Azerbaijani) culture. While other cultures work correctly, Azerbaijani...