[Mono-dev] SPAM-LOW: RE: SPAM-LOW: Re: Application Portability Guidelines.

Charlie Poole charlie at nunit.com
Mon Jul 31 22:06:12 EDT 2006


Hi Miguel 

> > Oddly enough, loading our NUnit 2.4 test assemblies under a single 
> > domain causes it to fail. We're making it work under Mono by using 
> > Multiple AppDomains. So I assume the problem is more subtle than 
> > "never create more than one" I'll be interested in reading 
> what the issues are.
> 
> The semantics of our AppDomains is that all the assemblies in 
> the creating domain are automatically made available on new domains.

That's actually pretty convenient for us, at least with respect to making
the NUnit core accessible in the new AppDomain. But it also explains some
problems, since we actually expect to see and respond to the load failure on
Windows.

Charlie






More information about the Mono-devel-list mailing list