Forum member
vesap
1 post
Posts by vesap
-
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…
02 Jun 2016 08:10 UTC