Hi Remco,
I've installed NCrunch v2.9.0.1 (but it also happened in v 2.8.0.35).
My tests check for some strings and fail in case the string is not as expected.
When I now my code by just exchanging a single character in a string, NCrunch runs the tests and all tests succeed. But actually the tests should fail. When I now undo my change, NCrunch runs all tests again and now it fails with the tests that should have been failed before (they should now succeed again).
My code compiles very fast (it's a small code kata). On the NCrunch performance settings I have a slight build delay of 1000 ms.
Best regards,
Ralf Koban