Hi,
I am new to NCrunch and started to evaluate it today.
I have a issue, that NCrunch can not run a unit test which on the other hand runns without problem when using MSTest.
The code NCrunch is complaining about (reporting a ArgumentNullException:
var usfFileName = Path.Combine(this.TestContext.TestRunDirectory, "testUsf.usf");
How can this line cause a ArgumentNullExceptione?
Unless NCrunch as a problem with MSTest - TestContext....
Regards
Rainer