Missing support for .All() query

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Works as Designed
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: LINQ
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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)).'

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

              Created:
              Updated:
              Resolved: