nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #03514
[Bug 1194594] [NEW] Launch unit tests within a single app domain
Public bug reported:
As discussed on the board at https://groups.google.com/forum/#!topic
/nunit-discuss/NVMF6XcuAmk, when calling into a C++/CLI method from a C#
unit test, an exception occurs when trying to access protected memory
across domains when each assembly is assigned to a separate app domain.
The option to load all assemblies into one app domain should exist.
Bug submitted as per Charlie Poole's request.
** Affects: nunitv2
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1194594
Title:
Launch unit tests within a single app domain
Status in NUnit V2 Test Framework:
New
Bug description:
As discussed on the board at https://groups.google.com/forum/#!topic
/nunit-discuss/NVMF6XcuAmk, when calling into a C++/CLI method from a
C# unit test, an exception occurs when trying to access protected
memory across domains when each assembly is assigned to a separate app
domain. The option to load all assemblies into one app domain should
exist.
Bug submitted as per Charlie Poole's request.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/1194594/+subscriptions
Follow ups
References