did the patch you provided (thanks BTW) fix this? On 29 Mar, 20:48, Morten Maxild <[email protected]> wrote: > Before going on the list, and before tweaking the flag in config, I tried > both NUnit v2.4.8-net-2.0 and v2.5.3.9345, and with both got the described > unexpected exception, and exit code -100. > > I am not a regular NUnit user, because I am using different xunit framework > in my own work, so I have to rely on list expertise on this matter... > > On 29/03/2010, at 18.08, Krzysztof Koźmic wrote: > > > I'd be surprised if it didn't. > > > Let me try that. > > > On 2010-03-29 18:04, Morten Maxild wrote: > >> I am using the one in the repo by invoking build.cmd > > >> Doesn't the Build.proj file use that one? > > >> On 29/03/2010, at 17.57, Krzysztof Koźmic wrote: > > >>> NUnit report says it was fixed. Which version are you using? > > >>> On 2010-03-29 17:08, maxild wrote: > > >>>> Hi, > > >>>> I just experienced some mambo-jumbo-appdomain-unloading unexpected > >>>> exceptions when running nunit console runner on the IoC project (tip > >>>> of new github repo). I found it had something to do with this NUnit > >>>> issuehttp://sourceforge.net/tracker/index.php?func=detail&aid=1692940&grou..., > >>>> and found something in the comments: > > >>>> The workaround of changing this setting in nunit-console.exe.config > >>>> worked for me. I changed it to<legacyUnhandledExceptionPolicy > >>>> enabled="0" />. BUT in the castle source tree its "1", and it looks > >>>> like the committer already had experienced some major problem with > >>>> NUnit. becauseof this comment in the config file: "We need this so > >>>> test exceptions don't crash NUnit" > > >>>> So does "1" to avoid unexpected exceptions (and exit code -100 by > >>>> NUnit runner), and "0" to avoid chrashes"? > > >>>> Does anybody else experience weird unexpected exceptions of type > >>>> AppDomainUnloadedException? > > >>>> Kind regards > >>>> Morten > > >>> -- > >>> You received this message because you are subscribed to the Google Groups > >>> "Castle Project Development List" group. > >>> To post to this group, send email to > >>> [email protected]. > >>> To unsubscribe from this group, send email to > >>> [email protected]. > >>> For more options, visit this group > >>> athttp://groups.google.com/group/castle-project-devel?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Castle Project Development List" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/castle-project-devel?hl=en. > >
-- You received this message because you are subscribed to the Google Groups "Castle Project Development List" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en.
