mareek / UUIDNext

A fast and modern .NET library to generate UUID/GUID that are either sequential and database friendly (versions 7), name based (versions 5) or random (version 4).
BSD Zero Clause License
225 stars 13 forks source link

Monotonicity refactoring #18

Closed mareek closed 2 weeks ago

mareek commented 2 weeks ago

Moved the code that ensure UUID v7 and V8 monotonicity from the base class to an utility class in order to reduce coupling. This will help for #16 and further development