Moq v4.8.1 Release Notes

Release Date: 2018-01-08 // over 6 years ago
  • ➕ Added

    • 🤡 C# 7 tuple support for DefaultValue.Empty and DefaultValue.Mock (@stakx, #563)

    🔄 Changed

    • ⬇️ Downgraded System.Threading.Tasks.Extensions and System.ValueTuple dependencies to versions 4.3.0 as suggested by @tothdavid in order to improve Moq compatibility with .NET 4.6.1 / help prevent MissingMethodException and similar (@stakx, #571)

    🛠 Fixed

    • CallBase regression with explicitly implemented interface methods (@stakx, #558)