-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
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:
<PropertyGroup>
<RunAOTCompilation>true</RunAOTCompilation>
</PropertyGroup>
Thanks for your work!
PS. I see .README.md is outdated for .NET SDK 5.0.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request