Commit graph

7553 commits

Author SHA1 Message Date
Steve Lee
5974afaa8d Add support for AppX reparse points (#10331) 2019-08-13 17:45:41 -07:00
Paul Higinbotham
fbfc57a00c Implement ForEach-Object -Parallel feature (#10229) 2019-08-13 13:40:58 -07:00
Ben Gelens
ccc791c0a3 Fix #requires -version for pwsh 7 to include 6.1 and 6.2 in PSCompatibleVersions (#9943) 2019-08-12 15:25:28 -07:00
Travis Plunk
11d8cd3230 Make module name matching for get-module -FullyQualifiedName… (#10329) 2019-08-12 14:45:08 -07:00
Paul Higinbotham
3444925019 Add dispose of _runspaceDebugCompleteEvent event object. (#10323) 2019-08-12 10:37:31 -07:00
Tyler James Leonhardt
38a63eaf64 Add Microsoft.PowerShell.CoreCLR.Eventing.dll to exception list for build fix (#10337) 2019-08-12 09:59:02 -07:00
Ilya
46dfe863ff Reduce allocations in MakePath() method (#10027) 2019-08-09 10:58:16 -07:00
Steve Lee
828d12c237 Expose PreRelease label in PSModuleInfo formatter (#10316) 2019-08-09 16:36:53 +05:00
dependabot-preview[bot]
d53edfc6e4 Bump Microsoft.CodeAnalysis.CSharp from 3.2.0 to 3.2.1 (#10330)
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 3.2.0 to 3.2.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-08-09 16:15:15 +05:00
Steve Lee
882cbf367f Enable Experimental Features by default on Preview builds (#10228) 2019-08-08 11:37:25 -07:00
Dongbo Wang
0d817aa547 Update 'Microsoft.PowerShell.CoreCLR.Eventing' to resolve conflict with 'System.Diagnostics.EventLog' (#10305)
* Update 'Microsoft.PowerShell.CoreCLR.Eventing' to resolve conflicts
* Add reference to 'System.Diagnostics.EventLog' to build Microsoft.PowerShell.Commands.Diagnostics on Unix
* Stop compiling Get/New-WinEvent on Unix
2019-08-08 17:44:54 +05:00
Ilya
cf7699b4b9 Add tests for WildcardPattern.Escape() and Unescape() (#10090) 2019-08-07 13:25:10 -07:00
Steve Lee
d84ebc1571 Update our language on our policy applying to security issues (#10304) 2019-08-06 16:32:58 -07:00
Reece Dunham
9eb5587d07 Cleanup Docker release testing (#10310) 2019-08-06 14:17:15 -07:00
Steve Lee
3ca5a1bdb0 Don't collect process starttime as it's not being used on consolehost startup (#10294)
* mark _readyForInputTimeInMS member as part of LEGACYTELEMETRY
* move _interactiveCommandCount to LEGACYTELEMETRY
2019-08-06 08:55:16 +05:00
Paul Higinbotham
7034c8ba55 Fix debugger disable performance regression (#10269) 2019-08-05 13:27:49 -07:00
Christoph Bergmeister [MVP]
7af38294db Update PowerShell to build against .NET Core 3.0-preview7 (#10227) 2019-08-05 09:56:29 -07:00
Ilya
d7811c8d25 Remove extra check that the system dll exists (#10244) 2019-08-05 09:52:18 -07:00
Steve Lee
30351c8549 Update dead links from powershell.com (#10297) 2019-08-05 09:49:56 -07:00
Travis Plunk
17fb524adb
Remove stable and servicing branches from dependabot (#10289) 2019-08-01 18:07:27 -07:00
Ilya
973156d54a
Cleanup: ThreadAbortException is now in .Net Core 3.0 (#10230)
* Cleanup: ThreadAbortException is now in .Net Core 3.0

* Fix CodeFactor issue

* Remove ThreadAbortException

* Remove ThreadAbortException relared code
2019-08-01 10:37:55 +05:00
dependabot-preview[bot]
c37dd91b74 Bump Microsoft.CodeAnalysis.CSharp from 3.1.0 to 3.2.0 (#10273)
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 3.1.0 to 3.2.0.
- [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-08-01 10:01:10 +05:00
Dongbo Wang
bf5694ebf5 Revert the temporary change (#10260) 2019-07-31 13:23:57 -07:00
Travis Plunk
f8ea0ed76c
Fix spelling error in issue template (#10256) 2019-07-30 10:48:15 -07:00
Travis Plunk
63046c6a80
CreateDistribution_Request issue template (#10253) 2019-07-29 16:22:12 -07:00
Carl Morris
1226540fb7 Quote arguments in .vscode/tasks.json in case of spaces (#10204) 2019-07-29 13:27:41 -07:00
Dongbo Wang
d2e81dbc13 Special case the posix locale in WildcardPattern (#10186) 2019-07-26 10:58:37 -07:00
Dongbo Wang
8f5b2c241e Use 'Platform.IsWindowsDesktop' instead of checking both NanoServer and IoT (#10205) 2019-07-25 17:24:57 -07:00
Steve Lee
2ed9abc99b Enable -sta and -mta switches for pwsh (#10061) 2019-07-25 12:38:52 -07:00
Reece Dunham
87f537f290 Fix: Removed dependency file with Dependabot (#10212) 2019-07-25 11:42:35 -07:00
Ilya
500595b66a
Use nameof() in LocationGlobber and PathInfo (#10200)
* Use nameof() in LocationGlobber
* Use nameof() in PathInfo
2019-07-24 10:28:44 +05:00
Travis Plunk
6b2690ef8e
Fix macOS build break (#10207) 2019-07-22 15:21:38 -07:00
Ilya
260459ccd4 Avoid boxing when passing value type arguments to PSTraceSource.WriteLine (#10052) 2019-07-22 09:50:46 -07:00
Jos Koelewijn
48c7e112db Add -Raw switch to Select-String for convenience (#9901) 2019-07-19 13:21:39 -07:00
Ilya
8de061f430 Reduce allocations in Escape() and Unescape() (#10041) 2019-07-19 13:10:10 -07:00
Aditya Patwardhan
b768d87081 Update release date for v7.0.0-preview.2 (#10176) 2019-07-18 16:04:29 -07:00
Travis Plunk
6f0dacddc1
Merge branch 'release/v7.0.0-preview.2' into master
# Conflicts:
#	test/nanoserver/nanoserver.tests.ps1
2019-07-17 14:30:34 -07:00
Aditya Patwardhan
6a73cc5bb4
Update docs for 7.0.0-preview.2 release (#10160) 2019-07-17 14:19:13 -07:00
Reece Dunham
4091b9f81e Fix hungarian prefix 'my' (#9976) 2019-07-17 13:17:58 -07:00
Aditya Patwardhan
78360d9067 Merged PR 9166: Update changelog for v7.0.0-preview.2
Update changelog for v7.0.0-preview.2

Updates are expected when STA / MTA change comes in.
2019-07-17 20:14:04 +00:00
Tyler James Leonhardt
784fd31941 PSSA also includes formatting (#10172) 2019-07-17 09:02:02 +05:00
Christoph Bergmeister [MVP]
f00b073539 Refactor security policy documentation so that they appear in the Security policy tab of GitHub (#9905)
Co-Authored-By: Travis Plunk <travis.plunk@microsoft.com>
2019-07-16 13:27:42 -07:00
Dongbo Wang
df9d9043bb
Add the license header to nanoserver.tests.ps1 (#10171) 2019-07-16 12:56:55 -07:00
Christoph Bergmeister [MVP]
5ef221f13b Add .devcontainer configuration (#10114) 2019-07-16 12:23:10 -07:00
Tyler James Leonhardt
5bed39b3aa Add tooling section to PR template (#10144) 2019-07-16 12:20:50 -07:00
Aditya Patwardhan
119bffbc05
Update README.md and metadata.json for next releases (#10087) 2019-07-16 11:36:39 -07:00
Aditya Patwardhan
7dfcff9287 Merged PR 9168: Disable Enter-PSHostProcess cmdlet when system in lock down mode
This is based on an issue, where Enter-PSHostProcess on a locked down (WDAC enforced) machine allows any admin to connect to any another local hosted PowerShell process and execute commands as that user. This amounts to privilege escalation on the policy locked down machine and something we want to prevent.

Fix is to check for system lock down and disable Enter-PSHostProcess cmdlet with an error message.
2019-07-16 00:49:24 +00:00
Aditya Patwardhan
aeb8f37822 Merged PR 9185: Update PowerShell SDK version for hosting tests
Update PowerShell SDK version for hosting tests
2019-07-16 00:37:27 +00:00
Dongbo Wang
60da027342
Skip JumpList on NanoServer and IoT (#10164) 2019-07-15 17:04:54 -07:00
Dongbo Wang
a4e397697c Skip JumpList on NanoServer and IoT (#10164) 2019-07-15 17:02:18 -07:00