Ulid
Ulid copied to clipboard
Fast .NET C# Implementation of ULID for .NET and Unity.
It improves string interpolation performance for C# 10.0.
see: https://github.com/dotnet/runtime/pull/66889
Is there any comparison with [MassTransit.NewId](https://masstransit.io/documentation/patterns/newid)?
Hi, probably noob issue here but posting because I don't know how to proceed... Thing is I'm trying to install the ulid-cli as indicated in the readme.md with `dotnet tool...
## tl;dr; Replace create-release with `Cysharp/Actions/.github/workflows/create-release.yaml`. This brings central managed release flow control. see: https://github.com/Cysharp/Ulid/actions/runs/7814449365
Hi, here's my code : `Guid id = new Guid("018ced5c-1f3d-da5f-8349-8acba12a5e3f");` `Ulid idUlid = new Ulid(id);` And here's the result :  The Ulid.Guid is incorrect. I don't really understand why...
**Changes Made:** - Added IsValid method for string inputs. - Unit tests for the IsValid method Please, unless there is an issue, consider adding it. I believe it is a...
According to the "canonical spec": > Technically, a 26-character Base32 encoded string can contain 130 bits of information, whereas a ULID must only contain 128 bits. Therefore, the largest valid...
I've updated all projects to .NET 8. :)
## tl;dr; Automate suggestion for update GitHub Actions. ## Motivation Important actions are centrally managed on Cysharp/Actions, however few pieces of direct actions usage is managed by own repo. Let's...