Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Ulid/Ulid.Boundaries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public readonly partial struct Ulid
/// Represents the maximum possible value for a ULID.
/// </summary>
/// <remarks>
/// The <see cref="Max"/> field is a ULID where all byte components are set to their highest possible value (0xFF).
/// The <see cref="MaxValue"/> field is a ULID where all byte components are set to their highest possible value (0xFF).
/// It can be used as a sentinel or boundary value in comparison operations or range validations.
/// </remarks>
public static Ulid MaxValue { get; } = New(Enumerable.Repeat((byte)0xFF, _ulidSize).ToArray());
Expand Down
102 changes: 0 additions & 102 deletions src/Ulid/Ulid.Obsolete.cs

This file was deleted.