-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Add UUID v7 support to New-Guid #24895
Copy link
Copy link
Open
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugUp-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Cmdletsgeneral cmdlet issuesgeneral cmdlet issuesWG-ReviewedA Working Group has reviewed this and made a recommendationA Working Group has reviewed this and made a recommendation
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugUp-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Cmdletsgeneral cmdlet issuesgeneral cmdlet issuesWG-ReviewedA Working Group has reviewed this and made a recommendationA Working Group has reviewed this and made a recommendation
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Reviewed
Summary of the new feature / enhancement
Dotnet 9 got support for creating UUID v7 GUIDs.
[guid]::CreateVersion7(): https://learn.microsoft.com/en-us/dotnet/api/system.guid.createversion7This could be useful in PowerShell too.
Proposed technical implementation details (optional)
DateTimeOffsetas input.New-Ulid?