I have a simple test class with two test methods, testing classes in a .Net framework DLL.
At first I got the error "Could not load file or assembly [...] Strong name validation failed.", even though other test frameworks had no problems running these tests. So I disabled NCrunch signing of this project using "Prevent signing of output assembly". I even set the platform and configuration manually via NCrunch settings, and restarted the system.
Now I'm not getting the error, but I can run the test either. The test is stuck in "Pending, Prioritised, Impacted".
This is a super simple test which literally spans across TWO lines of code, and tests if a property is true. The test is easily run with Resharper. Also, the other test in the same test class doesn't even show in NCrunch.
Can anyone help?