Thanks for the source link!
Looking at this code, I can confirm that we cannot support this use case.
In this particular instance, the test case itself derives from IXunitTestCase and implements its own custom logic. For NCrunch to be able to work with Xunit, we need to make several assumptions about the structure of the test cases and the manner of their execution. The extensibility shown in this example invalidates our assumptions. I'm sorry, but we can't support this kind of extensibility.