Hi there,
I'm running into this exception (System.IO.FileNotFoundException : Could not load file or assembly... ) when running the test via NCrunch. The test is here:
https://github.com/Spark...chCompilerTester.cs#L60
It's doing some funky stuff with AppDomain, but this executes just fine under NUnit and ReSharper. I'm not sure if it's something to do with the new Hosted Runners, but even if I set that to False, kill all the NCrunch processes and try again, it still fails. Debugging the test via NCrunch doesn't yield much except that "Assembly" doesn't exist within the context??
I don't mind ignoring this test, but I'd be interested to know why it doesn't work, and I thought it may be a bug in the NCrunch test runner that may show up elsewhere too?
Thanks,
Rob