-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Feature Request: add [Ordered] type accelerator #10513
Copy link
Copy link
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.Up-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-Enginecore PowerShell engine, interpreter, and runtimecore PowerShell engine, interpreter, and runtime
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 bugResolution-FixedThe issue is fixed.The issue is fixed.Up-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-Enginecore PowerShell engine, interpreter, and runtimecore PowerShell engine, interpreter, and runtime
Add
System.Collections.Specialized.OrderedDictionaryasOrderedto the PowerShell type accelerators (not sure if this request is related or similar to: #9512).Currently the the
-isoperator returns an error for theOrderedtype although I am able to use it in the constructor:As with e.g. the
semvertype, I would expect to be able to use the same type (accelerator) for comparison as for the constructor: