You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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