NUlid icon indicating copy to clipboard operation
NUlid copied to clipboard

.Net ULID implementation

Results 4 NUlid issues
Sort by recently updated
recently updated
newest added

Hello! First, thanks for your job! When using the latest version 1.7.0 of NUlid, we have this error when generate and then parse NUlid code Example with this : "01FTX9NB2FVWG9MYN7ZEE03HX0"...

Hey, thanks for providing this library; it's been very useful to me. I happened to notice that the Guids that were converted from certain Ulids (and vice-versa) didn't maintain the...

discussion

First, I would like to say thanks for the great work! We've been looking into ULID to use instead of UUID/GUID in our projects and figured we could get rid...

Created a [pull request](https://github.com/Cysharp/Ulid/pull/39) with some potential optimizations/code modernisation for [Cysharp/Ulidd](https://github.com/Cysharp/Ulid). Not sure if any changes would apply here, it looks like NUlid and Ulid serialize to Guid in different...