File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,10 @@ Version 3.0 Breaking Changes
116
116
- The ``BsonBinaryData.GuidRepresentation`` property has been removed.
117
117
- You can call the ``BsonBinaryData.ToGuid()`` method only on ``BsonBinaryData``
118
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.
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>,
122
+ GuidRepresentation.Standard)`` constructor.
120
123
121
124
The preceding changes affect your application only if you serialize and deserialize
122
125
BSON documents directly. If you map your MongoDB documents only to :ref:`csharp-poco`,
You can’t perform that action at this time.
0 commit comments