Skip to content

4.16.1

Compare
Choose a tag to compare
@stakx stakx released this 30 Dec 11:51
· 218 commits to main since this release

Added

Changed

  • Improved error message formatting of It.Is lambda expressions that capture local variables. (@bfriesen, #1140)

Fixed

  • AmbiguousMatchException raised when interface has property indexer besides property in VB. (@mujdatdinc, #1129)
  • Interface default methods are ignored (@hahn-kev, #972)
  • Callback validation too strict when setting up a task's .Result property (@stakx, #1132)
  • setup.Returns(InvocationFunc) wraps thrown exceptions in TargetInvocationException (@stakx, #1141)