nunit/nunit-vs-adapter

Support for disable app domain

ptrupti opened this issue · 2 comments

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

Here is the PR which added this support in the current adapter: nunit/nunit3-vs-adapter#391.

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