Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-08Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0dependabot/nuget/Microsoft.NET.Test.Sdk-17.4.0dependabot[bot]
2022-11-08Replace `msh` in public API comment based documentation with PowerShell equiv...Steve Lee
2022-11-08Fix issue when completing the first command in a script with an empty array e...MartinGC94
2022-11-08Improve type inference of hashtable keys (#17907)MartinGC94
2022-11-08Bump Microsoft.CodeAnalysis.NetAnalyzers (#18442)dependabot[bot]
2022-11-07Fix `Switch-Process` to copy the current env to the new process (#18452)Steve Lee
2022-11-07Replace `UTF8Encoding(false)` with `Encoding.Default` (#18356)xtqqczze
2022-11-05Fix `Switch-Process` to set termios appropriate for child process (#18467)Steve Lee
2022-11-03Update .gitignore to ignore some test generated files (#18447)Steve Lee
2022-11-03Add missing XML doc elements for methods in `RunspaceFactory` (#18450)Dongbo Wang
2022-11-03Fix typo in InitialSessionState.cs (#18435)Ikko Ashimine
2022-11-03Fix `Switch-Process` error to include the command that is not found (#18443)Steve Lee
2022-11-03Remove remaining unused strings from resx files (#18448)Steve Lee
2022-11-03Add TSAUpload for APIScan (#18446)Travis Plunk
2022-11-03Add authenticode signing for assemblies on linux builds (#18440)Aditya Patwardhan
2022-11-03Update `Out-Printer` to remove all decorating ANSI escape sequences from Powe...Dongbo Wang
2022-11-02Webcmdlets set default charset encoding to UTF8 (#18219)CarloToso
2022-11-02Do not remove `penimc_cor3.dll` from build (#18438)Aditya Patwardhan
2022-11-01Use new LINQ Order() methods instead of OrderBy(static x => x) (#18395)Berkan Diler
2022-10-31Make use of StringSplitOptions.TrimEntries when possible (#18412)Berkan Diler
2022-10-31Replace some `string.Join(string)` calls with `string.Join(char)` (#18411)Berkan Diler
2022-10-29Skip output rendering tests on Windows Server 2012 R2 (#18382)Aditya Patwardhan
2022-10-28Change log for `v7.3.0-rc.1` (#18400)Aditya Patwardhan
2022-10-28Bump `Microsoft.PowerShell.Native` from 7.3.0-rc.1 to 7.3.0 (#18405)dependabot[bot]
2022-10-28Update the cgmanifest (#18408)github-actions[bot]
2022-10-28Remove unused strings from FileSystem and Registry providers (#18403)Steve Lee
2022-10-28Remove some static constants from `Utils.Separators` (#18154)Ilya
2022-10-27Use generic `GetValues<T>`, `GetNames<T>` enum methods (#18391)xtqqczze
2022-10-27Allow two-digit revisions in `vPack` package validation pattern (#18392)Travis Plunk
2022-10-27Remove unused resource strings from `SessionStateStrings` (#18394)Steve Lee
2022-10-27Update `README.json` and `metadata.json` for `v7.3.0-rc.1` (#18393)Aditya Patwardhan
2022-10-26Remove unused resource strings in `System.Management.Automation` (#18388)Steve Lee
2022-10-26Avoid using regex when unnecessary in `ScriptWriter` (#18348)Dongbo Wang
2022-10-26Fix incorrect cmdlet name in the script used by `Restart-Computer` (#18374)Nicklas Bjälemark
2022-10-26Use `Enum.HasFlags` part 1 (#18386)xtqqczze
2022-10-26Remove unused strings from parser (#18383)Steve Lee
2022-10-26Increase timeout to make subsystem tests more reliable (#18380)Dongbo Wang
2022-10-25Remove unused strings from Utility module (#18370)Steve Lee
2022-10-25Remove unused console strings (#18369)Steve Lee
2022-10-25Add the function `cd~` (#18308)Olivia
2022-10-25Remove unused strings from `ConsoleInfoErrorStrings.resx` (#18367)Steve Lee
2022-10-25Code cleanup in `ContentHelper.Common.cs` (#18288)CarloToso
2022-10-25Fix type inference error for empty return statements (#18351)MartinGC94
2022-10-25Bump `Microsoft.CodeAnalysis.NetAnalyzers` (#18363)dependabot[bot]
2022-10-24Fix the exception reporting in `ConvertFrom-StringData` (#18336)Olivia
2022-10-24Remove `FusionAssemblyIdentity` and `GlobalAssemblyCache` as they are not use...Ilya
2022-10-24Implement `IDisposable` in `NamedPipeClient` (#18341)xtqqczze
2022-10-24Replace command-error suggestion with new implementation based on subsystem p...Dongbo Wang
2022-10-21Update change logs for `v7.2.7` and `v7.0.13` (#18342)Aditya Patwardhan
2022-10-21Update README and metadata from servicing releases (#18332)Aditya Patwardhan