-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Harden code against
System.AppDomainUnloadedException
- Attempted t…
…o access an unloaded AppDomain. (#47) `AppDomainUnloadedException` thrown from `Server.Host.ServerHost.UnloadAllServers()` if an AppDomain has already been unloaded / disposed. Failure mode: ``` TestCleanup method Tests.ClusterTests.TestCleanup threw exception. System.AppDomainUnloadedException: System.AppDomainUnloadedException: Attempted to access an unloaded AppDomain.. at System.AppDomain.get_FriendlyName() at Server.Host.ServerHost.UnloadAllServers() in C:\projects\serverhost\ServerHost\ServerHost.cs:line 132 at Tests.ClusterTests.TestCleanup() in E:\Depot\Internal\DSoAP\Testing\DSoAP.Tests\ClusterTests.cs:line 56 ``` Fixes bug #46 Bump package version to `1.1.12`
- Loading branch information
Showing
3 changed files
with
46 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters