This is a preliminary, WIP roadmap/plan for what we on the @PowerShell/powershell-committee believe needs to be in a PowerShell 6.0 release. We will be iterating on this significantly based on your feedback, as well as potentially shifting internal priorities. The goal is for all line items here to eventually be represented by issues attached to either the 6.0.0 or 6.0.0-beta milestones, so that you anyone can look in and see how far along we are towards a 6.0 release.
I also plan on publishing a blog to break down our plans in more detail sometime soon. In the meantime, please join us on the PowerShell Core Community Call tomorrow @ 9am PST where we'll be talking about this in more detail.
If you believe we're missing something here that's absolutely critical for the 6.0 release, please let us know below in the comments or on our monthly Community Call. Thanks!
[cut] means something we've decided is not required to ship 6.0.0 final and we'll address in a future release (not that it's cut forever)
Documentation
Packaging, Installation, and Deployment
Script/Module Development Experience
Scenarios
This is a preliminary, WIP roadmap/plan for what we on the @PowerShell/powershell-committee believe needs to be in a PowerShell 6.0 release. We will be iterating on this significantly based on your feedback, as well as potentially shifting internal priorities. The goal is for all line items here to eventually be represented by issues attached to either the
6.0.0or6.0.0-betamilestones, so that you anyone can look in and see how far along we are towards a 6.0 release.I also plan on publishing a blog to break down our plans in more detail sometime soon. In the meantime, please join us on the PowerShell Core Community Call tomorrow @ 9am PST where we'll be talking about this in more detail.
If you believe we're missing something here that's absolutely critical for the 6.0 release, please let us know below in the comments or on our monthly Community Call. Thanks!
[cut]means something we've decided is not required to ship 6.0.0 final and we'll address in a future release (not that it's cut forever)sudo <native command>should work from within PowerShellsudo <PowerShell cmdlet>should work from within PowerShell Support sudo <PowerShell cmdlet> #3232sudobugfixesStart-JobInvestigate why Start-Job fails #452*-Jobcmdlets Provide additional tests for the *-Job cmdlets #3110&) Implement the use of&to background a command #716screenissues 'screen' is incompatible with PowerShell #2364ConvertFrom/To-JsonInvoke-RestMethod/Invoke-WebRequestInvoke-WebRequestInvoke-WebRequest errors if Internet Explorer is not installed #3042Content-Typefield. Broken compared to PS 5.0. Invoke-RestMethod does not count onContent-Typefield. Broken compared to PS 5.0. #2245Enter-PSHostProcesswhile in a PSRP/SSH session Enter-PSHostProcess does not work within an SSH remoting session. #2453New/Enter-PSSession,Invoke-Command -Session) on macOS/Linux*-PSSession*Register-PSSessionConfigurationerror Register-PSSessionConfiguration throws error when running in PS Core on Windows desktop #2555Documentation
Packaging, Installation, and Deployment
Install-Package PowerShellUpdate-Package PowerShell?Script/Module Development Experience
using assembly,Add-Type, etc.Scenarios