jetify-com / typeid

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

Update README.md with another one C# implementation #13

Closed cbuctok closed 1 year ago

cbuctok commented 1 year ago

It is actually based on UUIDv7 so it is sortable. Right now it is WIP of course.

loreto commented 1 year ago

@cbuctok Thanks for contributing.

Happy to add it, due to a quirk of our internal setup, I need to accept the PR in our opensource monorepo and then it'll automatically get published here. Do you mind opening the PR there? The corresponding file is here: https://github.com/jetpack-io/opensource/blob/main/typeid/typeid/README.md

Once you're ready to validate the implementation, I've added two files with test data to the spec: https://github.com/jetpack-io/typeid/blob/main/spec/valid.yml and https://github.com/jetpack-io/typeid/blob/main/spec/invalid.yml. Once you write unit tests showing that your implementation passes tests based on that data, and we can mark it as validated.

cbuctok commented 1 year ago

Closing pull request, moved to https://github.com/jetpack-io/opensource/pull/64