-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Area-Maintainers-Buildspecific to affecting the buildspecific to affecting the buildIssue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bug
Description
Going into RC, we have to make a decision on whether experimental features are "graduated" to stable vs. staying as experimental.
Per some conversations with the @PowerShell/powershell-committee, this is our current position on each:
Stable
PSCoalescingOperators
PSErrorView
PSForEachObjectParallel
PSPipelineChainOperators
PSTernaryOperator
PSUpdatesNotification
PSWindowsPowerShellCompatibility
Microsoft.PowerShell.Utility.PSGetError
Experimental
PSCommandNotFoundSuggestion: the suggestion infrastructure has proven to have some serious issues that break this feature (e.g. it's not shown at all in VS Code)PSImplicitRemotingBatching: this has not had enough significant usage (both internally and externally) for us to feel confident about itPSNullConditionalOperators: this is only the null conditional member access aspect of the null conditional operatorsPSUnixFileState: this could still have unknown performance implications, and we still might want to change the property names on the returned informationMicrosoft.PowerShell.Utility.PSManageBreakpointsInRunspace: this one will likely be getting some last minute work from @TylerLeonhardt to support a feature needed invscode-powershell. Given the risk of these last minute changes, we don't want to promote this to stable in 7.0.PSDesiredStateConfiguration.InvokeDscResource: this has some limitations compared to theInvoke-DscResourceshipped in Windows PS that we'd like to address before graduating it.
rkeithhill, vexx32, mklement0 and iSazonov
Metadata
Metadata
Assignees
Labels
Area-Maintainers-Buildspecific to affecting the buildspecific to affecting the buildIssue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bug