PowerShell v7.3 Preview 3 released

PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing API and object model optimized. It includes a command-line shell, a related scripting language, and a framework for handling cmdlets.

PowerShell v7.3 Preview 3 is released with the following updates:

Engine updates and fixes

  • Fixed parsing code for .NET method generic parameters ( #16937 )
  • Allow PSGetMemberBindergetting ByRefthe value of a property ( #16956 )
  • Allow collections containing Automation.Nullelements to be piped ( #16957 )

Updates and fixes for general cmdlets

  • CompatPowerShellGetAdd module to allow list of telemetry modules ( #16935 )
  • Fix and cmdlets Enter-PSHostProcessby handling already exited processes ( #16946 )Get-PSHostProcessInfo
  • Improve Hashtable completion in multiple cases ( #16498 )

code cleanup

  • Fix a typo CommandHelpProvider.csin ( #16949 )

test

  • Update some tests to be more stable in CI ( #16944 )
  • Roll back the Windows image used in testing to Windows Server 2019 ( #16958 )

More details can be viewed: https://github.com/PowerShell/PowerShell/releases

Guess you like

Origin www.oschina.net/news/187966/powershell-7-3-preview-3-released