Moq v4.7.63 Release Notes

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

    • Ensure that null never matches an It.IsRegex(โ€ฆ) (@stakx, #385)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix mocking of non-virtual methods via mock.As<TInterface>() which was broken by #381 (@stakx, #387)