Skip to content

Commit 7230268

Browse files
committed
Update changelog
1 parent 81376ae commit 7230268

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Next
44

5+
Breaking Changes:
6+
- Removed support for binary serialization of generated proxies by removing all special handling for `[Serializable]` and/or `ISerializable` proxied types. Modern .NET is actively migrating away from binary serialization; see the official [BinaryFormatter Obsoletion Strategy](https://github.com/dotnet/designs/blob/4c359d7233964925314850f188f36ed809474799/accepted/2020/better-obsoletion/binaryformatter-obsoletion.md). (@stakx, #701)
7+
58
Enhancements:
69
- Now target frameworks are: .NET 8, .NET Framework 4.6.2, .NET Standard 2.0
710
- Tests platforms now are: .NET Framework 4.6.2, .NET 8, .NET 9
@@ -10,6 +13,7 @@ Enhancements:
1013
Deprecations:
1114
- .NET Core 2.1, .NET Core 3.1, .NET 6, and mono tests
1215
- .NET Standard 2.1 tfm
16+
- The `ProxyObjectReference` type has been removed as part of the above-mentioned removal of binary serialization support in generated proxies.
1317

1418
## 5.2.1 (2025-03-09)
1519

0 commit comments

Comments
 (0)