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
Identify/document why hostfxr_get_dotnet_environment_info isn't in hostfxr.dll distributed in NuGet packages
Provide a GetRuntimeDelegate method that doesn't take a hostfxr_delegate_type and returns a GetRuntimeDelegateDelegates wrapper that provides access to the various well known delegate types
Add a sample that uses NativeAOT + hostfxr and runs a managed application, and verifies that the CLR isn't actually loaded within ourselves (so we know we're in NativeAOT mode)
The text was updated successfully, but these errors were encountered:
hostfxr_get_dotnet_environment_info
isn't inhostfxr.dll
distributed in NuGet packagesGetRuntimeDelegate
method that doesn't take ahostfxr_delegate_type
and returns aGetRuntimeDelegateDelegates
wrapper that provides access to the various well known delegate typesThe text was updated successfully, but these errors were encountered: