ChatGptNet icon indicating copy to clipboard operation
ChatGptNet copied to clipboard

Guid.CreateVersion7()

Open N1K0232 opened this issue 6 months ago • 5 comments

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

N1K0232 avatar Apr 29 '25 16:04 N1K0232