We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0189757 commit 27f057bCopy full SHA for 27f057b
source/upgrade/v3.txt
@@ -118,7 +118,7 @@ Version 3.0 Breaking Changes
118
objects of subtype 4. If the object has any other subtype, you must call the
119
``BsonBinaryData.ToGuid(GuidRepresentation)`` method and specify the subtype.
120
- GUID conversion by using the ``BsonTypeMapper`` class has been removed. To
121
- convert ``GUID`` values to BSON, use the ``BsonBindaryData(<GUID>,
+ convert ``GUID`` values to BSON, use the ``BsonBinaryData(<GUID>,
122
GuidRepresentation.Standard)`` constructor.
123
124
The preceding changes affect your application only if you serialize and deserialize
0 commit comments