dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.18k stars 4.72k forks source link

Getting issue while publishing blazor client with AOTCompilation #55205

Closed vinayiscool closed 3 years ago

vinayiscool commented 3 years ago

image

Steps : 1) As per https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-6-preview-4/ blog installed AOT with below command. dotnet workload install microsoft-net-sdk-blazorwebassembly-aot 2) Sets RunAOTCompilation proerpty to project path

true

3) dotnet publish -c Release while executing 3rd step getting attached image error.

blazor webassembly .NET 6 Preview 4 version with AOT compilation

@pranavkm

dotnet-issue-labeler[bot] commented 3 years ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

ghost commented 3 years ago

Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.

Issue Details
![image](https://user-images.githubusercontent.com/78460365/124601030-00c72580-de85-11eb-9433-9671ef8aa38c.png) Steps : 1) As per https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-6-preview-4/ blog installed AOT with below command. dotnet workload install microsoft-net-sdk-blazorwebassembly-aot 2) Sets RunAOTCompilation proerpty to project path true 3) dotnet publish -c Release while executing 3rd step getting attached image error. blazor webassembly .NET 6 Preview 4 version with AOT compilation @pranavkm
Author: vinayiscool
Assignees: -
Labels: `arch-wasm`, `untriaged`
Milestone: -
lewing commented 3 years ago

This has been fixed in later previews, @radical do you know when the fix went in?