royboy23;8278 wrote:
thanks for your quick reply. I'm using XUnit 1.9.2.1705
Thanks - this makes sense. There is a limitation present with Xunit v1 where NCrunch is unable to detect the reference to this framework unless there is a [Fact] declared in the project.
This is because NCrunch actually works with Xunit v1 indirectly (through Gallio), so it's a fairly heavyweight abstraction.
If you upgrade to Xunit v2 (where NCrunch is integrated directly), you won't see this problem.