nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00060
[Bug 423611] Re: Bug 686560 AppDomainUnloadedException not fixed
Though it was stated in NUnit 2.1 release notes that the bug "686560 -
AppDomainUnloadedException in nunit-console" is fixed/closed, I still
get this in NUnit versions 2.4.7, 2.4.8 and 2.5. This time I get it when
I try AppDomain.Unload() for an AppDomain that is definitely not
unloaded before. No exceptions thrown by Visual Studio (2008 / .Net
3.5). We can not rely on the work-around disabling
"legacyUnhandledExceptionPolicy" in configs. Any fixes for this?
** Attachment added: "I get this when I run the test in nunit-console only, .Net does not raise any exception as such."
http://launchpadlibrarian.net/31522550/C%3A%5CUsers%5Cv-didiss%5CDesktop%5CError.jpg
--
Bug 686560 AppDomainUnloadedException not fixed
https://bugs.launchpad.net/bugs/423611
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
Status in NUnit Test Framework: Invalid
Status in NUnit V2 Test Framework: New
Bug description:
Though it was stated in NUnit 2.1 release notes that the bug "686560 - AppDomainUnloadedException in nunit-console" is fixed/closed, I still get this in NUnit 2.4.7. This time I get it when I try AppDomain.Unload() which is definitely not unloaded. No exceptions thrown by Visual Studio. We can not rely on the work-around disabling "legacyUnhandledExceptionPolicy" in configs. Any fixes for this?
References