NUnit support: where to find NUnit.Util.dll
Resharper 9.2
When enabing NUnit support for another version than the supported 2.6.4 version you have to specify a directory where the following files are places :
nunit.core.dll
nunit.core.interfaces.dll
nunit.util.dll
Problem is where can i find the nunit.util.dll ?
The nunit.core.dll and nunit.core.interfaces.dll are installed by the NuGet-package but not the Nunit.util.dll.
Please sign in to leave a comment.
Hello Dirk!
Thank you for contacting us.
All installation files can be for sure found on NUnit site - https://github.com/nunit/nunitv2/releases/tag/2.6.4.
Thank you.