You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From .NET 6.0, Ahead-of-time (AOT) compilation is supported.
Blazor WebAssembly supports ahead-of-time (AOT) compilation, where you can compile your .NET code directly into WebAssembly. AOT compilation results in runtime performance improvements at the expense of a larger app size.
From .NET 6.0, Ahead-of-time (AOT) compilation is supported.
https://docs.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/webassembly?view=aspnetcore-6.0#ahead-of-time-aot-compilation
Currently, I manually add the below to
*.fspoj
file, but I think it's very nice of Bolero Template to have the option to select true/false:Thanks for your work!
PS. I see
.README.md
is outdated for .NET SDK 5.0.The text was updated successfully, but these errors were encountered: