I managed to find the reason for the issue but why the problem occurs is still a mistery.
There is one file in our tests suite that is causing the issue. If I remove that file, everything is fine, if I add that file back, NCRunch cannot load the tests (ALL TESTS in the solution, not only the set of tests in the file). It works fine with NUnit 2.6.4
The file is testing an object that uses an enumeration defined in a C++ managed assembly as parameter of a method. If I remove the enum parameter from the method signature, all works fine.... this is vey very strange
Any idea what might be causing the issue