Skip to content

Add support for AoT compilation #606

Open
@Kaliumhexacyanoferrat

Description

@Kaliumhexacyanoferrat

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions