We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does Handlebars.NET have support for publishing the application with Native AOT?
<PropertyGroup> <PublishAot>true</PublishAot> </PropertyGroup>
If not would it be a suitable future feature in the road map?
Seems like the current use of System.Reflection is a stopper.
https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/?tabs=net7%2Cwindows
The text was updated successfully, but these errors were encountered:
I do not think it is possible due to heavy use of Expression Trees.
Sorry, something went wrong.
No branches or pull requests
Does Handlebars.NET have support for publishing the application with Native AOT?
If not would it be a suitable future feature in the road map?
Seems like the current use of System.Reflection is a stopper.
https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/?tabs=net7%2Cwindows
The text was updated successfully, but these errors were encountered: