Forum member

jesse10581

3 posts

Posts by jesse10581

  1. Ncrunch is not observing the XUnit FactAttribute's Skip property

    Thank you. I was able to get it working once you mentioned that it was building in debug mode. I found the setting in your documentation to switch that, and it properly ignores the test now. I appreciate your prompt support!

  2. Ncrunch is not observing the XUnit FactAttribute's Skip property

    Ncrunch 3.24.0.5 .NET Core SDK 2.2.101 (x64) xUnit 2.4.1 VS 2017 15.19.5 Now that I think about it, it might have to do with my custom Fact derivative that I created: [DebugOnlyFact] public async Task RunCashFlowSimOnOpenEnvDataAndMappedData_ResultsMatch() And the implementation is he…

  3. Ncrunch is not observing the XUnit FactAttribute's Skip property

    I am trying to skip a test, for now, using XUnit's Skip property on the Fact attribute, i.e. [Fact(Skip="[i]reason[/i]")]. The VS Test runner correctly skips this test, but NCrunch keeps running this test regardless. Is this a bug? or a feature request? Or, am I doing something wrong? Thanks!