A .NET library for generating and working with Universally Unique Lexicographically Sortable Identifiers (ULIDs), designed to be globally unique, sortable, human-readable, and AoT compatible, making them ideal for use in distributed systems and databases.

csharp dotnet guid primary-key ulid uuid
1 Open Issue Need Help Last updated: Jun 25, 2025

Open Issues Need Help

View All on GitHub
Developer Tools ID Generation

AI Summary: Evaluate a proposal to change the ULID generation algorithm from a simple increment to a random increment, considering security, compatibility, and performance implications. This involves reviewing the existing .NET ULID library, the official ULID specification, and community feedback on the proposal.

Complexity: 4/5
enhancement help wanted

A .NET library for generating and working with Universally Unique Lexicographically Sortable Identifiers (ULIDs), designed to be globally unique, sortable, human-readable, and AoT compatible, making them ideal for use in distributed systems and databases.

C#
#csharp#dotnet#guid#primary-key#ulid#uuid