-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 2.0.1
-
Component/s: Linq
-
Fully Compatible
Comparison queries in LINQ where the constant is on the left hand side throw an ArgumentException.
For example:
collection.Find(user => DateTime.Now > user.UpdatedDate);
Looks like a regression of CSHARP-431