Skip to content

Allow writing to init property setters of generic classes on .NET 6+#1879

Merged
AArnott merged 1 commit intomasterfrom
fix1134Again
Jul 5, 2024
Merged

Allow writing to init property setters of generic classes on .NET 6+#1879
AArnott merged 1 commit intomasterfrom
fix1134Again

Conversation

@AArnott
Copy link
Collaborator

@AArnott AArnott commented Jul 5, 2024

Only .NET 6 has the fix to MethodBuilder required for this to work. .NET Framework has not been fixed.

Closes #1134 (once again)

Only .NET 6 has the fix to `MethodBuilder` required for this to work. .NET Framework has not been fixed.

Closes #1134 (once again)
@AArnott AArnott added this to the v2.5 milestone Jul 5, 2024
@AArnott AArnott merged commit e29def3 into master Jul 5, 2024
@AArnott AArnott deleted the fix1134Again branch July 5, 2024 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deserialization of generic types fails due to inability to find property setters that use init

1 participant