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 with void return type (@fuzzybair, #993)

    ๐Ÿ›  Fixed

    • ๐Ÿคก StackOverflowException on VerifyAll when mocked method returns mocked object (@hotchkj, #1012)