Commit graph

8848 commits

Author SHA1 Message Date
Travis Plunk 2d9bc81fee
Update Product.wxs 2021-06-29 10:53:18 -07:00
Dongbo Wang 14f25c92e7
Test if a command is 'Out-Default' more thoroughly for transcribing scenarios (#15653) 2021-06-28 11:26:14 -07:00
xtqqczze 1ad1c26401
Enable CA1043: Use integral or string argument for indexers (#14467)
https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1043
2021-06-28 08:44:15 +05:00
xtqqczze b77bbf8640
Enable CA1812 (#15674)
[CA1812: Avoid uninstantiated internal classes](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
2021-06-27 20:16:17 +05:00
xtqqczze 1e992c5e53
Replace Single with First when we know the element count is 1 (#15676) 2021-06-25 17:19:05 -07:00
xtqqczze 7a39acb527
Skip analyzers for Microsoft.Management.UI.Internal (#15677) 2021-06-25 22:59:26 +05:00
xtqqczze 756aef9a86
Fix CA2243: Attribute string literals should parse correctly (#15622)
* Update V2Cmdlets.csv
2021-06-25 17:59:30 +05:00
xtqqczze 078cfeaf5b
Add DocumentationAnalyzers to build (#14336) 2021-06-25 11:05:46 +05:00
xtqqczze 022ae69755
Enable CA1401 (#15621) 2021-06-25 10:48:25 +05:00
Robert Holt 7260df7f67
Revert "Temporarily disable Update-Help tests for PackageManagement module (#15661)" (#15662)
This reverts commit d5aa9015bd.
2021-06-25 10:03:45 +05:00
xtqqczze a3366b880a
Fix CA1309: Use ordinal StringComparison in CertificateProvider (#14352) 2021-06-25 09:01:59 +05:00
xtqqczze 8337d2afd6
Fix CA1839: Use 'Environment.ProcessPath' (#15650) 2021-06-25 08:56:55 +05:00
Jason Helmick 170a226689
Add Microsoft.PowerShell.Crescendo to telemetry allow list (#15372) 2021-06-24 12:30:40 -07:00
Aditya Patwardhan 86978aaf61
Enable signing daily release build with lifetime certificate (#15642) 2021-06-24 12:17:50 -07:00
Ilya d5aa9015bd
Temporarily disable Update-Help tests for PackageManagement module (#15661) 2021-06-24 11:35:35 -07:00
Andrew Schwartzmeyer feb6ff396b
Convert GitHub issue templates to modern forms (#15645) 2021-06-24 10:53:50 -07:00
xtqqczze 1f2dc26ab4
Add new analyzer rules (#15620) 2021-06-23 09:27:44 -07:00
Travis Plunk 4f2baa1007
Update glob-parent and hosted-git-info test dependencies (#15643) 2021-06-22 15:47:42 -07:00
Steve Lee 375be2e705
Add DetailedView to $ErrorView (#15609) 2021-06-22 13:35:38 -07:00
Robert Holt 945a232341
Update metadata and README for 7.2.0-preview.7 (#15593) 2021-06-17 12:07:39 -07:00
Dongbo Wang 3c8e417197
Merge the v7.2.0-preview.7 release branch to GitHub master 2021-06-17 11:31:01 -07:00
Robert Holt 9e7edff442 Merged PR 16086: Update CHANGELOG for 7.2.0-preview.7 2021-06-17 16:31:51 +00:00
MartinGC94 77054ff586
Fix splatting being treated as positional parameter (#14623) 2021-06-15 16:56:14 -07:00
Joey Aiello eeabbe7f21
Add new members to Engine and Cmdlet Working Groups (#15560) 2021-06-15 14:09:05 -07:00
Travis Plunk 046dec4d7c
Make sure GA revision increases from RC and Preview releases (#15558) 2021-06-15 13:44:08 -07:00
Dongbo Wang 6833b2a43f
Update the mdspell command to exclude the folder that should be ignored (#15576) 2021-06-15 13:31:42 -07:00
Al Idian 6eae114f5a
Correct parameter reference passed to exception (#15580) 2021-06-15 22:29:31 +05:00
Al Idian 7b933d0cc3
Correct and improve XML comments (#15568) 2021-06-15 09:05:21 -07:00
Francesco Saltori a70f915411
Retrieve ProductVersion using informational version attribute in AmsiUtils.Init() (#15527) 2021-06-14 12:04:36 -07:00
Konstantin Gukov da578e5f34
Do not stop powershell when can't create telemetry mutex. (#15574) 2021-06-14 11:59:20 -07:00
dependabot[bot] 83639cb344
Bump Microsoft.CodeAnalysis.CSharp from 3.10.0-3.final to 3.10.0 (#15573) 2021-06-14 11:49:32 -07:00
Steve Lee 9aa9a75cad
Fix retrieving dynamic parameters from provider even if globbed path returns no results (#15525) 2021-06-14 11:09:26 -07:00
Ilya f570029986
Enable nullable: System.Management.Automation.ICommandRuntime (#15566) 2021-06-14 10:57:34 -07:00
Dongbo Wang 10e1cfb317
Replace 'User Voice' with 'Feedback Hub' in README.md (#15557) 2021-06-14 10:16:51 -07:00
Anselm Schüler 00ffe12bf4
Remove SupportsShouldProcess from Start-PSBootstrap in build.psm1 (#15491) 2021-06-11 14:02:04 -07:00
Robert Holt 0ae0b65e25
Revert "Enhance Remove-Item to work with OneDrive (Second) (#15260)" (#15546) 2021-06-11 12:32:25 -07:00
Dongbo Wang 6c8d7c0410
Fix 'Start-Benchmarking' to put 'TargetPSVersion' and 'TargetFramework' in separate parameter sets (#15508)
The CIs won't run for files under the path test/perf, because files there don't affect production code or tests.
2021-06-11 12:30:15 -07:00
Dongbo Wang e2ee8e7e1f
Clean up code regarding AppDomain.CreateDomain and AppDomain.Unload (#15554) 2021-06-10 09:16:05 -07:00
Andrew 6e73c2d4f6
Remove PSDesiredStateConfiguration v2.0.5 module (#15536)
* No longer include module with PS releases

* Updated assets/wix/files.wxs

* Moving tests out of the ps repo

* Debug 1

* Debug 2
2021-06-09 12:15:46 -07:00
Aditya Patwardhan 659dff09e4
Add win-x86 test package to the build (#15517) 2021-06-07 13:59:37 -07:00
dependabot[bot] 3d92f84c6b
Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0 (#15458)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-07 13:56:19 -07:00
Dongbo Wang 4aaed08955
Ignore all exceptions when disposing an instance of a subsystem implementation (#15511) 2021-06-07 09:59:24 -07:00
Aditya Patwardhan 3a584d486c
Update DotnetMetadataRuntime.json next channel to take daily build from preview 5 (#15518) 2021-06-05 10:11:26 -07:00
Joel Bennett 6a6d0be4ab
Update Virtual User Group chat links (#15505) 2021-06-05 22:08:23 +05:00
dinhngtu ea19ceac4a
Wait for SSH exit when closing remote connection (#14635) 2021-06-03 13:19:11 -07:00
Ikko Ashimine 6018d6b183
Fix typo in FileSystemProvider.cs (#15445) 2021-06-03 13:15:32 -07:00
Francesco Saltori 088eb6d039
Replace ProcessModule.FileName with Environment.ProcessPath and remove PSUtils.GetMainModule (#15012) 2021-06-03 12:32:55 -07:00
Robert Holt 50d850740b
Add PipelineStoppedException notes to PowerShell API (#15324) 2021-06-03 12:27:41 -07:00
Dongbo Wang 13afd522ed
Fix deps.json update in the release pipeline (#15486) 2021-06-03 12:22:04 -07:00
Joey Aiello 1ba2960f5c
Updated governance: Working Groups (WGs) (#14603) 2021-05-28 11:12:30 -07:00