My projects are using NUnit 2.5.4 (or newer) and current I am having to recompile Shouldly using the newer version of NUnit for it to work in my project.
I propose using the solution here to load any version of nunit.framework.dll that is present in the AppDomain.Current.BaseDirectory if the referenced version of NUnit is not found.
I'm willing to submit a patch for this if the powers-that-be agree this is a good solution.
My projects are using NUnit 2.5.4 (or newer) and current I am having to recompile Shouldly using the newer version of NUnit for it to work in my project.
I propose using the solution here to load any version of nunit.framework.dll that is present in the AppDomain.Current.BaseDirectory if the referenced version of NUnit is not found.
I'm willing to submit a patch for this if the powers-that-be agree this is a good solution.