LINQ - OrderBy after Select Doesn't Work

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Minor - P4
    • None
    • Affects Version/s: 1.4.2
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The following type of query throws an ArgumentNull exception in BsonDocument.cs Add method for parameter string name (line 624):

      .Where().Select(x => x.Name).OrderBy(x => x).ToArray()

              Assignee:
              Unassigned
              Reporter:
              Zaid Masud
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: