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
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)