Open aaronjrich opened 6 years ago
Sorry, I have no idea. I have tried different kinds of tricks such as attaching from another VS instance, or Debugger.Launch() but no luck. That's another reason of why I'm trying to refactor the codebase right now - to at least unit test more of it.
Currently it's written by trial and error mostly.
@aaronjrich, I looked a bit into how this project works with Xunit in relation to #4 - i'm pritty confident that it happens the magic happens in Xunit.
Most of the Xunit logic is instantiated from the class ExtensibilityPointFactory.cs in the Xunit.sdk.
I think the only way to observer the discovery is to include the entire Xunit stack in this project...
Wondering if you can give me any pointers on how to debug the base project so as to observe it discover and define the scenarios, etc. This appears to be something that's happening at compile time? Thanks much.