Skip to content

Commit

Permalink
Merge pull request #1277 from stakx/default-interface-methods
Browse files Browse the repository at this point in the history
Add regression test for interface with partial default implementation
  • Loading branch information
stakx committed Aug 2, 2022
2 parents a54d18b + db44a87 commit 28d462a
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 109 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,7 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
#### Fixed

* "Expression is not an event add" when using `.Raises()` with redeclared event (@howcheng, #1175)
* `MissingMethodException` when mocking interface with sealed default implementation (@pjquirk, #1209)
* Throws `TypeLoadException` on mock when a record has a base record on .NET 6 (@tgrieger-sf, #1273)


Expand Down

0 comments on commit 28d462a

Please sign in to comment.