Forum member

vesap

1 post

Posts by vesap

  1. NCrunch 2.23 causes InvalidProgramException to be thrown with exception filtering

    Using the exception filtering causes the tests to fail due to InvalidProgramException, for example: [code=csharp] try { // Do something } catch ( AggregateException ex ) when ( ex.InnerException is HttpException ) { } // removing when-predicate gets rid of the InvalidProgramException [/code…