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
and `Double.NegativeInfinity. <https://learn.microsoft.com/en-us/dotnet/api/system.double.negativeinfinity?view=net-8.0#system-double-negativeinfinity>`__
155
-
on MSDN.
155
+
on MSDN.
156
+
157
+
- The driver includes the following changes to the ``BsonValue`` class:
158
+
159
+
- Removes the ``[Obsolete]`` attribute from the ``AsLocalTime()`` and
160
+
``AsUniversalTime()`` methods.
161
+
- Adds the `AsNullableLocalTime() <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonValue.AsNullableLocalTime.html#MongoDB_Bson_BsonValue_AsNullableLocalTime>`__
162
+
and `AsNullableUniversalTime() <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonValue.AsNullableUniversalTime.html#MongoDB_Bson_BsonValue_AsNullableUniversalTime>`__
163
+
methods.
164
+
- Removes the ``AsDateTime()`` method. Use the `AsUniversalTime() <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonValue.AsUniversalTime.html#MongoDB_Bson_BsonValue_AsUniversalTime>`__
165
+
method instead.
166
+
- Removes the ``AsNullableDateTime()`` method. Use the `AsNullableUniversalTime() <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonValue.AsNullableUniversalTime.html#MongoDB_Bson_BsonValue_AsNullableUniversalTime>`__
0 commit comments