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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Enhancements:
8
8
- Significant performance improvements with proxy type generation for interface proxies without target. (Up until now, DynamicProxy generated a separate `IInvocation` implementation type for every single proxied method – it is now able to reuse a single predefined type in many cases, thereby reducing the total amount of dynamic type generation.) (@stakx, #573)
9
9
10
10
Bugfixes:
11
+
- Generic method with differently named generic arguments to parent throws `KeyNotFoundException` (@stakx, #106)
11
12
- Proxying certain `[Serializable]` classes produces proxy types that fail PEVerify test (@stakx, #367)
12
13
-`private protected` methods are not intercepted (@CrispyDrone, #535)
0 commit comments