Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-492

LINQ - OrderBy after Select Doesn't Work

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

      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 Unassigned
            Reporter:
            zaidmasud Zaid Masud
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: