Commit graph

7518 commits

Author SHA1 Message Date
centreboard 54fd7d805d Check pwsh.exe and pwsh in daily version on Windows (#10738)
Improves on #10489
2019-10-10 14:37:35 -05:00
Travis Plunk b425648f69
Clarify which requirement are mandatory (#10734) 2019-10-10 14:33:50 -05:00
dependabot-preview[bot] 666ea401d9 Bump NJsonSchema from 10.0.24 to 10.0.27 (#10756) 2019-10-10 14:32:47 -05:00
Kirk Munro 25f73520e7 Add comment describing why -ia is not the alias for -InformationAction common parameter (#10703) 2019-10-10 11:48:37 -07:00
Marco Schmid 0f9ca32d6d Adding positional parameter for ScriptBlock when using Invoke-Command with SSH (#10721) 2019-10-10 11:29:31 -07:00
Steve Lee 36bc894d9b For ConciseView, show line context information if multiple lines but no scriptname (#10746) 2019-10-10 16:06:43 +05:00
Lucius Q. User 273b4abd40 Add MacPorts support to the build system (#10736) 2019-10-09 17:02:05 -05:00
Travis Plunk c091b9ccc4 Remove unneeded tap in installpsh-osx.sh (#10752) 2019-10-09 14:50:43 -07:00
Derek Xia 4a4dc4c751 Adds emphasis to Select-String default formatter (#8963) 2019-10-08 16:11:10 -07:00
Dongbo Wang a08d5ee103 Support notification on pwsh startup when a new release is available (#10689) 2019-10-08 15:53:14 -07:00
Steve Lee ef2d740c44 Add support for \\wsl$\ubuntu path (#10674) 2019-10-08 15:52:04 -07:00
Steve Lee bce5b20d2d Update ConciseView to remove unnecessary text and not color entire line in red (#10724) 2019-10-08 14:14:23 -07:00
dependabot-preview[bot] d2c04f3eef Bump PackageManagement from 1.4.4 to 1.4.5 (#10728)
Bumps PackageManagement from 1.4.4 to 1.4.5.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-08 13:06:07 -05:00
Ryan Yates c08c7e4714 Renamed InvokeCommandCmdlet.cs to InvokeExpressionCommand.cs (#10659) 2019-10-07 12:06:32 -07:00
Travis Plunk bf91246029 Replace CR and new line with a 0x23CE character (#10616) 2019-10-07 11:42:23 -07:00
Dongbo Wang 89a6ad5399 Add the missing token text for TokenKind.QuestionMark (#10706) 2019-10-07 08:33:12 -07:00
Ilya 6a36bb4b7d
$PSCulture follows CurrentThread.CurrentCulture (#10138) 2019-10-07 14:17:11 +05:00
Dongbo Wang ec105da3f1 Some code cleanup work (#10698)
* Move Utils.GetUserConfigurationDirectory to Platform.ConfigDirectory
* Unify the use of Platform.ConfigDirectory and Platform.CacheDirectory
2019-10-07 14:15:01 +05:00
Steve Lee 8cf9c01800 Add ConciseView for $ErrorView (#10641) 2019-10-04 16:52:57 -07:00
Travis Plunk dc29caa017
Fix broken DSC overview link (#10702) 2019-10-04 12:37:34 -05:00
Kirk Munro c11a69c88f Remove deprecated workflow logic from the remoting setup scripts (#10320) 2019-10-04 22:05:04 +05:00
Paul Higinbotham adfbac0c9d Set current working directory of each ForEach-Object -Parallel running script to the same location as the calling script. (#10672) 2019-10-04 10:04:04 -07:00
Ilya 70a74fbfc8 Replace api-ms-win-core-file-l1-2-2.dll with Kernell32.dll for FindFirstStreamW and FindNextStreamW APIs (#10680) 2019-10-03 17:37:05 -07:00
Thomas Nieto 7f6e65671d Update help format to use proper case (#10678) 2019-10-03 17:20:30 -07:00
Dan Thompson 5a236f7d2f Tweak help formatting script to be more StrictMode tolerant (#10563) 2019-10-03 17:18:58 -07:00
Ilya d7458c45b2 Add Get-ChildItem test (#10507) 2019-10-03 17:15:41 -07:00
PRASOON KARUNAN V 768e79a999 Adding -SecurityDescriptorSDDL parameter to New-Service (#10483) 2019-10-03 17:12:17 -07:00
Michael Klement 2ec25645c3 Update Support_Question.md to link to Stack Overflow as anothe… (#10638) 2019-10-03 14:56:03 -05:00
Joel Sallow (/u/ta11ow) 1d77986d70 Test-Connection - Remove informational output, consolidate Ping usage (#10478) 2019-10-03 14:04:54 -05:00
romero126 0e90120b9a Replace Ambiguous language for tests from switch to parameter for accuracy (#10666) 2019-10-03 20:54:08 +05:00
Ilya 91bf34679c
Read special reparse points without accessing it (#10662)
* Enhance enum FileDesiredAccess with zero value GenericZero
* Use the GenericZero as desired access mode to read reparse point without access it

From docs:
If desired access is zero, the application can query certain metadata such as file, directory, or device attributes without accessing that file or device, even if GENERIC_READ access would have been denied
2019-10-03 19:41:18 +05:00
Ilya 950e4ba082
Direct Clear-Host output to terminal (#10681)
Clear-Host on Unix calls clear command which issues escapes. Before the change we write them to PowerShell output stream and it could be unwantedly intercepted. After the change we write the escapes directly to console.
2019-10-03 08:51:07 +05:00
Steve Lee 77ddec1614 Add back newline for grouping with Format-Table and -Property (#10653) 2019-10-02 12:11:55 -07:00
Travis Plunk ae82c8f988
Add processor architecture to distribution request (#10661)
* Add processor architecture to distribution request

* Update .github/ISSUE_TEMPLATE/Distribution_Request.md

* Update Distribution_Request.md

* Update .github/ISSUE_TEMPLATE/Distribution_Request.md
2019-10-02 10:25:11 -05:00
Steve Lee d8eca6a729 Remove [ValidateNotNullOrEmpty] from -InputObject on Get-Random to allow empty string (#10644)
* Remove [ValidateNotNullOrEmpty] from -InputObject on Get-Random

* address feedback to allow $null for -InputObject

* address Ilya's feedback

* address CodeFactor issues
2019-10-01 04:32:43 +00:00
Ilya eb2220632c
Clean up CodeFactor style issues coming in commits for the last month (#10591)
Only reformatting changes.
2019-09-28 12:47:09 +05:00
dependabot-preview[bot] 72187d5d13 Bump NJsonSchema from 10.0.23 to 10.0.24 (#10635)
Bumps [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) from 10.0.23 to 10.0.24.
- [Release notes](https://github.com/RicoSuter/NJsonSchema/releases)
- [Commits](https://github.com/RicoSuter/NJsonSchema/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-27 10:02:56 +05:00
Dongbo Wang 239c29e0bb Unregister the event handler from 'AppDomain.CurrentDomain.ProcessExit' (#10626) 2019-09-26 21:45:47 +00:00
Dongbo Wang 74517923cf Make Add-Type usable in application that hosts PowerShell (#10587) 2019-09-25 16:26:19 -07:00
Travis Plunk 985c9d3634 Add new PowerShell MoL book (#10602)
* Add new PowerShell MoL book

Hi, I thought that `Learn PowerShell in a Month of Lunches, Linux and macOS Edition` might be great addition to your list of books. 
Thank you for your consideration

* fix spelling issues
2019-09-24 19:24:46 +00:00
Ilya 5dbaeb87ea Make suggestion system string distance algorithm case-insensitive (#10549)
* Make string distance algoriphm case-insensitive

* Use CurrentCulture in ToUpper()
2019-09-24 10:26:58 -07:00
Steve Lee 146f11b2a1 Add env var to differentiate client/server telemetry in MSI (#10612) 2019-09-24 10:25:58 -07:00
dependabot-preview[bot] 83453d1e5c Bump PSDesiredStateConfiguration from 2.0.3 to 2.0.4 (#10603) 2019-09-23 15:42:39 -07:00
dependabot-preview[bot] ce08b9b670 Bump Microsoft.CodeAnalysis.CSharp from 3.2.1 to 3.3.1 (#10607)
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 3.2.1 to 3.3.1.
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/master/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 15:36:11 -07:00
Christoph Bergmeister [MVP] 3b93fd285e Update to .Net Core 3.0 RTM (#10604) 2019-09-23 13:10:58 -07:00
Steve Lee becb4d98a6 Update MSIX packaging so the version to Store requirements (#10588)
update packaging msix so version conforms to Store requirment
2019-09-23 12:26:19 -07:00
Christoph Bergmeister [MVP] 0e975a52ed Fix typo in description of PSTernaryOperator experimental feature (#10586)
Also make it more consistent with others by not ending in a period.
2019-09-21 11:17:11 +05:00
Paul Higinbotham ecad5f105d Fix null reference exception in ForEach-Object -Parallel input processing (#10577) 2019-09-20 10:50:07 -07:00
Dongbo Wang 22c6fb4a87
Merge v7.0.0-preview.4 release branch to master 2019-09-19 11:33:19 -07:00
Andrew Menagarishvili 34f1992505 Merged PR 10023: Changelog for v7-0-0-preview-4 2019-09-18 21:58:29 +00:00