Skip to content

A .NET library providing a factory class for generating deterministic GUID values

License

Notifications You must be signed in to change notification settings

enbrea/enbrea.guidfactory

Repository files navigation

NuGet Gallery GitHub

ENBREA GuidFactory

A .NET library for for generating deterministic GUID values. See RFC 4122 for algorithm details.

  • Supports .NET 6, .NET 7 and .NET 8
  • This library is based on existing code from the following blog article.

Installation

dotnet add package Enbrea.GuidFactory

Example

Guid guid = GuidGenerator.Create(GuidGenerator.DnsNamespace, "www.enbrea.org");

Can I help?

Yes, that would be much appreciated. The best way to help is to post a response via the Issue Tracker and/or submit a Pull Request.

About

A .NET library providing a factory class for generating deterministic GUID values

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks