You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NativeAOT started with the CoreCLR implementation and uses the CoreCLR adapter. However, as these two (here and here) comments indicate, its better to do away with the indirection similar to how mono implements this. NativeAOT does not support Profiler support and does not need the additional complexity. Its not a direct mono implementation since CoreCLR takes advantage of the C++ features (use of destructors instead of *_fini pattern mono's C use.