You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed CSHARP-447. BsonArray.Contains now returns false instead of throwing ArgumentNullException when called with null argument. Query.All, Query.In and Query.NotIn now handle nulls in the list of values according to functional construction semantics and therefore just skip them. (Not sure why git thinks CSharpDriverDocs.shfbproj is changed, probably because core.autocrlf was not set correctly when it was last changed).
<HelpTitle>MongoDB C# Driver API Documentation</HelpTitle>
27
-
<NamespaceSummaries>
28
-
<NamespaceSummaryItemname="MongoDB.Bson"isDocumented="True">The MongoDB.Bson top level namespace and its child namespaces contain the classes for managing Bson data. The top level MongoDB.Bson namespace contains the classes that represent all the basic Bson Types.</NamespaceSummaryItem>
29
-
<NamespaceSummaryItemname="MongoDB.Bson.IO"isDocumented="True">The MongoDB.Bson.IO namespace contains the types that allow reading and writing of Bson data.</NamespaceSummaryItem>
30
-
<NamespaceSummaryItemname="MongoDB.Bson.Serialization"isDocumented="True">The MongoDB.Bson.Serialization namespace contains the types used in the serialization and deserialization of Bson data. It also contains the base interfaces to be implemented by the actual serializers.</NamespaceSummaryItem>
<NamespaceSummaryItemname="MongoDB.Bson.Serialization.Attributes"isDocumented="True">The MongoDB.Bson.Serialization.Attributes namespace contains the Attributes used to control Bson serialization/deserialization.</NamespaceSummaryItem>
33
-
<NamespaceSummaryItemname="MongoDB.Bson.Serialization.Conventions"isDocumented="True">The various conventions used during serialization/deserialization of Bson data are represented by the types in the MongoDB.Bson.Serialization.Conventions namespace.</NamespaceSummaryItem>
34
-
<NamespaceSummaryItemname="MongoDB.Bson.Serialization.IdGenerators"isDocumented="True">The various id generators used in the serialization/deserialization of Bson data are represented in this namespace.</NamespaceSummaryItem>
35
-
<NamespaceSummaryItemname="MongoDB.Bson.Serialization.Options"isDocumented="True">The MongoDB.Bson.Serialization.Options namespace contains the classes that represent the serialization options for specific types such as DateTime, Document etc.</NamespaceSummaryItem>
36
-
<NamespaceSummaryItemname="MongoDB.Bson.Serialization.Serializers"isDocumented="True">The MongoDB.Bson.Serialization.Serializers namespace contains the serializers for the various Bson and base .Net types</NamespaceSummaryItem>
37
-
<NamespaceSummaryItemname="MongoDB.Driver"isDocumented="True">The MongoDB.Driver namespace contains all the basic types and classes that compose the MongoDB driver. It contains the classes needed for most interactions with the database.</NamespaceSummaryItem>
38
-
<NamespaceSummaryItemname="MongoDB.Driver.Builders"isDocumented="True">The MongoDB.Driver.Builders namespace contains helper classes (builders) that can be used to construct various options used in the driver.</NamespaceSummaryItem>
39
-
<NamespaceSummaryItemname="MongoDB.Driver.GridFS"isDocumented="True">The classes used to interact with MongoDB GridFS are part of the MongoDB.Driver.GridFS namespace.</NamespaceSummaryItem>
40
-
<NamespaceSummaryItemname="MongoDB.Driver.Internal"isDocumented="True">The MongoDB.Driver.Internal namespace contains internal classes used by the driver such as ConnectionPool.</NamespaceSummaryItem>
41
-
<NamespaceSummaryItemname="MongoDB.Driver.Wrappers"isDocumented="True">Wrapped versions of various classes for use in serialization are present in the MongoDB.Driver.Wrappers namespace.</NamespaceSummaryItem>
42
-
<NamespaceSummaryItemname="MongoDB.Driver.Linq"isDocumented="True">The MongoDB.Driver.Linq namespace contains the LINQ related classes.</NamespaceSummaryItem>
<HelpTitle>MongoDB C# Driver API Documentation</HelpTitle>
27
+
<NamespaceSummaries>
28
+
<NamespaceSummaryItemname="MongoDB.Bson"isDocumented="True">The MongoDB.Bson top level namespace and its child namespaces contain the classes for managing Bson data. The top level MongoDB.Bson namespace contains the classes that represent all the basic Bson Types.</NamespaceSummaryItem>
29
+
<NamespaceSummaryItemname="MongoDB.Bson.IO"isDocumented="True">The MongoDB.Bson.IO namespace contains the types that allow reading and writing of Bson data.</NamespaceSummaryItem>
30
+
<NamespaceSummaryItemname="MongoDB.Bson.Serialization"isDocumented="True">The MongoDB.Bson.Serialization namespace contains the types used in the serialization and deserialization of Bson data. It also contains the base interfaces to be implemented by the actual serializers.</NamespaceSummaryItem>
<NamespaceSummaryItemname="MongoDB.Bson.Serialization.Attributes"isDocumented="True">The MongoDB.Bson.Serialization.Attributes namespace contains the Attributes used to control Bson serialization/deserialization.</NamespaceSummaryItem>
33
+
<NamespaceSummaryItemname="MongoDB.Bson.Serialization.Conventions"isDocumented="True">The various conventions used during serialization/deserialization of Bson data are represented by the types in the MongoDB.Bson.Serialization.Conventions namespace.</NamespaceSummaryItem>
34
+
<NamespaceSummaryItemname="MongoDB.Bson.Serialization.IdGenerators"isDocumented="True">The various id generators used in the serialization/deserialization of Bson data are represented in this namespace.</NamespaceSummaryItem>
35
+
<NamespaceSummaryItemname="MongoDB.Bson.Serialization.Options"isDocumented="True">The MongoDB.Bson.Serialization.Options namespace contains the classes that represent the serialization options for specific types such as DateTime, Document etc.</NamespaceSummaryItem>
36
+
<NamespaceSummaryItemname="MongoDB.Bson.Serialization.Serializers"isDocumented="True">The MongoDB.Bson.Serialization.Serializers namespace contains the serializers for the various Bson and base .Net types</NamespaceSummaryItem>
37
+
<NamespaceSummaryItemname="MongoDB.Driver"isDocumented="True">The MongoDB.Driver namespace contains all the basic types and classes that compose the MongoDB driver. It contains the classes needed for most interactions with the database.</NamespaceSummaryItem>
38
+
<NamespaceSummaryItemname="MongoDB.Driver.Builders"isDocumented="True">The MongoDB.Driver.Builders namespace contains helper classes (builders) that can be used to construct various options used in the driver.</NamespaceSummaryItem>
39
+
<NamespaceSummaryItemname="MongoDB.Driver.GridFS"isDocumented="True">The classes used to interact with MongoDB GridFS are part of the MongoDB.Driver.GridFS namespace.</NamespaceSummaryItem>
40
+
<NamespaceSummaryItemname="MongoDB.Driver.Internal"isDocumented="True">The MongoDB.Driver.Internal namespace contains internal classes used by the driver such as ConnectionPool.</NamespaceSummaryItem>
41
+
<NamespaceSummaryItemname="MongoDB.Driver.Wrappers"isDocumented="True">Wrapped versions of various classes for use in serialization are present in the MongoDB.Driver.Wrappers namespace.</NamespaceSummaryItem>
42
+
<NamespaceSummaryItemname="MongoDB.Driver.Linq"isDocumented="True">The MongoDB.Driver.Linq namespace contains the LINQ related classes.</NamespaceSummaryItem>
0 commit comments