Moq v4.14.1 Release Notes
Release Date: 2020-04-28 // about 3 years ago-
โ Added
- ๐ New
SetupSequence
verbs.PassAsync()
and.ThrowsAsync(...)
for async methods withvoid
return type (@fuzzybair, #993)
๐ Fixed
- ๐คก
StackOverflowException
onVerifyAll
when mocked method returns mocked object (@hotchkj, #1012)
- ๐ New