NUnit Addin and ReSharper
There appears to be a conflict between these two add-ins. Everything works properly except NUnit Addin's Tools/Options... panel. When ReSharper is installed, the NUnit panel has problems loading. Not sure whose issue it is. Just FYI.
Please sign in to leave a comment.
Hello Nick,
Thanks for isolating this. I was trying to figure out why TestRunner wouldnt run anymore. :)
--
Matt Berther
http://www.mattberther.com
I've noticed when installing build 78 of resharper that NUnitAddins
'test with debugger' facility now fail. I can run tests using the addin
(run test) but not debug them.
Anyone else experiencing this problem or no a workaround?
Thanks
Darren
Scratch that you just need to regsvr32 csproj.dll which is contained in
one of the other postings. Didn't think the problems were related but
obviously were...
Darren
Yes, I had seen the unable to run tests using debugger, but I figured it was related. The fix to regsvr32 csproj.dll does fix the debugger problem, but not the options panel issue.