NSubstitute v4.4.0 Release Notes
Release Date: 2022-07-01 // 9 months ago-
- [FIX] Fix issue checking for constructor args on null object. Thanks to @phongphanq, and @appel1! Thanks also to @Mandroide for code review. (#683, #685)
- ⚡️ [UPDATE] Update to Castle Core v5. Thanks @Havunen! (#690, #673)
- 🤡 [NEW] Add
.ThrowsAsync()
that will correctly mock exception on async methods. Thanks @Socolin! (#609, #663)
Previous changes from v4.3.0
-
- 👍 [NEW] Add .NET 5 (#636) and .NET 6 (#674) support. Thanks to @zvirja and @Havunen!