Hi,
MSBuild will fail on private TestInitialize methods, but NCrunch doesn't. R# will fail too.
Therefore, we ended up with a bunch of tests that were working on our machines, but not during the CI process.
It would be nice if NCrunch would fail there too (or maybe just give a warning?). Some sort of feedback when a private test initialize is detected would be great.
Thanks!
Jni