Erik Philips

Results 1 issues of Erik Philips

**Describe the bug** A When/Do substitution that throws an exception also says the call was never received. **To Reproduce** [DotNetFiddle](https://dotnetfiddle.net/DVOxIV) ``` using System; using System.Threading.Tasks; using FluentValidation; using NSubstitute; using...