Skip to content

4.18.2

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

Changed

  • Update package reference to Castle.Core (DynamicProxy) from version 5.0.0 to 5.1.0 (@stakx, #1275)
  • Removed dependency on System.Threading.Tasks.Extensions for netstandard2.1 and net6.0 (@tibel, #1274)

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)