Skip to content

Commit

Permalink
Added obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
papafe committed Oct 11, 2024
1 parent 59878b7 commit a9b1b98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MongoDB.Bson/ObjectModel/GuidRepresentationMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@
* limitations under the License.
*/

using System;

namespace MongoDB.Bson
{
/// <summary>
/// Whether to handle GuidRepresentation using the v2.x mode of the v3.x mode.
/// See the reference documentation for details.
/// </summary>
[Obsolete("This enum will be made removed in a later release, with V3 being the only representation mode.")]
public enum GuidRepresentationMode
{
/// <summary>
Expand Down

0 comments on commit a9b1b98

Please sign in to comment.