-
Notifications
You must be signed in to change notification settings - Fork 283
Troubleshooting
Thang Chung edited this page Aug 2, 2021
·
3 revisions
-
Blazor AOT isn't working for .NET 6 Preview 6
- Don't install
dotnet workload install microsoft-net-sdk-blazorwebassembly-aot - Don't enable
<RunAOTCompilation>true</RunAOTCompilation> - See at https://github.com/dotnet/runtime/issues/55676
Waiting for the next version to fix it
- Don't install
-
Debug
tye- Run this command
tye run -b debug
- Run this command