Blazor WebAssembly AOT workload does not install on Windows 11 ARM64
See original GitHub issueHello,
I tried to install Blazor AOT workload on my Surface Pro X. Using following command:
dotnet workload install microsoft-net-sdk-blazorwebassembly-aot
which throws the following error:
Workload with id microsoft-net-sdk-blazorwebassembly-aot is not supported on this platform.
I am on latest Insider preview of Windows 11 and have dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64
installed.
I cannot find any documentation saying it is not supported, maui workload installed without a problem. Is this supposed to work? Or am I missing some info about platform incompatibility? Thank you.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
wasm-tools workload isn't supported on arm64 version of ...
Describe the bug. wasm-tools workload cannot be installed using default SDK base image on arm64 version of Docker.
Read more >Native AOT deployment overview - .NET
Learn what native AOT deployments are and why you should consider using it as part of the publishing your app with .NET 7...
Read more >c# - .Net7 issue with AOT compilation: "Workload ID wasm- ...
I'm decided to use the AOT compilation with a .Net7 Blazor WASM app and having no luck with publishing. After entering> dotnet workload...
Read more >Ahead-Of-Time Compilation for Blazor Wasm - elmah.io Blog
In this article, we will look at how you can compile your code directly to Wasm Ahead-Of-Time (AOT) and what pros and cons...
Read more >What's New in .NET 7
NET 7 introduces new performance gains while solidifying the unification of target platforms through investments in the Multi-platform App UI ( ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The workload is correctly reporting that we don’t currently support win-arm64 platforms in the preview. We’re looking at what would be required to add support now.
This should be resolved in 6.0.405 and 7.0.102 for windows.