Commit graph

8204 commits

Author SHA1 Message Date
Reece Dunham fd05d1af93
Update the dependabot configuration to version 2 (#13230) 2020-07-30 10:08:18 -07:00
xtqqczze 7beec89f50
Add copyright header to .editorconfig and update files (#13306) 2020-07-30 09:47:21 -07:00
xtqqczze 6c03776d74
Use is null syntax (#13277)
Replace `== null` with `is null`
2020-07-30 18:04:03 +05:00
Dongbo Wang 1f904e47d4
Make the failing test pending to unblock PR CIs (#13310)
* Mark Test-Connection tests as pending
2020-07-30 12:48:53 +05:00
Dave Goldman 49e432db7a
Fixing typo in Out-File.cs and Out-Printer.cs (#13298) 2020-07-29 11:14:16 -07:00
Tasnim Zotder 7f9b118dc0
Grammar correction of Readme.md and other docs (#13269) 2020-07-29 22:23:09 +05:00
Ilya 6dec823077
Fix Test-XUnitTestResults function (#13270) 2020-07-29 22:17:46 +05:00
Dongbo Wang 74ddc3e8a1
Remove ComEnumerator as COM objects using IEnumerator is now supported in dotnet 5.0 (#13259) 2020-07-29 22:12:00 +05:00
Aditya Patwardhan f91e78ad69
Add default help content to the assets folder (#13257)
* Add default help content to the assets folder
* Reformatted and removed TechNet reference
2020-07-26 11:53:56 -07:00
Dongbo Wang cfb1952fd2
Use temp personal path at Runspace startup when env 'HOME' not defined (#13239) 2020-07-23 10:24:42 -07:00
xtqqczze 6ca0024db9
Fix SA1026CodeMustNotContainSpaceAfterNewKeywordInImplicitlyTypedArrayAllocation (#13249)
See https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1026.md
2020-07-23 22:19:15 +05:00
Dongbo Wang f6f966b3dc
Fix Invoke-Command to detect recursive call of the same history entry (#13197) 2020-07-23 09:11:25 -07:00
Shri Ram K S a6bd47f031
Add password confirmation in Get-Credential (#12782)
* Add parameter -ReEnterPassword to prompt user to re-enter the password for confirmation

* Add new public overload function PromptForCredential
2020-07-22 19:13:42 +05:00
github-actions[bot] 9c396aa0ea
Update .NET SDK version from 5.0.100-preview.7.20366.2 to 5.0.100-preview.7.20366.15 (#13200)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-07-22 18:53:33 +05:00
Brian Cristante 66e7baddef
Add "GitHub Actions Python builds" to ADOPTERS.md (#13228) 2020-07-21 14:54:32 -07:00
Ilya e88e8bd297
Set C# language version to preview/9.0 (#13090) 2020-07-21 12:34:08 -07:00
Kirk Munro 472943347d
Add -Runspace parameter to all *-PSBreakpoint cmdlets (#10492) 2020-07-21 11:48:54 -07:00
James Truher [MSFT] 9acef7d41f
Use PowerShell Core for build and test of package in CI build (#13223) 2020-07-21 09:43:53 -07:00
Tyler James Leonhardt 8bea610865
Remove rcedit dependency, move daily ico dependency to props file (#13123) 2020-07-21 07:53:51 -07:00
dependabot-preview[bot] fdf5ddd0d5
Bump NJsonSchema from 10.1.23 to 10.1.24 (#13214)
Bumps [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) from 10.1.23 to 10.1.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>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-21 08:43:24 +05:00
Ilya 8c22e5f7d0
Change exe '-inputformat' switch prefix '-in' to '-inp' to fix conflict with '-interactive' (#13205) 2020-07-20 12:16:00 -07:00
xtqqczze 2c18386d79
Avoid usage of do statement to create an infinite loop (#13137)
* Autofix RCS1063
2020-07-20 09:23:14 +05:00
Aditya Patwardhan f82f74d898
Update change logs for 6.2.x and 7.0.x (#13194) 2020-07-16 13:52:49 -07:00
github-actions[bot] 1ed554dde4
Update .NET SDK version from 5.0.100-preview.7.20364.3 to 5.0.100-preview.7.20366.2 (#13192) 2020-07-16 12:12:40 -07:00
Aditya Patwardhan 213dbb42b7
Update README.md and metadata.json for the v7.0.3 release (#13187) 2020-07-16 12:10:27 -07:00
77 e8bf6ca18a
Add support for installing ARM64 MSIX package. (#13043) 2020-07-15 18:06:58 -07:00
Aditya Patwardhan 4fea935cad
Fix azure file copy issues in release build (#13182)
Co-authored-by: Aditya Patwardhan <Aditya Patwardhan>
2020-07-15 12:45:47 -07:00
github-actions[bot] 3a1158e1dd
Update .NET SDK version from 5.0.100-preview.7.20358.6 to 5.0.100-preview.7.20364.3 (#13155) 2020-07-15 10:05:49 -07:00
Travis Plunk 9d05561d9c
Fix Azure File Copy break in AzDevOps (#13173) 2020-07-14 12:08:45 -07:00
Dongbo Wang f90712a317
Handle WSL filesystem path when analyze security zone of a file (#13120) 2020-07-13 13:05:01 -07:00
dependabot-preview[bot] 16736a30b2
Bump Xunit.SkippableFact from 1.4.8 to 1.4.13 (#13143) 2020-07-13 10:13:05 -07:00
WorrenB 85292c753d
Add new chibi svg version of the avatar (#13160) 2020-07-13 09:49:59 -07:00
xtqqczze 8901d2a509
Cleanup: use int instead of uint in places where it's more appropriate (#13141) 2020-07-13 07:10:57 -07:00
PRASOON KARUNAN V a079c63af5
Make other switches mandatory in Split-Path (#13150) 2020-07-13 10:48:45 +05:00
xtqqczze e41a28c2bd
Cleanup: Use int instead of long to avoid Interlocked.Read (#13069) 2020-07-10 11:43:41 -07:00
Travis Plunk 3a2c164ec6
Refactor MSI code to make it easier to add a WiX EXE installer (#13139) 2020-07-10 10:46:00 -07:00
Ilya 0f6fe9b046
Disable R2R for debug build (#13144) 2020-07-10 08:55:49 -07:00
Steve Lee b66ba27261
Add new chibi version of the avatar (#13140) 2020-07-09 11:34:24 -07:00
github-actions[bot] 87f2674524
Update .NET SDK version from 5.0.100-preview.7.20356.2 to 5.0.100-preview.7.20358.6 (#13134) 2020-07-09 10:54:28 -07:00
Ilya 5ad8a5916f
Add support for some .NET intrinsic type converters (#12580) 2020-07-08 14:32:58 -07:00
Aditya Patwardhan 90c7ed615c
Update .devcontainer to use nightly docker SDK images (#13128) 2020-07-07 16:30:00 -07:00
Sarthak Malik 6d7e30dbdd
New Fluent Design icon for PowerShell 7 (#13100) 2020-07-07 12:11:34 -07:00
github-actions[bot] 7da0742cb6
Update .NET SDK version from 5.0.100-preview.6.20318.15 to 5.0.100-preview.7.20356.2 (#13125) 2020-07-07 12:10:11 -07:00
Robert Holt d3addeb3da
Fix Move-Item to support cross-mount moves on Unix (#13044) 2020-07-06 16:39:08 -07:00
Travis Plunk 8ad954d285 Merge branch 'release/v7.1.0-preview.5' into master 2020-07-06 15:34:39 -07:00
Aditya Patwardhan 838ece8bf1
Update README.md and metadata.json for next release (#13059) 2020-07-06 15:08:42 -07:00
xtqqczze 9aba45f18c
Use null check with pattern-matching instead of object.ReferenceEquals (#13065) 2020-07-06 21:51:24 +05:00
Christopher Yeleighton babf02768b
Fix error message from new symbolic link missing target (#13085) 2020-07-03 12:54:26 +05:00
Aditya Patwardhan dd73c303a8 Merged PR 11909: Update Changelog for 7.1.0-preview.5
Update Changelog for 7.1.0-preview.5
2020-07-02 21:53:02 +00:00
Aditya Patwardhan 880fd21504 Merged PR 11880: Change log for v7.1.0-preview.5
Change log for v7.1.0-preview.5
2020-07-01 14:37:49 -07:00