Factory class for generating deterministic GUIDs
$ dotnet add package Enbrea.GuidFactoryA .NET library for for generating deterministic GUID values. See RFC 4122 for algorithm details.
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.