Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for random UUID v7 #579

Open
DigitalMushrooms opened this issue Dec 15, 2024 · 0 comments
Open

Support for random UUID v7 #579

DigitalMushrooms opened this issue Dec 15, 2024 · 0 comments

Comments

@DigitalMushrooms
Copy link

Description

NET 9 natively supports UUID v7. I would like to be able to generate deterministic UUIDs based on version 7 timestamps for my database.

LINQPad Code Example

new Faker().Random.Guid(version: GuidVersion.Version7);

or

new Faker().Random.GuidVersion7();

What alternatives have you considered?

No.

Could you help with a pull-request?

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant