You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
10
10
11
11
*`CallBase` can now be used with interface methods that have a default interface implementation. It will call [the most specific override](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-8.0/default-interface-methods#the-most-specific-override-rule). (@stakx, #1130)
12
12
13
+
#### Changed
14
+
15
+
* Improved error message formatting of `It.Is` lambda expressions that capture local variables. (@bfriesen, #1140)
16
+
13
17
#### Fixed
14
18
15
19
*`AmbiguousMatchException` raised when interface has property indexer besides property in VB. (@mujdatdinc, #1129)
0 commit comments