Skip to content

4.10.1

Compare
Choose a tag to compare
@stakx stakx released this 30 Dec 12:05
· 928 commits to main since this release

Fixed

  • NullReferenceException when using SetupSet on indexers with multiple parameters (@idigra, #694)
  • CallBase should not be allowed for delegate mocks (@tehmantra, #706)

Changed

  • Dropped the dependency on the System.ValueTuple NuGet package, at no functional cost (i.e. value tuples are still supported just fine) (@stakx, #721)
  • Updated failure messages to show richer class names (@powerdude, #727)
  • Upgraded System.Reflection.TypeExtensions and System.Threading.Tasks.Extensions dependencies to versions 4.5.1 (@stakx, #729)