question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Blazor WebAssembly AOT workload does not install on Windows 11 ARM64

See original GitHub issue

Hello,

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:closed
  • Created 2 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
lewingcommented, Aug 4, 2021

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.

0reactions
marcpopMSFTcommented, Jan 18, 2023

This should be resolved in 6.0.405 and 7.0.102 for windows.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found