tag:github.com,2008:https://github.com/xtqqczze/PowerShell-PowerShell/releases Release notes from PowerShell-PowerShell 2020-05-19T18:01:22Z tag:github.com,2008:Repository/163115945/v7.1.0-preview.3 2020-05-19T18:01:22Z v7.1.0-preview.3: 7.1.0-preview.3 - 2020-05-14 <ul> <li>Breaking Changes</li> </ul> <ul> <li>Fix string parameter binding for <code>BigInteger</code> numeric literals (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="552103402" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11634" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11634/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11634">PowerShell#11634</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vexx32/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vexx32">@vexx32</a>!)</li> </ul> <ul> <li>Engine Updates and Fixes</li> </ul> <ul> <li>Set correct <code>PSProvider</code> full name at module load time (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="562046438" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11813" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11813/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11813">PowerShell#11813</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> </ul> <ul> <li>Experimental Features</li> </ul> <ul> <li>Support passing <code>PSPath</code> to native commands (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="602964264" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12386" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12386/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12386">PowerShell#12386</a>)</li> </ul> <ul> <li>General Cmdlet Updates and Fixes</li> </ul> <ul> <li>Fix incorrect index in format string in ParameterBinderBase (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="616384476" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12630" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12630/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12630">PowerShell#12630</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/powercode/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/powercode">@powercode</a>!)</li> <li>Copy the <code>CommandInfo</code> property in <code>Command.Clone()</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="598333944" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12301" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12301/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12301">PowerShell#12301</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/TylerLeonhardt/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/TylerLeonhardt">@TylerLeonhardt</a>!)</li> <li>Apply <code>-IncludeEqual</code> in <code>Compare-Object</code> when <code>-ExcludeDifferent</code> is specified (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="600293834" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12317" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12317/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12317">PowerShell#12317</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/davidseibel/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/davidseibel">@davidseibel</a>!)</li> <li>Change <code>Get-FileHash</code> to close file handles before writing output (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="605946836" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12474" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12474/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12474">PowerShell#12474</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/HumanEquivalentUnit/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/HumanEquivalentUnit">@HumanEquivalentUnit</a>!)</li> <li>Fix inconsistent exception message in <code>-replace</code> operator (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="602998117" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12388" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12388/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12388">PowerShell#12388</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jackdcasey/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jackdcasey">@jackdcasey</a>!)</li> </ul> <ul> <li>Code Cleanup</li> </ul> <details> <summary> <p>We thank the following contributors!</p> <p><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/RDIL/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/RDIL">@RDIL</a>, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/powercode/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/powercode">@powercode</a></p> </summary> <ul> <li>Replace Unicode <code>non-breaking space</code> character with space (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="612666153" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12576" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12576/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12576">PowerShell#12576</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Remove unused <code>New-DockerTestBuild.ps1</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="614904930" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12610" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12610/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12610">PowerShell#12610</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/RDIL/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/RDIL">@RDIL</a>!)</li> <li>Annotate <code>Assert</code> methods for better code analysis (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="615454374" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12618" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12618/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12618">PowerShell#12618</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/powercode/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/powercode">@powercode</a>!)</li> <li>Use correct casing for cmdlet names and parameters in *.ps1 files throughout the codebase (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="612913551" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12584" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12584/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12584">PowerShell#12584</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Document why <code>PackageVersion</code> is used in <code>PowerShell.Common.props</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="609197428" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12523" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12523/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12523">PowerShell#12523</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> </ul> </details> <ul> <li>Tools</li> </ul> <ul> <li>Update <code>@PoshChan</code> config to include <code>SSH</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="609499245" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12526" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12526/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12526">PowerShell#12526</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vexx32/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vexx32">@vexx32</a>!)</li> <li>Update log message in <code>Start-PSBootstrap</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="612235922" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12573" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12573/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12573">PowerShell#12573</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Add the <code>.NET SDK</code> installation path to the current process path in <code>tools/UpdateDotnetRuntime.ps1</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="609406710" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12525" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12525/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12525">PowerShell#12525</a>)</li> </ul> <ul> <li>Tests</li> </ul> <ul> <li>Make CIM tab completion test case insensitive (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="616941942" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12636" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12636/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12636">PowerShell#12636</a>)</li> <li>Mark ping tests as Pending due to stability issues in macOS (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="607767532" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12504" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12504/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12504">PowerShell#12504</a>)</li> </ul> <ul> <li>Build and Packaging Improvements</li> </ul> <details> <summary> <p>We thank the following contributors!</p> <p><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jcotton42/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jcotton42">@jcotton42</a>, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a></p> </summary> <ul> <li>Update build to use the new .NET SDK <code>5.0.100-preview.4.20258.7</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="616969111" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12637" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12637/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12637">PowerShell#12637</a>)</li> <li>Bump NJsonSchema from 10.1.14 to 10.1.15 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="614799908" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12608" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12608/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12608">PowerShell#12608</a>)</li> <li>Bump NJsonSchema from 10.1.13 to 10.1.14 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="613912688" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12598" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12598/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12598">PowerShell#12598</a>)</li> <li>Bump NJsonSchema from 10.1.12 to 10.1.13 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="612899283" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12583" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12583/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12583">PowerShell#12583</a>)</li> <li>Update the build to sign any unsigned files as 3rd party Dlls (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="612804890" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12581" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12581/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12581">PowerShell#12581</a>)</li> <li>Update .NET SDK to <code>5.0.100-preview.4.20229.10</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="610375456" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12538" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12538/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12538">PowerShell#12538</a>)</li> <li>Add ability to <code>Install-Dotnet</code> to specify directory (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="605895070" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12469" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12469/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12469">PowerShell#12469</a>)</li> <li>Allow <code>/</code> in relative paths for <code>using module</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="346453723" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/7424" data-hovercard-type="issue" data-hovercard-url="/PowerShell/PowerShell/issues/7424/hovercard" href="https://github.com/PowerShell/PowerShell/issues/7424">PowerShell#7424</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="606865488" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12492" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12492/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12492">PowerShell#12492</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jcotton42/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jcotton42">@jcotton42</a>!)</li> <li>Update dotnet metadata for next channel for automated updates (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="607661955" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12502" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12502/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12502">PowerShell#12502</a>)</li> <li>Bump .NET to 5.0.0-preview.4 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="607894766" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12507" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12507/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12507">PowerShell#12507</a>)</li> <li>Bump <code>Microsoft.ApplicationInsights</code> from <code>2.13.1</code> to <code>2.14.0</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="606493408" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12479" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12479/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12479">PowerShell#12479</a>)</li> <li>Bump PackageManagement from 1.4.6 to 1.4.7 in /src/Modules (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="607856887" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12506" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12506/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12506">PowerShell#12506</a>)</li> <li>Bump <code>Xunit.SkippableFact</code> from <code>1.3.12</code> to <code>1.4.8</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="606498968" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12480" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12480/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12480">PowerShell#12480</a>)</li> <li>Fix quotes to allow variable expansion (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="608401087" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12512" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12512/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12512">PowerShell#12512</a>)</li> <li>Use new <code>TargetFramework</code> as <code>net5.0</code> in packaging scripts (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="607734418" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12503" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12503/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12503">PowerShell#12503</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Use new value for <code>TargetFramework</code> as <code>net5.0</code> instead of <code>netcoreapp5.0</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="606736734" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12486" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12486/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12486">PowerShell#12486</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Disable <code>PublishReadyToRun</code> for framework dependent packages (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="605727531" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12450" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12450/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12450">PowerShell#12450</a>)</li> <li>Add <code>dependabot</code> rules to ignore updates from .NET (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="605882825" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12466" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12466/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12466">PowerShell#12466</a>)</li> <li>Update <code>README.md</code> and <code>metadata.json</code> for upcoming release (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="605153750" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12441" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12441/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12441">PowerShell#12441</a>)</li> <li>Turn on <code>ReadyToRun</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="602114253" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12361" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12361/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12361">PowerShell#12361</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Add summary to compressed sections of change log (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="604931087" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12429" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12429/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12429">PowerShell#12429</a>)</li> </ul> </details> <ul> <li>Documentation and Help Content</li> </ul> <ul> <li>Add link to life cycle doc to distribution request template (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="616983282" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12638" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12638/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12638">PowerShell#12638</a>)</li> <li>Update TFM reference in build docs (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="608612058" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12514" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12514/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12514">PowerShell#12514</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Fix broken link for blogs in documents (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="605900365" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12471" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12471/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12471">PowerShell#12471</a>)</li> </ul> adityapatwardhan tag:github.com,2008:Repository/163115945/v7.1.0-preview.2 2020-04-23T16:18:36Z v7.1.0-preview.2: 7.1.0-preview.2 <ul> <li>Breaking Changes</li> </ul> <ul> <li>On Windows, <code>Start-Process</code> creates a process environment with<br> all the environment variables from current session,<br> using <code>-UseNewEnvironment</code> creates a new default process environment (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="509026309" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10830" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10830/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10830">PowerShell#10830</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Do not wrap return result to <code>PSObject</code> when converting ScriptBlock to delegate (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="497965075" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10619" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10619/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10619">PowerShell#10619</a>)</li> </ul> <ul> <li>Engine Updates and Fixes</li> </ul> <ul> <li>Allow case insensitive paths for determining <code>PSModulePath</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="586596558" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12192" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12192/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12192">PowerShell#12192</a>)</li> <li>Add PowerShell version 7.0 to compatible version list (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="586474298" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12184" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12184/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12184">PowerShell#12184</a>)</li> <li>Discover assemblies loaded by <code>Assembly.Load(byte[])</code> and <code>Assembly.LoadFile</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="587907583" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12203" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12203/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12203">PowerShell#12203</a>)</li> </ul> <ul> <li>General Cmdlet Updates and Fixes</li> </ul> <ul> <li>Fix <code>WinCompat</code> module loading to treat PowerShell 7 modules with higher priority (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="595583456" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12269" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12269/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12269">PowerShell#12269</a>)</li> <li>Implement <code>ForEach-Object -Parallel</code> runspace reuse (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="580767455" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12122" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12122/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12122">PowerShell#12122</a>)</li> <li>Fix <code>Get-Service</code> to not modify collection while enumerating it (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="565393162" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11851" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11851/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11851">PowerShell#11851</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/NextTurn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/NextTurn">@NextTurn</a>!)</li> <li>Clean up the IPC named pipe on PowerShell exit (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="586578607" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12187" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12187/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12187">PowerShell#12187</a>)</li> <li>Fix <code>&lt;img /&gt;</code> detection regex in web cmdlets (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="578947883" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12099" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12099/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12099">PowerShell#12099</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vexx32/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vexx32">@vexx32</a>!)</li> <li>Allow shorter signed hex literals with appropriate type suffixes (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="564436990" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11844" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11844/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11844">PowerShell#11844</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vexx32/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vexx32">@vexx32</a>!)</li> <li>Update <code>UseNewEnvironment</code> parameter behavior of <code>Start-Process</code> cmdlet on Windows (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="509026309" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10830" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10830/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10830">PowerShell#10830</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Add <code>-Shuffle</code> switch to <code>Get-Random</code> command (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="524010430" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11093" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11093/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11093">PowerShell#11093</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/eugenesmlv/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/eugenesmlv">@eugenesmlv</a>!)</li> <li>Make <code>GetWindowsPowerShellModulePath</code> compatible with multiple PS installations (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="596206036" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12280" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12280/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12280">PowerShell#12280</a>)</li> <li>Fix <code>Start-Job</code> to work on systems that don't have Windows PowerShell registered as default shell (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="597987207" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12296" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12296/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12296">PowerShell#12296</a>)</li> <li>Specifying an alias and <code>-Syntax</code> to <code>Get-Command</code> returns the aliased commands syntax (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="506371033" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10784" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10784/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10784">PowerShell#10784</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ChrisLGardner/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ChrisLGardner">@ChrisLGardner</a>!)</li> <li>Make CSV cmdlets work when using <code>-AsNeeded</code> and there is an incomplete row (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="596640837" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12281" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12281/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12281">PowerShell#12281</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>In local invocations, do not require <code>-PowerShellVersion 5.1</code> for <code>Get-FormatData</code> in order to see all format data. (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="533472690" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11270" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11270/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11270">PowerShell#11270</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mklement0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mklement0">@mklement0</a>!)</li> <li>Added Support For Big Endian <code>UTF-32</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="570301438" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11947" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11947/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11947">PowerShell#11947</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/NoMoreFood/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/NoMoreFood">@NoMoreFood</a>!)</li> <li>Fix possible race that leaks PowerShell object dispose in <code>ForEach-Object -Parallel</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="590459645" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12227" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12227/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12227">PowerShell#12227</a>)</li> <li>Add <code>-FromUnixTime</code> to <code>Get-Date</code> to allow Unix time input (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="586016377" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12179" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12179/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12179">PowerShell#12179</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jackdcasey/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jackdcasey">@jackdcasey</a>!)</li> <li>Change default progress foreground and background colors to provide improved contrast (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="543584828" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11455" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11455/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11455">PowerShell#11455</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rkeithhill/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rkeithhill">@rkeithhill</a>!)</li> <li>Fix <code>foreach -parallel</code> when current drive is not available (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="587162826" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12197" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12197/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12197">PowerShell#12197</a>)</li> <li>Do not wrap return result to <code>PSObject</code> when converting <code>ScriptBlock</code> to <code>delegate</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="497965075" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10619" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10619/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10619">PowerShell#10619</a>)</li> <li>Don't write DNS resolution errors on <code>Test-Connection -Quiet</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="587966039" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12204" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12204/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12204">PowerShell#12204</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vexx32/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vexx32">@vexx32</a>!)</li> <li>Use dedicated threads to read the redirected output and error streams from the child process for out-of-proc jobs (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="556542826" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11713" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11713/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11713">PowerShell#11713</a>)</li> </ul> <ul> <li>Code Cleanup</li> </ul> <details> <summary> <p>We thank the following contributors!</p> <p><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ShaydeNofziger/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ShaydeNofziger">@ShaydeNofziger</a>, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/RDIL/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/RDIL">@RDIL</a></p> </summary> <ul> <li>Fix erroneous comment in <code>tokenizer.cs</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="588081309" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12206" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12206/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12206">PowerShell#12206</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ShaydeNofziger/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ShaydeNofziger">@ShaydeNofziger</a>!)</li> <li>Fix terms checker issues (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="586587119" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12189" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12189/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12189">PowerShell#12189</a>)</li> <li>Update copyright notice to latest guidance (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="586589895" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12190" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12190/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12190">PowerShell#12190</a>)</li> <li>CodeFactor cleanup (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="593469895" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12251" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12251/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12251">PowerShell#12251</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/RDIL/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/RDIL">@RDIL</a>!)</li> </ul> </details> <ul> <li>Tools</li> </ul> <ul> <li>Update .NET dependency update script to include test <code>csproj</code> files (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="602299820" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12372" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12372/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12372">PowerShell#12372</a>)</li> <li>Scripts to update to .NET prerelease version (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="596916583" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12284" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12284/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12284">PowerShell#12284</a>)</li> </ul> <ul> <li>Tests</li> </ul> <ul> <li>Pin major Pester version to 4 to prevent breaking changes caused by upcoming release of v5 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="594651062" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12262" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12262/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12262">PowerShell#12262</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bergmeister/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bergmeister">@bergmeister</a>!)</li> </ul> <ul> <li>Build and Packaging Improvements</li> </ul> <details> <summary> <p>We thank the following contributors!</p> <p><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rkitover/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rkitover">@rkitover</a>, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bergmeister/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bergmeister">@bergmeister</a></p> </summary> <ul> <li>Add the <code>nuget.config</code> from root to the temporary build folder (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="603495366" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12394" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12394/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12394">PowerShell#12394</a>)</li> <li>Bump System.IO.Packaging (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="602236685" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12365" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12365/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12365">PowerShell#12365</a>)</li> <li>Bump Markdig.Signed from 0.18.3 to 0.20.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="602501264" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12379" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12379/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12379">PowerShell#12379</a>)</li> <li>Bump to .NET 5 Preview 3 pre-release (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="601589530" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12353" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12353/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12353">PowerShell#12353</a>)</li> <li>Bump PowerShellGet from 2.2.3 to 2.2.4 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="601480891" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12342" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12342/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12342">PowerShell#12342</a>)</li> <li>Linux: Initial support for Gentoo installations. (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="542126833" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11429" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11429/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11429">PowerShell#11429</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rkitover/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rkitover">@rkitover</a>!)</li> <li>Upgrade to .NET 5 Preview 2 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="593469790" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12250" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12250/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12250">PowerShell#12250</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bergmeister/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bergmeister">@bergmeister</a>!)</li> <li>Fix the <code>Sync PSGalleryModules to Artifacts</code> build (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="596166448" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12277" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12277/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12277">PowerShell#12277</a>)</li> <li>Bump PSReadLine from 2.0.0 to 2.0.1 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="592207159" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12243" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12243/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12243">PowerShell#12243</a>)</li> <li>Bump <code>NJsonSchema</code> from <code>10.1.11</code> to <code>10.1.12</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="590600096" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12230" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12230/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12230">PowerShell#12230</a>)</li> <li>Update change log generation script to support collapsible sections (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="588799337" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12214" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12214/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12214">PowerShell#12214</a>)</li> </ul> </details> <ul> <li>Documentation and Help Content</li> </ul> <ul> <li>Add documentation for <code>WebResponseObject</code> and <code>BasicHtmlWebResponseObject</code> properties (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567113893" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11876" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11876/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11876">PowerShell#11876</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kevinoid/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kevinoid">@kevinoid</a>!)</li> <li>Add Windows 10 IoT Core reference in <code>Adopters.md</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="595338183" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12266" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12266/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12266">PowerShell#12266</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/parameshbabu/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/parameshbabu">@parameshbabu</a>!)</li> <li>Update <code>README.md</code> and <code>metadata.json</code> for <code>7.1.0-preview.1</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="588562595" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12211" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12211/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12211">PowerShell#12211</a>)</li> </ul> adityapatwardhan tag:github.com,2008:Repository/163115945/v7.1.0-preview.1 2020-03-26T17:35:46Z v7.1.0-preview.1 <ul> <li>Breaking Changes</li> </ul> <ul> <li>Use invariant culture string conversion for <code>-replace</code> operator (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="515320121" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10954" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10954/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10954">PowerShell#10954</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> </ul> <ul> <li>Engine Updates and Fixes</li> </ul> <ul> <li>Revert the PRs that made <code>DBNull.Value</code> and <code>NullString.Value</code> treated as <code>$null</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="553081902" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11648" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11648/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11648">PowerShell#11648</a>)</li> </ul> <ul> <li>Experimental Features</li> </ul> <ul> <li>Use invariant culture string conversion for <code>-replace</code> operator (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="515320121" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10954" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10954/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10954">PowerShell#10954</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> </ul> <ul> <li>General Cmdlet Updates and Fixes</li> </ul> <ul> <li>Fix an operator preference order issue in binder code (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="577464562" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12075" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12075/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12075">PowerShell#12075</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/DamirAinullin/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/DamirAinullin">@DamirAinullin</a>!)</li> <li>Fix <code>NullReferenceException</code> when binding common parameters of type <code>ActionPreference</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="580863057" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12124" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12124/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12124">PowerShell#12124</a>)</li> <li>Fix default formatting for deserialized <code>MatchInfo</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="557416430" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11728" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11728/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11728">PowerShell#11728</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Use asynchronous streams in <code>Invoke-RestMethod</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="524020607" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11095" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11095/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11095">PowerShell#11095</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Address UTF-8 Detection In <code>Get-Content -Tail</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567984935" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11899" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11899/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11899">PowerShell#11899</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/NoMoreFood/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/NoMoreFood">@NoMoreFood</a>!)</li> <li>Handle the <code>IOException</code> in <code>Get-FileHash</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="570051786" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11944" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11944/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11944">PowerShell#11944</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Change 'PowerShell Core' to 'PowerShell' in a resource string (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="569348208" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11928" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11928/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11928">PowerShell#11928</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/alexandair/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/alexandair">@alexandair</a>!)</li> <li>Bring back <code>MainWindowTitle</code> in <code>PSHostProcessInfo</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567563334" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11885" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11885/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11885">PowerShell#11885</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Miscellaneous minor updates to Windows Compatibility (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="573085399" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11980" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11980/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11980">PowerShell#11980</a>)</li> <li>Fix <code>ConciseView</code> to split <code>PositionMessage</code> using <code>[Environment]::NewLine</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="575734825" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12010" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12010/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12010">PowerShell#12010</a>)</li> <li>Remove network hop restriction for interactive sessions (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="569110716" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11920" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11920/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11920">PowerShell#11920</a>)</li> <li>Fix <code>NullReferenceException</code> in <code>SuspendStoppingPipeline()</code> and <code>RestoreStoppingPipeline()</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="566696245" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11870" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11870/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11870">PowerShell#11870</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Generate GUID for <code>FormatViewDefinition</code> <code>InstanceId</code> if not provided (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567896263" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11896" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11896/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11896">PowerShell#11896</a>)</li> <li>Fix <code>ConciseView</code> where error message is wider than window width and doesn't have whitespace (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567205305" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11880" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11880/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11880">PowerShell#11880</a>)</li> <li>Allow cross-platform <code>CAPI-compatible</code> remote key exchange (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="527778225" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11185" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11185/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11185">PowerShell#11185</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/silijon/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/silijon">@silijon</a>!)</li> <li>Fix error message (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="565844452" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11862" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11862/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11862">PowerShell#11862</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/NextTurn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/NextTurn">@NextTurn</a>!)</li> <li>Fix <code>ConciseView</code> to handle case where there isn't a console to obtain the width (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="560611973" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11784" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11784/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11784">PowerShell#11784</a>)</li> <li>Update <code>CmsCommands</code> to use Store vs certificate provider (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="553027421" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11643" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11643/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11643">PowerShell#11643</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mikeTWC1984/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mikeTWC1984">@mikeTWC1984</a>!)</li> <li>Enable <code>pwsh</code> to work on Windows systems where <code>mpr.dll</code> and STA is not available (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="558402726" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11748" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11748/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11748">PowerShell#11748</a>)</li> <li>Refactor and implement <code>Restart-Computer</code> for <code>Un*x</code> and macOS (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="536160811" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11319" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11319/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11319">PowerShell#11319</a>)</li> <li>Add an implementation of <code>Stop-Computer</code> for Linux and macOS (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="526922392" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11151" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11151/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11151">PowerShell#11151</a>)</li> <li>Fix <code>help</code> function to check if <code>less</code> is available before using (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="557914225" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11737" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11737/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11737">PowerShell#11737</a>)</li> <li>Update <code>PSPath</code> in <code>certificate_format_ps1.xml</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="550886415" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11603" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11603/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11603">PowerShell#11603</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Change regular expression to match relation-types without quotes in Link header (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="556503227" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11711" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11711/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11711">PowerShell#11711</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Marusyk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Marusyk">@Marusyk</a>!)</li> <li>Fix error message during symbolic link deletion (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="537158811" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11331" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11331/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11331">PowerShell#11331</a>)</li> <li>Add custom 'Selected.*' type to <code>PSCustomObject</code> in <code>Select-Object</code> only once (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="548015882" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11548" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11548/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11548">PowerShell#11548</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Add <code>-AsUTC</code> to the <code>Get-Date</code> cmdlet (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="551132241" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11611" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11611/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11611">PowerShell#11611</a>)</li> <li>Fix grouping behavior with Boolean values in <code>Format-Hex</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="549964557" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11587" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11587/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11587">PowerShell#11587</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vexx32/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vexx32">@vexx32</a>!)</li> <li>Make <code>Test-Connection</code> always use the default synchronization context for sending ping requests (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="546586182" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11517" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11517/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11517">PowerShell#11517</a>)</li> <li>Correct startup error messages (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="544704215" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11473" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11473/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11473">PowerShell#11473</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Ignore headers with null values in web cmdlets (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="541737148" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11424" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11424/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11424">PowerShell#11424</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Re-add check for <code>Invoke-Command</code> job dispose. (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="539375273" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11388" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11388/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11388">PowerShell#11388</a>)</li> <li>Revert 'Update formatter to not write newlines if content is empty (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="528364745" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11193" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11193/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11193">PowerShell#11193</a>)' (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="537937906" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11342" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11342/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11342">PowerShell#11342</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Allow <code>CompleteInput</code> to return results from <code>ArgumentCompleter</code> when <code>AST</code> or Script has matching function definition (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="495593957" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10574" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10574/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10574">PowerShell#10574</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/M1kep/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/M1kep">@M1kep</a>!)</li> <li>Update formatter to not write new lines if content is empty (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="528364745" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11193" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11193/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11193">PowerShell#11193</a>)</li> </ul> <ul> <li>Code Cleanup</li> </ul> <details> <ul> <li>Use span-based overloads (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567491889" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11884" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11884/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11884">PowerShell#11884</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Use new <code>string.Split()</code> overloads (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="566285546" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11867" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11867/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11867">PowerShell#11867</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Remove unreachable DSC code (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="577471967" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12076" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12076/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12076">PowerShell#12076</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/DamirAinullin/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/DamirAinullin">@DamirAinullin</a>!)</li> <li>Remove old dead code from FullCLR (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567601663" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11886" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11886/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11886">PowerShell#11886</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Use <code>Dictionary.TryAdd()</code> where possible (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="559672172" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11767" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11767/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11767">PowerShell#11767</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Use <code>Environment.NewLine</code> instead of hard-coded linefeed in <code>ParseError.ToString</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="558282822" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11746" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11746/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11746">PowerShell#11746</a>)</li> <li>Fix <code>FileSystem</code> provider error message (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="558061136" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11741" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11741/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11741">PowerShell#11741</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Reformat code according to <code>EditorConfig</code> rules (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="555168635" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11681" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11681/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11681">PowerShell#11681</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Replace use of throw <code>GetExceptionForHR</code> with <code>ThrowExceptionForHR</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="552372187" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11640" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11640/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11640">PowerShell#11640</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Refactor delegate types to lambda expressions (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="555318060" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11690" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11690/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11690">PowerShell#11690</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Remove Unicode BOM from text files (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="547783023" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11546" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11546/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11546">PowerShell#11546</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Fix Typo in <code>Get-ComputerInfo</code> cmdlet description (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="536281272" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11321" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11321/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11321">PowerShell#11321</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/doctordns/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/doctordns">@doctordns</a>!)</li> <li>Fix typo in description for <code>Get-ExperimentalFeature</code> <code>PSWindowsPowerShellCompatibility</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="534350558" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11282" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11282/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11282">PowerShell#11282</a>) (Thanks @alvarodelvalle!)</li> <li>Cleanups in command discovery (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="508345030" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10815" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10815/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10815">PowerShell#10815</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Review <code>currentculture</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="521554482" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11044" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11044/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11044">PowerShell#11044</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> </ul> </details> <ul> <li>Tools</li> </ul> <ul> <li>Change recommended VS Code extension name from <code>ms-vscode.csharp</code> to <code>ms-dotnettools.csharp</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="577524545" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12083" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12083/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12083">PowerShell#12083</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/devlead/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/devlead">@devlead</a>!)</li> <li>Specify <code>csharp_preferred_modifier_order</code> in <code>EditorConfig</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="560159748" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11775" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11775/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11775">PowerShell#11775</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Update <code>.editorconfig</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="554973563" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11675" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11675/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11675">PowerShell#11675</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Enable <code>EditorConfig</code> support in <code>OmniSharp</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="551843979" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11627" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11627/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11627">PowerShell#11627</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Specify charset in <code>.editorconfig</code> as <code>utf-8</code> (no BOM) (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="553235033" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11654" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11654/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11654">PowerShell#11654</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Configure the issue label bot (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="547085232" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11527" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11527/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11527">PowerShell#11527</a>)</li> <li>Avoid variable names that conflict with automatic variables (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="539470567" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11392" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11392/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11392">PowerShell#11392</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> </ul> <ul> <li>Tests</li> </ul> <ul> <li>Add empty <code>preview.md</code> file to fix broken link (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="576572047" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12041" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12041/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12041">PowerShell#12041</a>)</li> <li>Add helper functions for SSH remoting tests (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="570934261" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11955" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11955/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11955">PowerShell#11955</a>)</li> <li>Add new tests for <code>Get-ChildItem</code> for <code>FileSystemProvider</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="550849940" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11602" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11602/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11602">PowerShell#11602</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Ensure that types referenced by <code>PowerShellStandard</code> are present (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="499079851" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10634" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10634/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10634">PowerShell#10634</a>)</li> <li>Check state and report reason if it's not 'opened' (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="549254012" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11574" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11574/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11574">PowerShell#11574</a>)</li> <li>Fixes for running tests on Raspbian (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="553786668" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11661" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11661/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11661">PowerShell#11661</a>)</li> <li>Unify pester test syntax for the arguments of <code>-BeOfType</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="548455785" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11558" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11558/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11558">PowerShell#11558</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Correct casing for automatic variables (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="549029886" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11568" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11568/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11568">PowerShell#11568</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Avoid variable names that conflict with automatic variables part 2 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="548462654" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11559" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11559/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11559">PowerShell#11559</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Update pester syntax to v4 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="547739595" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11544" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11544/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11544">PowerShell#11544</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Allow error 504 (Gateway Timeout) in <code>markdown-link</code> tests (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="542742657" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11439" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11439/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11439">PowerShell#11439</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Re-balance CI tests (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="541351948" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11420" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11420/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11420">PowerShell#11420</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Include URL in the markdown-links test error message (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="542720484" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11438" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11438/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11438">PowerShell#11438</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Use CIM cmdlets instead of WMI cmdlets in tests (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="541567057" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11423" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11423/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11423">PowerShell#11423</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> </ul> <ul> <li>Build and Packaging Improvements</li> </ul> <details> <ul> <li>Put symbols in separate package (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="585371018" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12169" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12169/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12169">PowerShell#12169</a>)</li> <li>Disable <code>x86</code> PDB generation (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="585320062" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12167" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12167/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12167">PowerShell#12167</a>)</li> <li>Bump <code>NJsonSchema</code> from <code>10.1.5</code> to <code>10.1.11</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="576940377" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12050" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12050/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12050">PowerShell#12050</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="577825552" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12088" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12088/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12088">PowerShell#12088</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="585229417" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12166" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12166/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12166">PowerShell#12166</a>)</li> <li>Create <code>crossgen</code> symbols for Windows <code>x64</code> and <code>x86</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="584715324" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12157" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12157/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12157">PowerShell#12157</a>)</li> <li>Move to <code>.NET 5 preview.1</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="582758064" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12140" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12140/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12140">PowerShell#12140</a>)</li> <li>Bump <code>Microsoft.CodeAnalysis.CSharp</code> from <code>3.4.0</code> to <code>3.5.0</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="582557739" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12136" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12136/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12136">PowerShell#12136</a>)</li> <li>Move to standard internal pool for building (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="580244476" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12119" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12119/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12119">PowerShell#12119</a>)</li> <li>Fix package syncing to private Module Feed (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="564337357" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11841" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11841/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11841">PowerShell#11841</a>)</li> <li>Add Ubuntu SSH remoting tests CI (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="576403539" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12033" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12033/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12033">PowerShell#12033</a>)</li> <li>Bump <code>Markdig.Signed</code> from <code>0.18.1</code> to <code>0.18.3</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="577474549" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12078" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12078/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12078">PowerShell#12078</a>)</li> <li>Fix MSIX packaging to determine if a Preview release by inspecting the semantic version string (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="574247437" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11991" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11991/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11991">PowerShell#11991</a>)</li> <li>Ignore last exit code in the build step as <code>dotnet</code> may return error when SDK is not installed (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="572435785" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11972" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11972/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11972">PowerShell#11972</a>)</li> <li>Fix daily package build (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567302685" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11882" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11882/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11882">PowerShell#11882</a>)</li> <li>Fix package sorting for syncing to private Module Feed (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="564296600" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11838" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11838/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11838">PowerShell#11838</a>)</li> <li>Set <code>StrictMode</code> version <code>3.0</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="548595419" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11563" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11563/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11563">PowerShell#11563</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Bump <code>.devcontainer</code> version to dotnet <code>3.1.101</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="556425773" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11707" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11707/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11707">PowerShell#11707</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Jawz84/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Jawz84">@Jawz84</a>!)</li> <li>Move to version 3 of <code>AzFileCopy</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="555794830" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11697" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11697/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11697">PowerShell#11697</a>)</li> <li>Update <code>README.md</code> and <code>metadata.json</code> for next release (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="553943865" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11664" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11664/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11664">PowerShell#11664</a>)</li> <li>Code Cleanup for environment data gathering in <code>build.psm1</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="549154253" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11572" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11572/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11572">PowerShell#11572</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Update Debian Install Script To Support Debian 10 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="547674063" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11540" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11540/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11540">PowerShell#11540</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/RandomNoun7/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/RandomNoun7">@RandomNoun7</a>!)</li> <li>Update <code>ADOPTERS.md</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="532336403" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11261" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11261/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11261">PowerShell#11261</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/edyoung/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/edyoung">@edyoung</a>!)</li> <li>Change back to use powershell.exe in 'SetVersionVariables.yml' to unblock daily build (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="529581956" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11207" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11207/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11207">PowerShell#11207</a>)</li> <li>Change to use pwsh to have consistent JSON conversion for <code>DateTime</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="525308435" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11126" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11126/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11126">PowerShell#11126</a>)</li> </ul> </details> <ul> <li>Documentation and Help Content</li> </ul> <ul> <li>Replace <code>VSCode</code> link in <code>CONTRIBUTING.md</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="544773625" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11475" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11475/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11475">PowerShell#11475</a>) (Thanks @stevend811!)</li> <li>Remove the version number of PowerShell from LICENSE (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="575919277" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12019" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12019/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12019">PowerShell#12019</a>)</li> <li>Add the 7.0 change log link to <code>CHANGELOG/README.md</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="577169354" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12062" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12062/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12062">PowerShell#12062</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/LabhanshAgrawal/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LabhanshAgrawal">@LabhanshAgrawal</a>!)</li> <li>Improvements to the contribution guide (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="577586269" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/12086" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/12086/hovercard" href="https://github.com/PowerShell/PowerShell/pull/12086">PowerShell#12086</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ShaydeNofziger/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ShaydeNofziger">@ShaydeNofziger</a>!)</li> <li>Update the doc about debugging dotnet core in VSCode (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="572289867" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11969" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11969/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11969">PowerShell#11969</a>)</li> <li>Update <code>README.md</code> and <code>metadata.json</code> for the next release (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="569056572" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11918" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11918/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11918">PowerShell#11918</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="574326538" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11992" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11992/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11992">PowerShell#11992</a>)</li> <li>Update <code>Adopters.md</code> to include info on Azure Pipelines and GitHub Actions (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567720039" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11888" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11888/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11888">PowerShell#11888</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/alepauly/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/alepauly">@alepauly</a>!)</li> <li>Add information about how Amazon AWS uses PowerShell. (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="538758890" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11365" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11365/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11365">PowerShell#11365</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bpayette/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bpayette">@bpayette</a>!)</li> <li>Add link to .NET CLI version in build documentation (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="557162304" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11725" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11725/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11725">PowerShell#11725</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/joeltankam/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/joeltankam">@joeltankam</a>!)</li> <li>Added info about DeploymentScripts in ADOPTERS.md (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="556304876" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11703" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11703/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11703">PowerShell#11703</a>)</li> <li>Update <code>CHANGELOG.md</code> for <code>6.2.4</code> release (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="555940915" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11699" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11699/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11699">PowerShell#11699</a>)</li> <li>Update <code>README.md</code> and <code>metadata.json</code> for next release (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="550505467" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11597" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11597/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11597">PowerShell#11597</a>)</li> <li>Update the breaking change definition (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="546491550" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11516" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11516/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11516">PowerShell#11516</a>)</li> <li>Adding System Frontier to the PowerShell Core adopters list <code>ADOPTERS.md</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="545036753" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11480" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11480/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11480">PowerShell#11480</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/OneScripter/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/OneScripter">@OneScripter</a>!)</li> <li>Update <code>ChangeLog</code>, <code>README.md</code> and <code>metadata.json</code> for <code>7.0.0-rc.1</code> release (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="538723474" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11363" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11363/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11363">PowerShell#11363</a>)</li> <li>Add <code>AzFunctions</code> to <code>ADOPTERS.md</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="535941044" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11311" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11311/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11311">PowerShell#11311</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Francisco-Gamino/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Francisco-Gamino">@Francisco-Gamino</a>!)</li> <li>Add <code>Universal Dashboard</code> to <code>ADOPTERS.md</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="534352224" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11283" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11283/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11283">PowerShell#11283</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/adamdriscoll/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/adamdriscoll">@adamdriscoll</a>!)</li> <li>Add <code>config.yml</code> for <code>ISSUE_TEMPLATE</code> so that Doc, Security, Support, and Windows PowerShell issues go to URLs (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="526957428" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11153" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11153/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11153">PowerShell#11153</a>)</li> <li>Add <code>Adopters.md</code> file (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="532165797" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11256" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11256/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11256">PowerShell#11256</a>)</li> <li>Update <code>Readme.md</code> for <code>preview.6</code> release (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="524697019" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11108" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11108/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11108">PowerShell#11108</a>)</li> <li>Update <code>SUPPORT.md</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="524380216" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11101" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11101/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11101">PowerShell#11101</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mklement0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mklement0">@mklement0</a>!)</li> <li>Update <code>README.md</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="524378267" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11100" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11100/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11100">PowerShell#11100</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mklement0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mklement0">@mklement0</a>!)</li> </ul> adityapatwardhan tag:github.com,2008:Repository/163115945/v7.0.0 2020-03-03T23:30:13Z v7.0.0 <ul> <li>General Cmdlet Updates and Fixes</li> </ul> <ul> <li>Enable <code>Ctrl+C</code> to work for global tool (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="571610408" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11959" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11959/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11959">PowerShell#11959</a>)</li> <li>Fix <code>ConciseView</code> to not show the line information within the error messages (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="570746994" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11952" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11952/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11952">PowerShell#11952</a>)</li> </ul> <ul> <li>Build and Packaging Improvements</li> </ul> <ul> <li>Publish PowerShell into the Windows engineering system package format (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="571614740" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11960" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11960/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11960">PowerShell#11960</a>)</li> <li>Bump .NET core framework to <code>3.1.2</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="571692760" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11963" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11963/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11963">PowerShell#11963</a>)</li> <li>Ensure the man page <code>gzip</code> has the correct name for LTS release (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="570958272" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11956" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11956/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11956">PowerShell#11956</a>)</li> <li>Bump <code>Microsoft.ApplicationInsights</code> from <code>2.13.0</code> to <code>2.13.1</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="569253866" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11925" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11925/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11925">PowerShell#11925</a>)</li> </ul> adityapatwardhan tag:github.com,2008:Repository/163115945/v7.0.0-rc.3 2020-02-21T23:52:08Z v7.0.0-rc.3 - 2020-02-21 <ul> <li>Breaking Changes</li> </ul> <ul> <li>Fix <code>Invoke-Command</code> missing error on session termination (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="549906087" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11586" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11586/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11586">PowerShell#11586</a>)</li> </ul> <ul> <li>Engine Updates and Fixes</li> </ul> <ul> <li>Update the map between console color to <code>VT</code> sequences (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567832309" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11891" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11891/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11891">PowerShell#11891</a>)</li> <li>Fix SSH remoting error on Windows platform (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="568559881" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11907" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11907/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11907">PowerShell#11907</a>)</li> <li>Restore the <code>PowerShellStreamType</code> <code>enum</code> with an <code>ObsoleteAttribute</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="564236691" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11836" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11836/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11836">PowerShell#11836</a>)</li> <li>Handle cases where <code>CustomEvent</code> was not initially sent (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="561842232" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11807" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11807/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11807">PowerShell#11807</a>)</li> <li>Fix how COM objects are enumerated (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="561342920" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11795" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11795/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11795">PowerShell#11795</a>)</li> <li>Fix <code>NativeDllHandler</code> to not throw when file is not found (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="560675904" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11787" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11787/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11787">PowerShell#11787</a>)</li> <li>Restore <code>SetBreakpoints</code> API (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="551684669" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11622" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11622/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11622">PowerShell#11622</a>)</li> <li>Do not needlessly pass <code>-l login_name</code> or <code>-p port</code> to <code>ssh</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="546625045" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11518" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11518/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11518">PowerShell#11518</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/LucaFilipozzi/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LucaFilipozzi">@LucaFilipozzi</a>!)</li> <li>Fix for <code>JEA</code> user role in virtual account (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="554475446" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11668" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11668/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11668">PowerShell#11668</a>)</li> <li>Do not resolve types from assemblies that are loaded in separate <code>AssemblyLoadContext</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="523762720" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11088" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11088/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11088">PowerShell#11088</a>)</li> </ul> <ul> <li>General Cmdlet Updates and Fixes</li> </ul> <ul> <li>Sync current directory in <code>WinCompat</code> remote session (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="561930789" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11809" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11809/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11809">PowerShell#11809</a>)</li> <li>Add <code>WinCompat</code> deny list support using a setting in <code>powershell.config.json</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="557163385" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11726" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11726/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11726">PowerShell#11726</a>)</li> <li>Fix unnecessary trimming of line resulting in incorrect index with <code>ConciseView</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="554555688" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11670" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11670/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11670">PowerShell#11670</a>)</li> </ul> <ul> <li>Code Cleanup</li> </ul> <ul> <li>Change name of <code>ClrVersion</code> parameter back to revert change in capitalization (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="551685870" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11623" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11623/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11623">PowerShell#11623</a>)</li> </ul> <ul> <li>Tools</li> </ul> <ul> <li>Update changelog generation script (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="557827647" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11736" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11736/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11736">PowerShell#11736</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Update to <code>CredScan v2</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="559417882" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11765" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11765/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11765">PowerShell#11765</a>)</li> </ul> <ul> <li>Tests</li> </ul> <ul> <li>Make sure to test whether we skip a test using consistent logic (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567864339" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11892" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11892/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11892">PowerShell#11892</a>)</li> <li>Skip directory creation at root test on macOS (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567178636" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11878" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11878/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11878">PowerShell#11878</a>)</li> <li>Update <code>Get-PlatformInfo</code> helper and tests for Debian 10, 11 and CentOS 8 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="564362333" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11842" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11842/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11842">PowerShell#11842</a>)</li> <li>Ensure correct <code>pwsh</code> is used for test runs (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="545281594" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11486" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11486/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11486">PowerShell#11486</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> </ul> <ul> <li>Build and Packaging Improvements</li> </ul> <ul> <li>Add <code>LTSRelease</code> value from <code>metadata.json</code> to <code>release.json</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567912148" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11897" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11897/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11897">PowerShell#11897</a>)</li> <li>Bump <code>Microsoft.ApplicationInsights</code> from <code>2.12.1</code> to <code>2.13.0</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567880775" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11894" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11894/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11894">PowerShell#11894</a>)</li> <li>Make LTS package always not a preview (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567888320" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11895" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11895/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11895">PowerShell#11895</a>)</li> <li>Bump <code>System.Data.SqlClient</code> from <code>4.8.0</code> to <code>4.8.1</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567191028" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11879" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11879/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11879">PowerShell#11879</a>)</li> <li>Change <code>LTSRelease</code> value in <code>metadata.json</code> to true for <code>RC.3</code> release (Internal 10960)</li> <li>Update <code>LTS</code> logic to depend on <code>metadata.json</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567127397" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11877" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11877/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11877">PowerShell#11877</a>)</li> <li>Set default value of <code>LTSRelease</code> to false (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="567091431" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11874" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11874/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11874">PowerShell#11874</a>)</li> <li>Refactor packaging pipeline (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="565397085" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11852" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11852/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11852">PowerShell#11852</a>)</li> <li>Make sure <code>LTS</code> packages have symbolic links for <code>pwsh</code> and <code>pwsh-lts</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="564400812" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11843" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11843/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11843">PowerShell#11843</a>)</li> <li>Bump <code>Microsoft.PowerShell.Native</code> from <code>7.0.0-rc.2</code> to <code>7.0.0</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="564316040" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11839" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11839/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11839">PowerShell#11839</a>)</li> <li>Update the NuGet package generation to include <code>cimcmdlet.dll</code> and most of the built-in modules (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="563510566" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11832" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11832/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11832">PowerShell#11832</a>)</li> <li>Bump <code>Microsoft.PowerShell.Archive</code> from <code>1.2.4.0</code> to <code>1.2.5</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="563518202" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11833" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11833/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11833">PowerShell#11833</a>)</li> <li>Bump <code>PSReadLine</code> from <code>2.0.0-rc2</code> to <code>2.0.0</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="563435918" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11831" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11831/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11831">PowerShell#11831</a>)</li> <li>Add trace source and serialization primitives to the allowed assembly list (Internal 10911)</li> <li>Update the <code>NextReleaseTag</code> to be v7.0.0-preview.7 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="538875653" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11372" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11372/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11372">PowerShell#11372</a>)</li> <li>Change packaging to produce <code>LTS</code> packages (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="560038015" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11772" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11772/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11772">PowerShell#11772</a>)</li> <li>Build tar packages only when building on Ubuntu (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="559422930" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11766" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11766/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11766">PowerShell#11766</a>)</li> <li>Bump <code>NJsonSchema</code> from <code>10.1.4</code> to <code>10.1.5</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="557579404" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11730" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11730/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11730">PowerShell#11730</a>)</li> <li>Fix symbolic link creation in <code>packaging.psm1</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="557102615" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11723" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11723/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11723">PowerShell#11723</a>)</li> <li>Bump <code>Microsoft.ApplicationInsights</code> from <code>2.12.0</code> to <code>2.12.1</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="556438029" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11708" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11708/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11708">PowerShell#11708</a>)</li> <li>Bump <code>NJsonSchema</code> from <code>10.1.3</code> to <code>10.1.4</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="551657434" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11620" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11620/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11620">PowerShell#11620</a>)</li> <li>Move to latest Azure DevOps agent images (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="556397059" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11704" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11704/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11704">PowerShell#11704</a>)</li> <li>Bump <code>Markdig.Signed</code> from <code>0.18.0</code> to <code>0.18.1</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="552684891" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11641" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11641/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11641">PowerShell#11641</a>)</li> </ul> <ul> <li>Documentation and Help Content</li> </ul> <ul> <li>Add links to diffs on Github in changelog (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="553198233" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11652" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11652/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11652">PowerShell#11652</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> <li>Fix markdown-link test failure (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="553225844" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11653" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11653/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11653">PowerShell#11653</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xtqqczze/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xtqqczze">@xtqqczze</a>!)</li> </ul> TravisEz13 tag:github.com,2008:Repository/163115945/v6.2.4 2020-01-27T22:01:03Z v6.2.4 - 01/27/2020 <ul> <li>General Cmdlet Updates and Fixes</li> </ul> <ul> <li>Enable Start-Process to work on Windows 7 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="483980369" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10417" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10417/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10417">PowerShell#10417</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Fix global tool issues around exit code, command line parameters, and paths with spaces (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="487117901" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10461" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10461/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10461">PowerShell#10461</a>)</li> <li>Make Add-Type usable in applications that host PowerShell (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="496578487" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10587" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10587/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10587">PowerShell#10587</a>)</li> </ul> <ul> <li>Build and Packaging Improvements</li> </ul> <ul> <li>Update to use TSAv2 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="457084997" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/9914" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/9914/hovercard" href="https://github.com/PowerShell/PowerShell/pull/9914">PowerShell#9914</a>)</li> <li>Update the dotnet SDK install script URL in �uild.psm1 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="513580957" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10927" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10927/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10927">PowerShell#10927</a>)</li> <li>Update dependencies needed by Azure PowerShell and patch for Newtonsoft.Json (Internal 10798)</li> <li>Fix path for getting reference assemblies (Internal 10792)</li> <li>Update release date in changelog (Internal 10824)</li> </ul> adityapatwardhan tag:github.com,2008:Repository/163115945/v7.0.0-rc.2 2020-01-16T23:29:15Z v7.0.0-rc.2 - 1/16/2020 <ul> <li>Breaking Changes</li> </ul> <ul> <li>Use <code>ISOWeek</code> for week numbers in <code>Get-Date</code> accounting for leap years (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="547504726" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11536" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11536/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11536">PowerShell#11536</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/paalbra/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/paalbra">@paalbra</a>!)</li> </ul> <ul> <li>Engine Updates and Fixes</li> </ul> <ul> <li>Revert the PRs that made <code>DBNull.Value</code> and <code>NullString.Value</code> treated as <code>$null</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="549825290" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11584" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11584/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11584">PowerShell#11584</a>)</li> <li>Support expanding <code>~</code> in <code>$env:PATH</code> when doing command discovery (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="548213738" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11552" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11552/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11552">PowerShell#11552</a>)</li> <li>Skip null data in output data received handler to fix a <code>NullReferenceException</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="543241832" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11448" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11448/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11448">PowerShell#11448</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Add <code>ssh</code> parameter sets for the parameter <code>-JobName</code> in <code>Invoke-Command</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="543018301" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11444" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11444/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11444">PowerShell#11444</a>)</li> <li>Adding <code>PowerShell Editor Services</code> and <code>PSScriptAnalyzer</code> to tracked modules (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="546437320" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11514" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11514/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11514">PowerShell#11514</a>)</li> <li>Fix key exchange hang with <code>SecureString</code> for the <code>OutOfProc</code> transports (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="539190850" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11380" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11380/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11380">PowerShell#11380</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="540499369" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11406" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11406/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11406">PowerShell#11406</a>)</li> <li>Add setting to disable the implicit <code>WinPS</code> module loading (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="537232271" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11332" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11332/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11332">PowerShell#11332</a>)</li> </ul> <ul> <li>General Cmdlet Updates and Fixes</li> </ul> <ul> <li>Fix <code>NullReferenceException</code> in <code>ConciseView</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="542430783" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11435" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11435/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11435">PowerShell#11435</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Remove the default value of <code>$true</code> for the parameter <code>-RequireLicenseAcceptance</code> in <code>New-ModuleManifest</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="546089444" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11512" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11512/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11512">PowerShell#11512</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ThomasNieto/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ThomasNieto">@ThomasNieto</a>!)</li> <li>Make Web Cmdlets skip processing the content headers with a null or empty value for backward compatibility (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="541354538" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11421" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11421/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11421">PowerShell#11421</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/spongemike2/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/spongemike2">@spongemike2</a>!)</li> <li>Don't format exceptions that are not <code>ErrorRecord</code> objects (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="541212496" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11415" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11415/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11415">PowerShell#11415</a>)</li> <li>Mark <code>InitialSessionState.ImportPSSnapIn</code> as Obsolete (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="539832483" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11399" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11399/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11399">PowerShell#11399</a>)</li> <li>Use <code>PositionMessage</code> for the line context information for <code>ConciseView</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="539829747" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11398" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11398/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11398">PowerShell#11398</a>)</li> <li>Add trailing line number to <code>filename</code> for <code>ConciseView</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="539448278" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11391" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11391/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11391">PowerShell#11391</a>)</li> <li>Update <code>HelpInfoUri</code> for all modules in PowerShell 7.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="539389390" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11389" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11389/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11389">PowerShell#11389</a>)</li> <li>Remove unnecessary newline in <code>ConciseView</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="539232010" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11383" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11383/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11383">PowerShell#11383</a>)</li> <li>Move <code>Set-StrictMode</code> to the outer script block for <code>ErrorView</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="539214021" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11381" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11381/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11381">PowerShell#11381</a>)</li> <li>Remove the declaration of <code>Get-Error</code> experimental feature from module manifest (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="538783414" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11369" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11369/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11369">PowerShell#11369</a>)</li> <li>Update error message if <code>Update-Help</code> fails for the current <code>UICulture</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="538612658" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11356" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11356/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11356">PowerShell#11356</a>)</li> <li><code>Test-Connection</code>: Fallback to hop IP Address on <code>-Traceroute</code> without <code>-ResolveDestination</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="537359805" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11335" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11335/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11335">PowerShell#11335</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vexx32/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vexx32">@vexx32</a>!)</li> <li>Add null host name check in <code>WSMan</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="534414585" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11288" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11288/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11288">PowerShell#11288</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Add <code>Type</code> member to exceptions containing type of exception for <code>Get-Error</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="523092372" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11076" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11076/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11076">PowerShell#11076</a>)</li> <li>Write an error if argument is a directory in <code>Get-FileHash</code> cmdlet (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="524830481" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11114" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11114/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11114">PowerShell#11114</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Update <code>Get-Error</code> to not modify the original <code>$Error</code> object (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="525303083" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11125" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11125/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11125">PowerShell#11125</a>)</li> </ul> <ul> <li>Code Cleanup</li> </ul> <ul> <li>Use .NET code to check for processor architecture instead of P/Invoke (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="521602832" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11046" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11046/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11046">PowerShell#11046</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> </ul> <ul> <li>Tests</li> </ul> <ul> <li>Test fixes for various platforms (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="549701100" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11579" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11579/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11579">PowerShell#11579</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="547684883" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11541" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11541/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11541">PowerShell#11541</a>)</li> <li>Various test fixes for debugger and remoting (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="547089467" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11528" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11528/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11528">PowerShell#11528</a>)</li> <li><code>DSC</code> test fixes for <code>Alpine</code> and <code>Raspbian</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="546024228" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11508" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11508/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11508">PowerShell#11508</a>)</li> <li>Normalize line endings before comparing string in tests (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="545938135" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11499" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11499/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11499">PowerShell#11499</a>)</li> <li>Fix <code>ssh</code> remoting test to work on all platforms (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="545941699" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11500" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11500/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11500">PowerShell#11500</a>)</li> <li>Build test artifacts for <code>Alpine</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="545138756" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11483" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11483/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11483">PowerShell#11483</a>)</li> <li>Make null member access tests as string to avoid parsing errors (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="539298096" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11385" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11385/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11385">PowerShell#11385</a>)</li> <li>Fix test failing when <code>UnixStat</code> feature is disabled (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="538784352" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11370" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11370/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11370">PowerShell#11370</a>)</li> <li>Update hosting tests to use the SDK version from the build property (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="538779734" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11368" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11368/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11368">PowerShell#11368</a>)</li> <li>Add retry to <code>Enter-PSHostProcess</code> test (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="538652343" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11360" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11360/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11360">PowerShell#11360</a>)</li> </ul> <ul> <li>Build and Packaging Improvements</li> </ul> <ul> <li>Bump <code>Microsoft.PowerShell.Native</code> from <code>7.0.0-rc.1</code> to <code>7.0.0.rc.2</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="549822973" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11583" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11583/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11583">PowerShell#11583</a>)</li> <li>Update .NET SDK version to 3.1.101 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="549801885" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11582" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11582/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11582">PowerShell#11582</a>)</li> <li>Bump <code>PSReadLine</code> from <code>2.0.0-rc1</code> to <code>2.0.0-rc2</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="549742302" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11581" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11581/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11581">PowerShell#11581</a>)</li> <li>Bump <code>NJsonSchema</code> from <code>10.0.28</code> to <code>10.1.3</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="539222020" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11382" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11382/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11382">PowerShell#11382</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="549212618" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11573" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11573/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11573">PowerShell#11573</a>)</li> <li>Generate the correct reference assembly for <code>Microsoft.PowerShell.ConsoleHost</code> NuGet package (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="547769177" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11545" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11545/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11545">PowerShell#11545</a>)</li> <li>Update building of <code>MSIX</code> for <code>RC</code> to use 100 range revision (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="547081573" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11526" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11526/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11526">PowerShell#11526</a>)</li> <li>Fix symbolic links on Debian 10 packages (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="544723475" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11474" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11474/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11474">PowerShell#11474</a>)</li> <li>Bump <code>Microsoft.PowerShell.Archive</code> from <code>1.2.3.0</code> to <code>1.2.4.0</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="545966880" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11502" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11502/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11502">PowerShell#11502</a>)</li> <li>Add script to rebuild <code>WIX</code> component references (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="545151704" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11485" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11485/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11485">PowerShell#11485</a>)</li> <li>Bump <code>PackageManagement</code> from <code>1.4.5</code> to <code>1.4.6</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="541919245" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11427" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11427/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11427">PowerShell#11427</a>)</li> <li>Bump <code>PowerShellGet</code> from <code>2.2.2</code> to <code>2.2.3</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="541919142" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11426" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11426/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11426">PowerShell#11426</a>)</li> <li>Bump <code>ThreadJob</code> from <code>2.0.2</code> to <code>2.0.3</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="541223504" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11416" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11416/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11416">PowerShell#11416</a>)</li> <li>Fix symbolic links to <code>libs</code> on Debian 10 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="539397072" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11390" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11390/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11390">PowerShell#11390</a>)</li> <li>Improve Ubuntu detection for Ubuntu derivatives like <code>GalliumOS</code> etc (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="527021561" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11155" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11155/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11155">PowerShell#11155</a>)</li> </ul> <ul> <li>Documentation and Help Content</li> </ul> <ul> <li>Fix broken link in debugging <code>README.md</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="545976728" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11503" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11503/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11503">PowerShell#11503</a>)</li> </ul> daxian-dbw tag:github.com,2008:Repository/163115945/v7.0.0-rc.1 2019-12-16T21:35:45Z v7.0.0-rc.1 - 12/16/2019 <ul> <li>Breaking Changes</li> </ul> <ul> <li>Make update notification support <code>LTS</code> and default channels (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="525356425" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11132" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11132/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11132">PowerShell#11132</a>)</li> </ul> <ul> <li>Engine Updates and Fixes</li> </ul> <ul> <li>Improvements in breakpoint APIs for remote scenarios (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="535946686" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11312" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11312/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11312">PowerShell#11312</a>)</li> <li>Fix PowerShell class definition leaking into another Runspace (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="533553980" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11273" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11273/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11273">PowerShell#11273</a>)</li> <li>Fix a regression in formatting caused by the <code>FirstOrDefault</code> primitive added in <code>7.0.0-Preview1</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="532265878" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11258" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11258/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11258">PowerShell#11258</a>)</li> <li>Additional Microsoft Modules to track in <code>PS7</code> Telemetry (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="504903765" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10751" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10751/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10751">PowerShell#10751</a>)</li> <li>Make approved features non-experimental (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="535324687" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11303" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11303/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11303">PowerShell#11303</a>)</li> <li>Update <code>ConciseView</code> to use <code>TargetObject</code> if applicable (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="523062427" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11075" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11075/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11075">PowerShell#11075</a>)</li> <li>Fix <code>NullReferenceException</code> in <code>CompletionCompleters</code> public methods (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="533655808" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11274" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11274/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11274">PowerShell#11274</a>)</li> <li>Fix apartment thread state check on non-Windows platforms (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="535161102" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11301" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11301/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11301">PowerShell#11301</a>)</li> <li>Update setting PSModulePath to concatenate the process and machine environment variables (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="533701686" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11276" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11276/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11276">PowerShell#11276</a>)</li> <li>Bump <code>.NET Core</code> to <code>3.1.0</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="532323040" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11260" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11260/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11260">PowerShell#11260</a>)</li> <li>Fix detection of <code>$PSHOME</code> in front of <code>$env:PATH</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="526307811" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11141" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11141/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11141">PowerShell#11141</a>)</li> </ul> <ul> <li>General Cmdlet Updates and Fixes</li> </ul> <ul> <li>Fix for issue on Raspbian for setting date of file changes in <code>UnixStat</code> Experimental Feature (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="535964806" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11313" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11313/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11313">PowerShell#11313</a>)</li> <li>Add <code>-AsPlainText</code> to <code>ConvertFrom-SecureString</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="526315205" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11142" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11142/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11142">PowerShell#11142</a>)</li> <li>Added <code>WindowsPS</code> version check for <code>WinCompat</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="526880621" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11148" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11148/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11148">PowerShell#11148</a>)</li> <li>Fix error-reporting in some <code>WinCompat</code> scenarios (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="532304287" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11259" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11259/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11259">PowerShell#11259</a>)</li> <li>Add native binary resolver (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="520850623" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11032" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11032/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11032">PowerShell#11032</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Update calculation of char width to respect <code>CJK</code> chars correctly (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="532370689" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11262" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11262/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11262">PowerShell#11262</a>)</li> <li>Add <code>Unblock-File</code> for macOS (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="526110368" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11137" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11137/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11137">PowerShell#11137</a>)</li> <li>Fix regression in <code>Get-PSCallStack</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="529747234" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11210" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11210/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11210">PowerShell#11210</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Remove autoloading of the <code>ScheduledJob</code> module when using Job cmdlets (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="528375326" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11194" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11194/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11194">PowerShell#11194</a>)</li> <li>Add <code>OutputType</code> to <code>Get-Error</code> cmdlet and preserve original typenames (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="510298282" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10856" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10856/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10856">PowerShell#10856</a>)</li> <li>Fix null reference in <code>SupportsVirtualTerminal</code> property (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="524491343" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11105" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11105/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11105">PowerShell#11105</a>)</li> </ul> <ul> <li>Code Cleanup</li> </ul> <ul> <li>Change comment and element text to meet Microsoft standards (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="535328812" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11304" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11304/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11304">PowerShell#11304</a>)</li> </ul> <ul> <li>Tests</li> </ul> <ul> <li>Make unreliable <code>DSC</code> test pending (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="525341759" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11131" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11131/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11131">PowerShell#11131</a>)</li> </ul> <ul> <li>Build and Packaging Improvements</li> </ul> <ul> <li>Fix Nuget package signing for Coordinated Package build (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="536027935" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11316" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11316/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11316">PowerShell#11316</a>)</li> <li>Update dependencies from PowerShell Gallery and NuGet (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="536632991" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11323" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11323/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11323">PowerShell#11323</a>)</li> <li>Bump <code>Microsoft.ApplicationInsights</code> from <code>2.11.0</code> to <code>2.12.0</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="535369398" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11305" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11305/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11305">PowerShell#11305</a>)</li> <li>Bump <code>Microsoft.CodeAnalysis.CSharp</code> from <code>3.3.1</code> to <code>3.4.0</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="532966994" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11265" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11265/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11265">PowerShell#11265</a>)</li> <li>Updates packages for Debian 10 and 11 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="531493477" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11236" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11236/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11236">PowerShell#11236</a>)</li> <li>Only enable experimental features prior to <code>RC</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="527372438" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11162" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11162/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11162">PowerShell#11162</a>)</li> <li>Update macOS minimum version (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="527378230" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11163" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11163/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11163">PowerShell#11163</a>)</li> <li>Bump <code>NJsonSchema</code> from <code>10.0.27</code> to <code>10.0.28</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="527439600" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11170" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11170/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11170">PowerShell#11170</a>)</li> </ul> <ul> <li>Documentation and Help Content</li> </ul> <ul> <li>Refactor change logs into one log per release (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="527399907" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11165" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11165/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11165">PowerShell#11165</a>)</li> <li>Fix <code>FWLinks</code> for PowerShell 7 online help documents (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="522953524" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11071" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11071/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11071">PowerShell#11071</a>)</li> </ul> daxian-dbw tag:github.com,2008:Repository/163115945/v7.0.0-preview.6 2019-11-21T22:25:18Z v7.0.0-preview.6 - 10/21/2019 <ul> <li>Breaking Changes</li> </ul> <ul> <li>Update <code>Test-Connection</code> to work more like the one in Windows PowerShell (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="502307500" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10697" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10697/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10697">PowerShell#10697</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vexx32/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vexx32">@vexx32</a>!)</li> <li>Preserve <code>$?</code> for <code>ParenExpression</code>, <code>SubExpression</code> and <code>ArrayExpression</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="521230287" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11040" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11040/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11040">PowerShell#11040</a>)</li> <li>Set working directory to current directory in <code>Start-Job</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="513126383" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10920" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10920/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10920">PowerShell#10920</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> </ul> <ul> <li>Engine Updates and Fixes</li> </ul> <ul> <li>Allow <code>pwsh</code> to inherit <code>$env:PSModulePath</code> and enable <code>powershell.exe</code> to start correctly (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="521887982" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11057" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11057/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11057">PowerShell#11057</a>)</li> </ul> <ul> <li>Experimental Features</li> </ul> <ul> <li>Provide Unix stat information in filesystem output (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="521245381" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11042" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11042/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11042">PowerShell#11042</a>)</li> <li>Support null-conditional operators <code>?.</code> and <code>?[]</code> in PowerShell language (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="515829600" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10960" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10960/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10960">PowerShell#10960</a>)</li> <li>Support using non-compatible Windows PowerShell modules in PowerShell Core (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="516379504" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10973" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10973/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10973">PowerShell#10973</a>)</li> </ul> <ul> <li>Performance</li> </ul> <ul> <li>Avoid using closure in <code>Parser.SaveError</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="518972993" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11006" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11006/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11006">PowerShell#11006</a>)</li> <li>Improve the caching when creating new <code>Regex</code> instances (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="500720391" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10657" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10657/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10657">PowerShell#10657</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Improve processing of the PowerShell built-in type data from <code>types.ps1xml</code>, <code>typesV3.ps1xml</code> and <code>GetEvent.types.ps1xml</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="512729720" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10898" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10898/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10898">PowerShell#10898</a>)</li> <li>Update <code>PSConfiguration.ReadValueFromFile</code> to make it faster and more memory efficient (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="509354173" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10839" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10839/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10839">PowerShell#10839</a>)</li> </ul> <ul> <li>General Cmdlet Updates and Fixes</li> </ul> <ul> <li>Add limit check in <code>Get-WinEvent</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="500084297" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10648" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10648/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10648">PowerShell#10648</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Fix command runtime so <code>StopUpstreamCommandsException</code> doesn't get populated in <code>-ErrorVariable</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="509357656" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10840" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10840/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10840">PowerShell#10840</a>)</li> <li>Set the output encoding to <code>[Console]::OutputEncoding</code> for native commands (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="508735186" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10824" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10824/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10824">PowerShell#10824</a>)</li> <li>Support multi-line code blocks in examples (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="506085197" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10776" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10776/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10776">PowerShell#10776</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Greg-Smulko/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Greg-Smulko">@Greg-Smulko</a>!)</li> <li>Add Culture parameter to <code>Select-String</code> cmdlet (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="514747025" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10943" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10943/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10943">PowerShell#10943</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Fix <code>Start-Job</code> working directory path with trailing backslash (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="521235394" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11041" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11041/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11041">PowerShell#11041</a>)</li> <li><code>ConvertFrom-Json</code>: Unwrap collections by default (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="510337778" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10861" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10861/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10861">PowerShell#10861</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/danstur/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/danstur">@danstur</a>!)</li> <li>Use case-sensitive Hashtable for <code>Group-Object</code> cmdlet with <code>-CaseSensitive</code> and <code>-AsHashtable</code> switches (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="520554155" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11030" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11030/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11030">PowerShell#11030</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vexx32/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vexx32">@vexx32</a>!)</li> <li>Handle exception if enumerating files fails when rebuilding path to have correct casing (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="519487998" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11014" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11014/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11014">PowerShell#11014</a>)</li> <li>Fix <code>ConciseView</code> to show <code>Activity</code> instead of <code>myCommand</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="519006745" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11007" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11007/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11007">PowerShell#11007</a>)</li> <li>Allow web cmdlets to ignore HTTP error statuses (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="487547873" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10466" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10466/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10466">PowerShell#10466</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vdamewood/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vdamewood">@vdamewood</a>!)</li> <li>Fix piping of more than one <code>CommandInfo</code> to <code>Get-Command</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="513630115" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10929" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10929/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10929">PowerShell#10929</a>)</li> <li>Add back <code>Get-Counter</code> cmdlet for Windows (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="514064394" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10933" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10933/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10933">PowerShell#10933</a>)</li> <li>Make <code>ConvertTo-Json</code> treat <code>[AutomationNull]::Value</code> and <code>[NullString]::Value</code> as <code>$null</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="515709039" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10957" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10957/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10957">PowerShell#10957</a>)</li> <li>Remove brackets from <code>ipv6</code> address for SSH remoting (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="516238221" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10968" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10968/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10968">PowerShell#10968</a>)</li> <li>Fix crash if command sent to pwsh is just whitespace (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="516624731" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10977" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10977/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10977">PowerShell#10977</a>)</li> <li>Added cross-platform <code>Get-Clipboard</code> and <code>Set-Clipboard</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="479230859" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10340" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10340/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10340">PowerShell#10340</a>)</li> <li>Fix setting original path of filesystem object to not have extra trailing slash (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="515762142" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10959" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10959/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10959">PowerShell#10959</a>)</li> <li>Support <code>$null</code> for <code>ConvertTo-Json</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="514934203" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10947" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10947/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10947">PowerShell#10947</a>)</li> <li>Add back <code>Out-Printer</code> command on Windows (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="512880140" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10906" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10906/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10906">PowerShell#10906</a>)</li> <li>Fix <code>Start-Job -WorkingDirectory</code> with whitespace (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="515051395" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10951" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10951/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10951">PowerShell#10951</a>)</li> <li>Return default value when getting <code>null</code> for a setting in <code>PSConfiguration.cs</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="515927118" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10963" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10963/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10963">PowerShell#10963</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Handle IO exception as non-terminating (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="514996813" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10950" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10950/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10950">PowerShell#10950</a>)</li> <li>Add <code>GraphicalHost</code> assembly to enable <code>Out-GridView</code>, <code>Show-Command</code>, and <code>Get-Help -ShowWindow</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="512748543" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10899" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10899/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10899">PowerShell#10899</a>)</li> <li>Take <code>ComputerName</code> via pipeline in <code>Get-HotFix</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="509624369" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10852" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10852/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10852">PowerShell#10852</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvprasoon/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvprasoon">@kvprasoon</a>!)</li> <li>Fix tab completion for parameters so that it shows common parameters as available (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="509532817" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10850" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10850/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10850">PowerShell#10850</a>)</li> <li>Fix <code>GetCorrectCasedPath()</code> to first check if any system file entries is returned before calling <code>First()</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="513651163" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10930" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10930/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10930">PowerShell#10930</a>)</li> <li>Set working directory to current directory in <code>Start-Job</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="513126383" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10920" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10920/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10920">PowerShell#10920</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Change <code>TabExpansion2</code> to not require <code>-CursorColumn</code> and treat as <code>$InputScript.Length</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="509527887" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10849" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10849/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10849">PowerShell#10849</a>)</li> <li>Handle case where Host may not return Rows or Columns of screen (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="514266736" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10938" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10938/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10938">PowerShell#10938</a>)</li> <li>Fix use of accent colors for hosts that don't support them (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="514172248" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10937" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10937/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10937">PowerShell#10937</a>)</li> <li>Add back <code>Update-List</code> command (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="513402645" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10922" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10922/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10922">PowerShell#10922</a>)</li> <li>Update <code>FWLink</code> Id for <code>Clear-RecycleBin</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="513505450" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10925" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10925/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10925">PowerShell#10925</a>)</li> <li>During tab completion, skip file if can't read file attributes (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="512915025" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10910" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10910/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10910">PowerShell#10910</a>)</li> <li>Add back <code>Clear-RecycleBin</code> for Windows (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="512908511" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10909" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10909/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10909">PowerShell#10909</a>)</li> <li>Add <code>$env:__SuppressAnsiEscapeSequences</code> to control whether to have VT escape sequence in output (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="508246009" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10814" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10814/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10814">PowerShell#10814</a>)</li> </ul> <ul> <li>Code Cleanup</li> </ul> <ul> <li>Cleanup style issues in <code>Compiler.cs</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="481617530" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10368" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10368/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10368">PowerShell#10368</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Remove the unused type converter for <code>CommaDelimitedStringCollection</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="518598809" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11000" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11000/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11000">PowerShell#11000</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Cleanup style in <code>InitialSessionState.cs</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="510574741" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10865" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10865/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10865">PowerShell#10865</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Code clean up for <code>PSSession</code> class (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="518626807" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11001" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11001/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11001">PowerShell#11001</a>)</li> <li>Remove the not-working 'run <code>Update-Help</code> from <code>Get-Help</code> when <code>Get-Help</code> runs for the first time' feature (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="516413381" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10974" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10974/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10974">PowerShell#10974</a>)</li> <li>Fix style issues (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="518337637" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10998" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10998/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10998">PowerShell#10998</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Cleanup: use the built-in type alias (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="511836069" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10882" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10882/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10882">PowerShell#10882</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Remove the unused setting key <code>ConsolePrompting</code> and avoid unnecessary string creation when querying <code>ExecutionPolicy</code> setting (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="517386725" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10985" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10985/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10985">PowerShell#10985</a>)</li> <li>Disable update notification check for daily builds (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="512832471" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10903" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10903/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10903">PowerShell#10903</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bergmeister/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bergmeister">@bergmeister</a>!)</li> <li>Reinstate debugging API lost in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="479206117" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10338" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10338/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10338">PowerShell#10338</a> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="508012043" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10808" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10808/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10808">PowerShell#10808</a>)</li> </ul> <ul> <li>Tools</li> </ul> <ul> <li>Add default setting for the <code>SDKToUse</code> property so that it builds in VS (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="523708595" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11085" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11085/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11085">PowerShell#11085</a>)</li> <li><code>Install-Powershell.ps1</code>: Add parameter to use MSI installation (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="513352669" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10921" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10921/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10921">PowerShell#10921</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/MJECloud/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MJECloud">@MJECloud</a>!)</li> <li>Add basic examples for <code>install-powershell.ps1</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="512916440" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10914" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10914/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10914">PowerShell#10914</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kilasuit/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kilasuit">@kilasuit</a>!)</li> </ul> <ul> <li>Tests</li> </ul> <ul> <li>Fix <code>stringdata</code> test to correctly validate keys of hashtables (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="508066929" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10810" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10810/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10810">PowerShell#10810</a>)</li> <li>Unload test modules (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="522134303" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11061" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11061/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11061">PowerShell#11061</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Increase time between retries of testing URL (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="519494033" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11015" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11015/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11015">PowerShell#11015</a>)</li> <li>Update tests to accurately describe test actions. (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="513588531" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10928" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10928/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10928">PowerShell#10928</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/romero126/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/romero126">@romero126</a>!)</li> </ul> <ul> <li>Build and Packaging Improvements</li> </ul> <ul> <li>Updating links in <code>README.md</code> and <code>metadata.json</code> for Preview.5 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="510274700" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10854" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10854/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10854">PowerShell#10854</a>)</li> <li>Select the files for compliance tests which are owned by PowerShell (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="509347449" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10837" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10837/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10837">PowerShell#10837</a>)</li> <li>Allow <code>win7x86</code> <code>msix</code> package to build. (Internal 10515)</li> <li>Allow semantic versions to be passed to <code>NormalizeVersion</code> function (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="523757518" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11087" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11087/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11087">PowerShell#11087</a>)</li> <li>Bump .NET core framework to <code>3.1-preview.3</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="523169536" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11079" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11079/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11079">PowerShell#11079</a>)</li> <li>Bump <code>PSReadLine</code> from <code>2.0.0-beta5</code> to <code>2.0.0-beta6</code> in /src/Modules (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="523134184" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11078" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11078/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11078">PowerShell#11078</a>)</li> <li>Bump <code>Newtonsoft.Json</code> from <code>12.0.2</code> to <code>12.0.3</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="521216073" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11037" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11037/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11037">PowerShell#11037</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="521216492" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11038" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11038/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11038">PowerShell#11038</a>)</li> <li>Add Debian 10, 11 and CentOS 8 packages (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="520536637" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11028" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11028/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11028">PowerShell#11028</a>)</li> <li>Upload <code>Build-Info</code> Json file with the <code>ReleaseDate</code> field (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="517472411" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10986" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10986/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10986">PowerShell#10986</a>)</li> <li>Bump .NET core framework to <code>3.1-preview.2</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="518085804" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10993" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10993/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10993">PowerShell#10993</a>)</li> <li>Enable build of x86 MSIX package (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="514131747" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10934" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10934/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10934">PowerShell#10934</a>)</li> <li>Update the dotnet SDK install script URL in <code>build.psm1</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="513580957" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10927" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10927/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10927">PowerShell#10927</a>)</li> <li>Bump <code>Markdig.Signed</code> from <code>0.17.1</code> to <code>0.18.0</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="512184390" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10887" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10887/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10887">PowerShell#10887</a>)</li> <li>Bump <code>ThreadJob</code> from <code>2.0.1</code> to <code>2.0.2</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="512184067" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10886" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10886/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10886">PowerShell#10886</a>)</li> <li>Update <code>AppX</code> Manifest and Packaging module to conform to MS Store requirements (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="511668972" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10878" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10878/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10878">PowerShell#10878</a>)</li> </ul> <ul> <li>Documentation and Help Content</li> </ul> <ul> <li>Update <code>CONTRIBUTING.md</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="524104318" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11096" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11096/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11096">PowerShell#11096</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mklement0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mklement0">@mklement0</a>!)</li> <li>Fix installation doc links in <code>README.md</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="523634820" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11083" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11083/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11083">PowerShell#11083</a>)</li> <li>Adds examples to <code>install-powershell.ps1</code> script (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="520342817" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/11024" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/11024/hovercard" href="https://github.com/PowerShell/PowerShell/pull/11024">PowerShell#11024</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kilasuit/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kilasuit">@kilasuit</a>!)</li> <li>Fix to <code>Select-String</code> emphasis and <code>Import-DscResource</code> in CHANGELOG.md (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="512621652" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10890" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10890/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10890">PowerShell#10890</a>)</li> <li>Remove the stale link from <code>powershell-beginners-guide.md</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="513542008" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10926" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10926/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10926">PowerShell#10926</a>)</li> </ul> adityapatwardhan tag:github.com,2008:Repository/163115945/v7.0.0-preview.5 2019-10-23T19:03:18Z v7.0.0-preview.5 - 10/23/2019 <ul> <li>Breaking Changes</li> </ul> <ul> <li>Make <code>$PSCulture</code> consistently reflect in-session culture changes (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="467355975" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10138" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10138/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10138">PowerShell#10138</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> </ul> <ul> <li>Engine Updates and Fixes</li> </ul> <ul> <li>Move to <code>.NET Core 3.1 preview 1</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="507483162" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10798" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10798/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10798">PowerShell#10798</a>)</li> <li>Refactor reparse tag checks in file system provider (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="484365394" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10431" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10431/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10431">PowerShell#10431</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Replace <code>CR</code> and new line with a <code>0x23CE</code> character in script logging (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="497935414" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10616" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10616/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10616">PowerShell#10616</a>)</li> <li>Fix a resource leak by unregistering the event handler from <code>AppDomain.CurrentDomain.ProcessExit</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="498539771" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10626" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10626/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10626">PowerShell#10626</a>)</li> </ul> <ul> <li>Experimental Features</li> </ul> <ul> <li>Implement <code>Get-Error</code> cmdlet as Experimental Feature (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="503803094" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10727" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10727/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10727">PowerShell#10727</a>,<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="507553472" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10800" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10800/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10800">PowerShell#10800</a>)</li> <li>Add <code>ConciseView</code> for <code>$ErrorView</code> and update it to remove unnecessary text and not color entire line in red (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="499643505" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10641" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10641/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10641">PowerShell#10641</a>,<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="503672915" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10724" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10724/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10724">PowerShell#10724</a>)</li> <li>Support the pipeline chain operators <code>&amp;&amp;</code> and <code>||</code> in PowerShell language (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="453299946" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/9849" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/9849/hovercard" href="https://github.com/PowerShell/PowerShell/pull/9849">PowerShell#9849</a>,<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="508769445" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10825" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10825/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10825">PowerShell#10825</a>,<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="509278921" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10836" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10836/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10836">PowerShell#10836</a>)</li> <li>Implement null coalescing (<code>??</code>) and null coalescing assignment (<code>??=</code>) operators (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="499174723" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10636" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10636/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10636">PowerShell#10636</a>)</li> <li>Support notification on <code>pwsh</code> startup when a new release is available and update notification message (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="501800365" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10689" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10689/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10689">PowerShell#10689</a>,<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="506128900" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10777" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10777/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10777">PowerShell#10777</a>)</li> </ul> <ul> <li>General Cmdlet Updates and Fixes</li> </ul> <ul> <li>Add <code>-Emphasize</code> parameter to colorize <code>Select-String</code> output (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="413763796" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/8963" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/8963/hovercard" href="https://github.com/PowerShell/PowerShell/pull/8963">PowerShell#8963</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/derek-xia/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/derek-xia">@derek-xia</a>!)</li> <li>Add back <code>Get-HotFix</code> cmdlet (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="504267573" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10740" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10740/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10740">PowerShell#10740</a>)</li> <li>Make <code>Add-Type</code> usable in applications that host <code>PowerShell</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="496578487" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10587" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10587/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10587">PowerShell#10587</a>)</li> <li>Use more effective evaluation order in <code>LanguagePrimitives.IsNullLike()</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="506227916" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10781" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10781/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10781">PowerShell#10781</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vexx32/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vexx32">@vexx32</a>!)</li> <li>Improve handling of mixed-collection piped input and piped streams of input in <code>Format-Hex</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="400372195" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/8674" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/8674/hovercard" href="https://github.com/PowerShell/PowerShell/pull/8674">PowerShell#8674</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vexx32/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vexx32">@vexx32</a>!)</li> <li>Use type conversion in <code>SSHConnection</code> hashtables when value doesn't match expected type (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="503143637" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10720" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10720/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10720">PowerShell#10720</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/SeeminglyScience/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/SeeminglyScience">@SeeminglyScience</a>!)</li> <li>Fix <code>Get-Content -ReadCount 0</code> behavior when <code>-TotalCount</code> is set (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="504854648" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10749" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10749/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10749">PowerShell#10749</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/eugenesmlv/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/eugenesmlv">@eugenesmlv</a>!)</li> <li>Reword access denied error message in <code>Get-WinEvent</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="499605506" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10639" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10639/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10639">PowerShell#10639</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Enable tab completion for variable assignment that is enum or type constrained (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="499856473" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10646" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10646/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10646">PowerShell#10646</a>)</li> <li>Remove unused <code>SourceLength</code> remoting property causing formatting issues (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="505508832" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10765" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10765/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10765">PowerShell#10765</a>)</li> <li>Add <code>-Delimiter</code> parameter to <code>ConvertFrom-StringData</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="501018577" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10665" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10665/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10665">PowerShell#10665</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/steviecoaster/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/steviecoaster">@steviecoaster</a>!)</li> <li>Add positional parameter for <code>ScriptBlock</code> when using <code>Invoke-Command</code> with <code>SSH</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="503150612" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10721" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10721/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10721">PowerShell#10721</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/machgo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/machgo">@machgo</a>!)</li> <li>Show line context information if multiple lines but no script name for <code>ConciseView</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="504819086" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10746" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10746/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10746">PowerShell#10746</a>)</li> <li>Add support for <code>\\wsl$\</code> paths to file system provider (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="501155980" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10674" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10674/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10674">PowerShell#10674</a>)</li> <li>Add the missing token text for <code>TokenKind.QuestionMark</code> in parser (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="502884349" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10706" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10706/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10706">PowerShell#10706</a>)</li> <li>Set current working directory of each <code>ForEach-Object -Parallel</code> running script to the same location as the calling script. (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="501139767" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10672" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10672/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10672">PowerShell#10672</a>)</li> <li>Replace <code>api-ms-win-core-file-l1-2-2.dll</code> with <code>Kernell32.dll</code> for <code>FindFirstStreamW</code> and <code>FindNextStreamW</code> APIs (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="501394310" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10680" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10680/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10680">PowerShell#10680</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Tweak help formatting script to be more <code>StrictMode</code> tolerant (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="494581113" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10563" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10563/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10563">PowerShell#10563</a>)</li> <li>Add <code>-SecurityDescriptorSDDL</code> parameter to <code>New-Service</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="489277686" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10483" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10483/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10483">PowerShell#10483</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvprasoon/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvprasoon">@kvprasoon</a>!)</li> <li>Remove informational output, consolidate ping usage in <code>Test-Connection</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="488805110" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10478" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10478/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10478">PowerShell#10478</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vexx32/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vexx32">@vexx32</a>!)</li> <li>Read special reparse points without accessing them (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="500938796" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10662" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10662/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10662">PowerShell#10662</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Direct <code>Clear-Host</code> output to terminal (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="501493597" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10681" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10681/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10681">PowerShell#10681</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Add back newline for grouping with <code>Format-Table</code> and <code>-Property</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="500424498" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10653" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10653/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10653">PowerShell#10653</a>)</li> <li>Remove [ValidateNotNullOrEmpty] from <code>-InputObject</code> on <code>Get-Random</code> to allow empty string (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="499818040" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10644" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10644/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10644">PowerShell#10644</a>)</li> <li>Make suggestion system string distance algorithm case-insensitive (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="493924152" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10549" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10549/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10549">PowerShell#10549</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Fix null reference exception in <code>ForEach-Object -Parallel</code> input processing (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="495951729" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10577" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10577/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10577">PowerShell#10577</a>)</li> </ul> <ul> <li>Code Cleanup</li> </ul> <ul> <li>Remove <code>WorkflowJobSourceAdapter</code> reference that is no longer used (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="478662070" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10326" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10326/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10326">PowerShell#10326</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/KirkMunro/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/KirkMunro">@KirkMunro</a>!)</li> <li>Cleanup <code>COM</code> interfaces in jump list code by fixing <code>PreserveSig</code> attributes (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="456147360" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/9899" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/9899/hovercard" href="https://github.com/PowerShell/PowerShell/pull/9899">PowerShell#9899</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weltkante/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weltkante">@weltkante</a>!)</li> <li>Add a comment describing why <code>-ia</code> is not the alias for <code>-InformationAction</code> common parameter (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="502758271" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10703" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10703/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10703">PowerShell#10703</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/KirkMunro/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/KirkMunro">@KirkMunro</a>!)</li> <li>Rename <code>InvokeCommandCmdlet.cs</code> to <code>InvokeExpressionCommand.cs</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="500775694" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10659" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10659/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10659">PowerShell#10659</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kilasuit/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kilasuit">@kilasuit</a>!)</li> <li>Add minor code cleanups related to update notifications (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="502339635" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10698" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10698/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10698">PowerShell#10698</a>)</li> <li>Remove deprecated workflow logic from the remoting setup scripts (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="478548917" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10320" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10320/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10320">PowerShell#10320</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/KirkMunro/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/KirkMunro">@KirkMunro</a>!)</li> <li>Update help format to use proper case (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="501231402" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10678" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10678/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10678">PowerShell#10678</a>) (Thanks @tnieto88!)</li> <li>Clean up <code>CodeFactor</code> style issues coming in commits for the last month (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="496628508" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10591" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10591/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10591">PowerShell#10591</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Fix typo in description of <code>PSTernaryOperator</code> experimental feature (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="496545582" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10586" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10586/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10586">PowerShell#10586</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bergmeister/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bergmeister">@bergmeister</a>!)</li> </ul> <ul> <li>Performance</li> </ul> <ul> <li>Add minor performance improvements for runspace initialization (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="495054631" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10569" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10569/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10569">PowerShell#10569</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> </ul> <ul> <li>Tools</li> </ul> <ul> <li>Make <code>Install-PowerShellRemoting.ps1</code> handle empty string in <code>PowerShellHome</code> parameter (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="493000738" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10526" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10526/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10526">PowerShell#10526</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Orca88/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Orca88">@Orca88</a>!)</li> <li>Switch from <code>/etc/lsb-release</code> to <code>/etc/os-release</code> in <code>install-powershell.sh</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="505823948" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10773" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10773/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10773">PowerShell#10773</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Himura2la/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Himura2la">@Himura2la</a>!)</li> <li>Check <code>pwsh.exe</code> and <code>pwsh</code> in daily version on Windows (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="504247443" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10738" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10738/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10738">PowerShell#10738</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/centreboard/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/centreboard">@centreboard</a>!)</li> <li>Remove unneeded tap in <code>installpsh-osx.sh</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="504910535" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10752" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10752/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10752">PowerShell#10752</a>)</li> </ul> <ul> <li>Tests</li> </ul> <ul> <li>Temporary skip the flaky test <code>TestAppDomainProcessExitEvenHandlerNotLeaking</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="508784022" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10827" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10827/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10827">PowerShell#10827</a>)</li> <li>Make the event handler leaking test stable (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="506869563" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10790" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10790/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10790">PowerShell#10790</a>)</li> <li>Sync capitalization in <code>CI</code> <code>YAML</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="505540205" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10767" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10767/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10767">PowerShell#10767</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/RDIL/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/RDIL">@RDIL</a>!)</li> <li>Add test for the event handler leaking fix (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="505557230" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10768" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10768/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10768">PowerShell#10768</a>)</li> <li>Add <code>Get-ChildItem</code> test (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="491432760" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10507" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10507/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10507">PowerShell#10507</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Replace ambiguous language for tests from <code>switch</code> to <code>parameter</code> for accuracy (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="501026571" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10666" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10666/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10666">PowerShell#10666</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/romero126/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/romero126">@romero126</a>!)</li> </ul> <ul> <li>Build and Packaging Improvements</li> </ul> <ul> <li>Update package reference for <code>PowerShell SDK</code> to <code>preview.5</code> (Internal 10295)</li> <li>Update <code>ThirdPartyNotices.txt</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="509265209" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10834" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10834/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10834">PowerShell#10834</a>)</li> <li>Bump <code>Microsoft.PowerShell.Native</code> to <code>7.0.0-preview.3</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="508776675" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10826" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10826/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10826">PowerShell#10826</a>)</li> <li>Bump <code>Microsoft.ApplicationInsights</code> from <code>2.10.0</code> to <code>2.11.0</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="497384096" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10608" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10608/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10608">PowerShell#10608</a>)</li> <li>Bump <code>NJsonSchema</code> from <code>10.0.24</code> to <code>10.0.27</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="504963154" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10756" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10756/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10756">PowerShell#10756</a>)</li> <li>Add <code>MacPorts</code> support to the build system (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="504212101" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10736" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10736/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10736">PowerShell#10736</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Lucius-Q-User/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Lucius-Q-User">@Lucius-Q-User</a>!)</li> <li>Bump <code>PackageManagement</code> from <code>1.4.4</code> to <code>1.4.5</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="503805911" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10728" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10728/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10728">PowerShell#10728</a>)</li> <li>Bump <code>NJsonSchema</code> from <code>10.0.23</code> to <code>10.0.24</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="499111331" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10635" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10635/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10635">PowerShell#10635</a>)</li> <li>Add environment variable to differentiate client/server telemetry in <code>MSI</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="497387924" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10612" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10612/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10612">PowerShell#10612</a>)</li> <li>Bump <code>PSDesiredStateConfiguration</code> from <code>2.0.3</code> to <code>2.0.4</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="497290265" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10603" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10603/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10603">PowerShell#10603</a>)</li> <li>Bump <code>Microsoft.CodeAnalysis.CSharp</code> from <code>3.2.1</code> to <code>3.3.1</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="497355022" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10607" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10607/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10607">PowerShell#10607</a>)</li> <li>Update to <code>.Net Core 3.0 RTM</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="497291086" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10604" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10604/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10604">PowerShell#10604</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bergmeister/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bergmeister">@bergmeister</a>!)</li> <li>Update <code>MSIX</code> packaging so the version to <code>Windows Store</code> requirements (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="496597489" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10588" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10588/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10588">PowerShell#10588</a>)</li> </ul> <ul> <li>Documentation and Help Content</li> </ul> <ul> <li>Merge stable and servicing change logs (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="493040475" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10527" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10527/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10527">PowerShell#10527</a>)</li> <li>Update used <code>.NET</code> version in build docs (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="506083508" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10775" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10775/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10775">PowerShell#10775</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Greg-Smulko/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Greg-Smulko">@Greg-Smulko</a>!)</li> <li>Replace links from <code>MSDN</code> to <code>docs.microsoft.com</code> in <code>powershell-beginners-guide.md</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="506184471" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10778" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10778/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10778">PowerShell#10778</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/iSazonov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/iSazonov">@iSazonov</a>!)</li> <li>Fix broken <code>DSC</code> overview link (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="502757986" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10702" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10702/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10702">PowerShell#10702</a>)</li> <li>Update <code>Support_Question.md</code> to link to <code>Stack Overflow</code> as another community resource (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="499493393" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10638" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10638/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10638">PowerShell#10638</a>) (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mklement0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mklement0">@mklement0</a>!)</li> <li>Add processor architecture to distribution request template (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="500906376" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10661" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10661/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10661">PowerShell#10661</a>)</li> <li>Add new PowerShell MoL book to learning PowerShell docs (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="497281947" data-permission-text="Title is private" data-url="https://github.com/PowerShell/PowerShell/issues/10602" data-hovercard-type="pull_request" data-hovercard-url="/PowerShell/PowerShell/pull/10602/hovercard" href="https://github.com/PowerShell/PowerShell/pull/10602">PowerShell#10602</a>)</li> </ul> xtqqczze