jetify-com / typeid

Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs
Apache License 2.0
2.96k stars 38 forks source link

Mark C# (.NET) implementation validated against spec #17

Closed TenCoKaciStromy closed 1 year ago

TenCoKaciStromy commented 1 year ago

Thanks for adding to the list!

I reimplemented the mentioned tests here ( https://github.com/TenCoKaciStromy/typeid-dotnet/blob/main/src/dotnet-typeid-tests/ValidationAgainstSpec_Tests.cs ).

loreto commented 1 year ago

Sorry for the delay. Go ahead and send me a PR marking your implementation as validated and I'll approve. Send it to our opensource monorepo, file: https://github.com/jetpack-io/opensource/blob/main/typeid/typeid/README.md

loreto commented 1 year ago

Addressed by https://github.com/jetpack-io/opensource/pull/77, closing