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.
dotnet add package Enbrea.GuidFactory
Guid guid = GuidGenerator.Create(GuidGenerator.DnsNamespace, "www.enbrea.org");
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.