ChatGptNet
ChatGptNet copied to clipboard
Guid.CreateVersion7()
With .NET 9, Guid struct obtained a new method called: CreateVersion7(). By using conditional compilation we can specify that on .NET 6, .NET 7 and .NET 8, only Guid.NewGuid() can be used, and from .NET 9 Guid.CreateVersion7() will be used