Moq v4.7.137 Release Notes

Release Date: 2017-09-30 // over 6 years ago
  • 🔄 Changed

    • ⚡️ Update package reference to Castle.Core (DynamicProxy) from version 4.1.1 to 4.2.0, which uses a new assembly versioning scheme that should eventually reduce assembly version conflicts and the need for assembly binding redirects (@stakx, #459)

    🛠 Fixed

    • 🤡 mock.Object should always return the exact same proxy object, regardless of whether the mock has been cast to an interface via .As<T>() or not (@stakx, #460)