Moq v4.7.127 Release Notes

Release Date: 2017-09-26 // over 6 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ‘ป Make setups for inaccessible internal members fail fast by throwing an exception (@stakx, #455)

    โœ‚ Removed

    • ๐Ÿšš The redundant type ObsoleteMockException has been removed (@stakx)

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Make SetupAllProperties work correctly for same-typed sibling properties (@stakx, #442)
    • ๐Ÿ‘ Switch back from portable PDBs to classic PDBs for better compatibility of SourceLink with older .NET tools (@stakx, #443)
    • ๐Ÿคก Make strict mocks recognize that .CallBase() can set up a return value, too (@stakx, #450)