-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.6
-
Component/s: None
-
None
-
Major Change
The BsonDocument object model is a little schizophrenic about whether we want you to call the static Create method or call the various constructors directly. We're going to standardize on calling the constructors except in the few cases where Create still makes sense (which is basically all the Create methods where the parameter type is object).
This is part of a series of changes we are making to simplify the BsonDocument object model.
- is related to
-
CSHARP-509 Remove superfluous Create methods and change how remaining Create methods handle C# null
- Closed