Details
-
New Feature
-
Resolution: Works as Designed
-
Major - P3
-
None
-
None
-
None
Description
Code example : collection.AsQueryable().All(x => x.Id != null);
Result :
System.NotSupportedException: 'The method All is not supported in the expression tree: aggregate([]).All(x => (x.Id != null)).'