Moq v4.7.145 Release Notes

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

    • ๐Ÿ‘€ Moq no longer collects source file information for verification error messages by default. A current .NET Framework regression (https://github.com/Microsoft/dotnet/issues/529) makes this extremely costly, so this is now an opt-in feature; see Switches.CollectSourceFileInfoForSetups (@stakx, #515)

    โž• Added

    • ๐Ÿคก Mock.Switches and MockRepository.Switches, which allow opting in and out of certain features (@stakx, #515)