Moq v4.8.2 Release Notes

Release Date: 2018-02-23 // about 6 years ago
  • 🔄 Changed

    • ⬆️ Upgraded System.ValueTuple dependency to version 4.4.0 in order to reestablish Moq compatibility with .NET 4.7 (and later), which already include the ValueTuple types (@stakx, #591)

    🛠 Fixed

    • Wrong parameters count for extension methods in Callback and Returns (@Caraul, #575)
    • CallBase regression with members of additional interfaces (@stakx, #583)