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

LINQ - OrderBy after Select Doesn't Work

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Minor - P4 Minor - P4
    • None
    • 1.4.2
    • None

    Description

      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()

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: