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 runtime config parameter to force ijwhost to load assemblies in an isolated context #105337

Merged
merged 6 commits into from
Jul 24, 2024

Commits on Jul 21, 2024

  1. Add support for isolated load context in LoadInMemoryAssemblyInContex…

    …t by passing -1 as loadContext
    mikeoliphant committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    9416429 View commit details
    Browse the repository at this point in the history
  2. Have ijwhost check a runtime config parameter ("System.Runtime.Intero…

    …pServices.IJWHost.LoadComponentInIsolatedContext") to determine if it should run in an isolated load context
    mikeoliphant committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    8d43171 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e72019 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. IJWHost->CppCLI in isloated load context config flag name. Split out …

    …isolated context flag tests into a separate test method.
    mikeoliphant committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    302edba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c939b0b View commit details
    Browse the repository at this point in the history
  3. Fixed ijwhost test only altering config if load_isolated was true. Co…

    …nsolidate shared test checks.
    mikeoliphant committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a49a98f View commit details
    Browse the repository at this point in the history