Visual Studio 2015 with NUnit can not find class lib
|
I am trying to use NUnit for unit testing in my code base. When I try to run my test cases using ReSharper, I get:
ServicesTests is my class lib for my unit tests. |
Please sign in to leave a comment.
Here is the solution I found. I was creating a new class library (package) in VS2015 and it could not find the dll. When I used just class library VS did find my tests. Now my error with Resharper is an unsupported version of nunit since I am using the NUnit 3 beta version.

Getting the exact same issue with Nunit 3.0.0-rc.
Can't find the dll...
Obviously this test runner in Resharper was built to support NUnit 3 but not a vNext project