publishig .net 10 web assembly to azure app service
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
Azure App Service doesn’t currently support publishing Blazor WebAssembly built with .NET 10 through the normal publish pipeline because the required .NET 10 WASM runtime packages are not fully available yet. However, since Blazor WebAssembly is just static files, the app can still run if we manually upload the built files to wwwroot
### Describe the solution you'd like
(“We are trying to publish a standalone Blazor WebAssembly project targeting .NET 10 from Visual Studio, but restore fails with Microsoft.NETCore.App.Runtime.Mono.win-x64 not found. Is .NET 10 WASM publishing currently supported”)
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.