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

[runtime] AppDomain fixes #5594

Merged
merged 6 commits into from Sep 22, 2017
Merged

Commits on Sep 22, 2017

  1. Copy the full SHA
    20eef07 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ba77af3 View commit details
    Browse the repository at this point in the history
  3. [runtime] Throw DomainUnloadedException exception when aborting appdo…

    …main thread
    
    Before we were propagating the abort exception down in the calling domain.
    BrzVlad committed Sep 22, 2017
    Copy the full SHA
    5c4a14a View commit details
    Browse the repository at this point in the history
  4. [runtime] Don't terminate application on unhandled AppDomainUnloadedE…

    …xception
    
    Except for threads started by unmanaged code (like the main thread).
    BrzVlad committed Sep 22, 2017
    Copy the full SHA
    b2cf114 View commit details
    Browse the repository at this point in the history
  5. [tests] Add test for appdomain

    Tests that we can unload domain where the threads reset the abort exception and that this exception is converted to AppDomainUnloadedException in the caller domain.
    BrzVlad committed Sep 22, 2017
    Copy the full SHA
    6eef0e5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8b959c6 View commit details
    Browse the repository at this point in the history