Moq v4.1.1309.800 Release Notes

Release Date: 2013-09-08 // over 10 years ago
  • ๐Ÿš€ This version was released twice under different version numbers.

    โž• Added

    • ๐Ÿ†• New It.IsNotNull<T> matcher (@Pjanssen, #40)
    • โž• Add covariant IMock<out T> interface to Mock<T> (@tkellogg, #44)

    ๐Ÿ”„ Changed

    • ๐Ÿš€ Rename Changelog.txt to ReleaseNotes.md and inject the latter into the NuGet metadata (@Moq, #52)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix "collection modified" exception thrown as result of more methods being called on a mock while verifying method calls (@yonahw, #36)
    • ๐Ÿ›  Fix NullReferenceException when subscribing to an event (@bittailor, #39)
    • ๐Ÿ›  Fix thread safety issue (IndexOutOfRangeException) on setup (@stoo101, #51)