Moq v4.7.46 Release Notes

Release Date: 2017-06-18 // almost 7 years ago
  • ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Extend EmptyDefaultValueProvider so it understands multidimensional arrays (return empty multidimensional arrays instead of null) (@stakx, #360)
    • โšก๏ธ Update package reference to Castle.Core (DynamicProxy) from version 4.0.0 to 4.1.0, update System and Microsoft packages from versions 4.0.1 to 4.3.0 (@stakx, #369)
    • Clean up and reduce usage of conditional compilation (#if) (@stakx, #378)

    ๐Ÿ›  Fixed

    • ๐Ÿคก Ensure default mock names are (more) unique (@stakx, #359)
    • ๐Ÿ‘‰ Make It.IsAny, It.IsNotNull work for COM types (@stakx, #361)
    • ๐Ÿ›  Fix equality check bug in ExpressionKey which meant Moq would sometimes ignore exact argument order in setups (@kostadinmarinov, #135; @stakx, #363)
    • Ensure incorrect implementations of ISerializable are caught properly (@stakx, #370)
    • ๐Ÿšš Make event accessor recognition logic more correct (don't just rely on add_ or remove_ name prefixes) (@stakx, #376)