Skip to content

5.1.0

Compare
Choose a tag to compare
@stakx stakx released this 02 Aug 13:06
· 54 commits to master since this release

Enhancements

  • Support for covariant method returns (@stakx, #619)
  • Performance improvement with proxy type generation for class proxies (without target). Abstract class methods now reuse a predefined invocation type (like methods of interface proxies without target; see explanation below at version 5.0.0 enhancements) (@stakx, #626)

Bugfixes

  • DynamicProxy emits invalid metadata for redeclared event (@stakx, #590)
  • Proxies using records with a base class broken using .NET 6 compiler (@ajcvickers, #601)
  • MissingMethodException when proxying interfaces containing sealed methods (@stakx, #621)