-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Add beta.5 changelog #4484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add beta.5 changelog #4484
Conversation
| * Increase code coverage of `Get-ChildItem` on file system. (#4342) (Thanks to @jeffbi!) | ||
| * Increase test coverage for `Rename-Item` and `Move-Item`. (#4329) (Thanks to @jeffbi!) | ||
| * Add test coverage for Registry provider. (#4354) (Thanks to @jeffbi!) | ||
| * Fix C# tests for `ValidateSetValuesGenerator`. (#4253) (Thanks to @iSazonov!) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one can be removed, it's actually the same as the ValidateSetAttribute enhancement work we mentioned above.
| ### Build/test and code cleanup | ||
|
|
||
| * Add build check for MFC for Visual C++ during Windows builds. | ||
| This fixes a long-standing (and very frustrating!) issue with missing build dependencies! (#4185) (Thanks to @KirkMunro!) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add one more item here:
#4335 - Separate Windows PSRP binary build out of Start-PSBuild
Starting from beta.5, Start-PSBuild doesn't build PSRP binary on windows. Instead, the PSRP binary is consumed from a NuGet package.
| * Fix output of `Length` for `FileInfo` when using `Format-List`. (#4437) | ||
| * Fix an issue in implicit remoting where restricted sessions couldn't use `Get-FormatData –PowerShellVersion`. (#4222) | ||
| * Fix an issue where `Register-PSSessionConfiguration` fails if `SessionConfig` folder doesn't exist. (#4271) | ||
| * Remove the `*-Counter` cmdlets in `Microsoft.PowerShell.Diagnostics` due to the use of unsupported APIs until a better solution is found. (#4303) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we were going to highlight breaking changes? Same for LocalAccounts
| so we are removing a large amount of code that's built only for FullCLR. | ||
| To read more about this, check out [this blog post](https://blogs.msdn.microsoft.com/powershell/2017/07/14/powershell-6-0-roadmap-coreclr-backwards-compatibility-and-more/). | ||
|
|
||
| * Cleanup `#if CORE` in `ManagedEntrance.cs` (#4373) (Thanks to @iSazonov!) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should combine these per contributor call out rather than list them all out. It's not useful to end users.
|
I'm taking over this change and will submit a new PR. Close this PR. |
No description provided.