Projection: Exception Unable to determine the serialization information nested array field

XMLWordPrintableJSON

    • 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

            Assignee:
            Robert Stam (Inactive)
            Reporter:
            VItaliy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: