Commit graph

8364 commits

Author SHA1 Message Date
Travis Plunk 738496dc72
Use authenticode cert for msix signing (#13330) 2020-08-03 19:23:22 -07:00
Shri Ram K S 9ceee3e52f
Fix Get-Acl -LiteralPath "HKLM:Software\Classes\*" behaviour (#13107)
* Fix #11566 bug

Add pester test for Get-Acl cmdlet

* Replace -pending parameter with -skip

* Fix test failing in Linux and MacOS
2020-07-31 16:44:45 -07:00
xtqqczze 4597b41396
Use is not syntax where appropriate and remove unnecessary parentheses (#13323) 2020-07-31 16:41:59 -07:00
Robert Holt 5abcd5854e
Revert "Add action to label size of PR" (#13325) 2020-07-31 11:06:14 -07:00
Dongbo Wang 4464d1b414
Add DefaultVisit method to the visitor interface and class (#13258) 2020-07-31 10:16:59 -07:00
Ilya 58b91a89b6
Fix conflicting shorthand switch -s (sta) for pwsh (#13262) 2020-07-31 09:40:42 -07:00
Steve Lee 99b3bfaa34
Change Read-Host -MaskInput to use existing SecureString path, but return as plain text (#13256) 2020-07-30 22:16:37 -07:00
xtqqczze 2eade89f25
Remove unreachable code in CustomShellCommands.cs (#13316) 2020-07-30 17:59:11 -07:00
Travis Plunk 2398185447
Add action to label the size of a PR (#13321) 2020-07-30 16:49:38 -07:00
Dongbo Wang 4b9b0788ed
Revert "Use is null syntax (#13277)" (#13322)
This reverts commit 6c03776d74.
2020-07-30 16:06:38 -07:00
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