Moq v4.5.19 Release Notes

Release Date: 2016-08-10 // over 7 years ago
  • 🛠 Fixed

    • 🤡 Make SetupAllProperties work with DefaultValue.Mock in the presence of object graph loops (i.e. when a type contains a property having the same type) (@vladonemo, #245)
    • 🤡 Prevent invalid implementations of ISerializable from being mocked (as DynamicProxy cannot handle these) via the new SerializableTypesValueProvider decorator (@vladonemo, #245)