We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4b8c7 commit d2b1069Copy full SHA for d2b1069
README.md
@@ -53,6 +53,7 @@ Or provide a list of addtional types in the [DefaultDynamicLinqCustomTypeProvide
53
A breaking change is introduced in this version to solve CVE-2024-51417.
54
It's not allowed anymore to call any methods on the `object` type. By default also the `ToString` and `Equals` methods are not allowed.
55
To allow these methods set `AllowEqualsAndToStringMethodsOnObject` to `true` in the `ParsingConfig` and provide that config to all dynamic calls.
56
+Which means that only properties and fields can be used in the `OrderBy` / `ThenBy` clause.
57
58
---
59
0 commit comments