Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 887 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 887 Bytes

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.