nunit / nunit-vs-adapter

Runs NUnit V2 tests inside the Visual Studio 2012 or later Test Explorer window.
MIT License
50 stars 43 forks source link

Support for disable app domain #171

Open ptrupti opened 6 years ago

ptrupti commented 6 years ago

Hi, We need to run our tests in the default app domain because we are using CEFSharp in our application which needs to run in default app domain. Any pointers on how to disable the app domain creation or even modifying the existing vs adapter code would be appreciated. Thanks Trupti

jnm2 commented 6 years ago

Here is the PR which added this support in the current adapter: https://github.com/nunit/nunit3-vs-adapter/pull/391.

z002Holpp commented 4 years ago

Hi, same here. Need to run multiple assemblies without switching the app domain for each assembly. Having all test assemblies run in the same default app domain would be a great solution for us.

Any hints how to achieve that or what would be the best way to modify the existing adapter are highly appreciated.

Thanks, Stefan