Skip to content
New issue

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

Add support for AoT compilation #606

Open
5 tasks
Kaliumhexacyanoferrat opened this issue Dec 30, 2024 · 0 comments
Open
5 tasks

Add support for AoT compilation #606

Kaliumhexacyanoferrat opened this issue Dec 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Kaliumhexacyanoferrat
Copy link
Owner

As a developer of a web service, I would like to natively compile my app, so that I can benefit from associated benefits.

Note

Webservice apps can currently be compiled natively, but there are some actions to be taken by devs which are not obvious.

ToDos

  • Mark assemblies as AoT compatible where appropriate
  • Annotate limitations (such as XML serialization) and disable them by default when in an AoT context
  • Test module functionality (e.g. OpenAPI currently uses default JSON serialization which does not work ootb)
  • Document the required steps to natively compile and run a program (in Docker as well)
  • Document the existing limitations
@Kaliumhexacyanoferrat Kaliumhexacyanoferrat added the enhancement New feature or request label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant