Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
2.4.1
-
None
Description
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