Hi, thanks for posting!
This issue is caused by a limitation in the Gallio adapter NCrunch is using to discover Xunit tests. Basically, the adapter doesn't search nested Xunit classes for tests when using Static Analysis. A workaround is to set the '
Framework utilisation type for Gallio/Xunit' solution-level configuration option to 'DynamicAnalysis'.
I'm currently looking for ways to properly solve this problem. It only affects Xunit (not the other frameworks supported by NCrunch).
Cheers,
Remco