We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NET 9 natively supports UUID v7. I would like to be able to generate deterministic UUIDs based on version 7 timestamps for my database.
new Faker().Random.Guid(version: GuidVersion.Version7);
or
new Faker().Random.GuidVersion7();
No.
No
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
or
What alternatives have you considered?
No.
Could you help with a pull-request?
No
The text was updated successfully, but these errors were encountered: