-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.4.1
-
Component/s: LINQ
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
I'm trying to include nested array object field in projection
Include(x => x.Attempts.Select(a => a.Success))
Gives me following exception
Unable to determine the serialization information for x => x.Attempts.Select(a => a.Success)
Text version .Include("attempts.success") works fine