We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61951fc commit d7e3f80Copy full SHA for d7e3f80
1 file changed
CHANGELOG.md
@@ -16,6 +16,7 @@ Bugfixes:
16
- `InvalidProgramException` when proxying `MemoryStream` with .NET 7 (@stakx, #651)
17
- `invocation.MethodInvocationTarget` throws `ArgumentNullException` for default interface method (@stakx, #684)
18
- `DynamicProxyException` ("duplicate element") when type to proxy contains members whose names differ only in case (@stakx, #691)
19
+- `DynamicProxyException` ("duplicate element") due to DynamicProxy not accounting for outer type names of nested types (@JelleKerkstra, #692)
20
- `AmbiguousMatchException` when using a proxy generation hook that is implemented as a `record class` (@stakx, #720)
21
22
## 5.2.1 (2025-03-09)
0 commit comments