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: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,13 @@ This library is useful in scenarios where you need to send LINQ expressions over
9
9
- Supports various types of expressions, including binary, unary, member access, lambda, and more.
10
10
- Extensible design that allows you to add support for custom expressions.
11
11
12
+
## Breaking Changes
13
+
14
+
### Version 4.0
15
+
16
+
-**BinaryFormatSerializer** has been removed due to security concerns with `BinaryFormatter`. For more details, see the [BinaryFormatter Security Guide](https://aka.ms/binaryformatter).
17
+
18
+
12
19
## Getting Started
13
20
14
21
### Installation
@@ -53,6 +60,7 @@ Serialize.Linq has a comprehensive test suite. You can run the tests using your
0 commit comments