Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 572 Bytes

limitations.md

File metadata and controls

12 lines (9 loc) · 572 Bytes

Limitations of Native AOT Runtime

The native AOT .NET runtime form factor comes with a number of fundamental limitations and compatibility issues. The reasons behind them are discussed in length in the .NET Runtime Form Factors roadmap.

The key limitations include:

  • No dynamic loading (e.g. Assembly.LoadFile)
  • No runtime code generation (e.g. System.Reflection.Emit)
  • No C++/CLI, no built-in COM and WinRT interop support
  • No unconstrained reflection