NSubstitute v1.1.0 Release Notes

Release Date: 2011-05-01 // about 13 years ago
    • ⚡️ [UPDATE] Updated to Castle.Core 2.5.3.
    • 🛠 [FIX] Fixed bug when raising a delegate event with a null argument.
    • [FIX] CallInfo.Arg() now works more reliably, including for null arguments.
    • 👻 [FIX] Better exception when accidentally calling substitute extension method with a null reference (e.g. foo.Received().Call() when foo is null)
    • ⚡️ [UPDATE] Exceptions thrown in custom argument matchers (Arg.Is(x => ...)) will now silently fail to match the argument, rather than allowing exceptions to bubble up.
    • ✅ [NEW] Support for test fixtures run in parallel.