Deactivate NUnit shadow copying
Hello,
I like using the UnitTest windows provided by Resharper when running my UnitTests with NUnit.
However it looks like the shadow copy used by default by NUnit puts a mess in my tests for internal reasons. I have seen it is possible to add /noshadow argument to NUnit when using it with the command line mode, which I assume will use my bin/debug files for the test instead of copying it to a temp folder.
Is there a way to set this somewhere in Resharper ? I haven't seen any of it in resharper options and I can't find anything on internet.
Anyone has a hint on this ?
Thanks,
Pierre
Please sign in to leave a comment.
Hello Pierre,
Please untick ReSharper | Options | Tools | Unit Testing | Unit Test Runner section | Shadow-copy assemblies being tested checkbox.
Thanks!
How could I miss that :) I went directly to the NUnit section without taking a look at the general section.
Thanks for the quick reply.