Remco;5921 wrote:If you are using attributes that descend from the Xunit attributes and are not declared inside xunit.dll, this means you'll need to have somewhere a dummy '[Fact]' test to ensure the reference to Xunit can be identified.
This makes sense, because [Theory] is declared in xunit.extensions which I presume is a separate DLL because it's a separate Nuget package.
Could I please suggest that NCrunch consider expanding their search for attributes to within xunit and xunit.extensions? This would solve the problem, and broaden support for xunit since I belive xunit.extensions is an official xunit project.