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 host option to disable AssemblyLoadContext #172

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Add host option to disable AssemblyLoadContext #172

merged 1 commit into from
Jan 11, 2024

Commits on Jan 10, 2024

  1. Add host option to disable AssemblyLoadContext

    A host can disable the use of AssemblyLoadContext by returning
    a value of "true" or "1" when GetHostOption is called with the
    option name "DisableAssemblyLoadContext".
    
    This is an escape hatch for hosts that have issues with the ALC
    behavior, allowing them to opt out until the underlying issues
    can be fixed.
    mhutch committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    79ec659 View commit details
    Browse the repository at this point in the history