-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
Add an AstFilter.Not factory method that applies logical negation in a more sophisticated way:
- Use $not when possible and $nor otherwise
- Two $not cancel each other out
- Two single filter $nor cancel each other out
- Negated $eq becomes $ne and vice versa
- is depended on by
-
CSHARP-3473 LINQ3: Get PredicateTranslatorTests to pass
- Closed
- related to
-
CSHARP-3486 LINQ3: Translate negation of $in to $nin
- Closed