Details
-
Bug
-
Resolution: Won't Fix
-
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()