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

feat: fguid #27

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: fguid #27

wants to merge 1 commit into from

Conversation

rafalschmidt97
Copy link
Collaborator

@rafalschmidt97 rafalschmidt97 commented Oct 18, 2023

NET library that provides a Twitter Snowflake-alike ID generator for .NET. It is based on the IP address and network
mask and is designed to offer low-latency, distributed, time-ordered, compact, and highly available ID generation. This
library is based on IdGen project and serves as a basis for generating unique identifiers.

For more check the readme.

/// </summary>
internal static void ResetOptions()
{
_options = null;
Copy link
Collaborator Author

@rafalschmidt97 rafalschmidt97 Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Za mało - jeszcze generator id itd. Może warto byłoby mieć jeden singleton jako wrapper...

@@ -0,0 +1,101 @@
# Allegro.Extensions.Guid
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link in the main /README.md

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

Successfully merging this pull request may close these issues.

2 participants