Moq v4.18.1 Release Notes

Release Date: 2022-05-16 // almost 2 years ago
  • 🛠 Fixed

    • ⚡️ Regression with lazy evaluation of It.Is predicates in setup expressions after updating from 4.13.1 to 4.16.1 (@b3go, #1217)
    • Regression with SetupProperty where Moq fails to match a property accessor implementation against its definition in an interface (@Naxemar, #1248)
    • 🤡 Difference in behavior when mocking async method using .Result vs without (@cyungmann, #1253)