Commit graph

9111 commits

Author SHA1 Message Date
Steve Lee c49cf068b3
Add to bug report template getting details from Get-Error (#15737) 2021-07-08 11:08:41 -07:00
xtqqczze 6d08db612e
Use List<T>.RemoveAll to avoid creating temporary list (#15686) 2021-07-07 20:54:44 -07:00
Aditya Patwardhan 03c0933092
Fix computation of SHA512 checksum (#15736) 2021-07-07 13:17:45 -07:00
Aditya Patwardhan 996d830de2
Update the script to use quality parameter for dotnet-install (#15731) 2021-07-07 10:10:40 -07:00
xtqqczze acb4c4acff
Fix HyperVSocketEndPoint.ServiceId setter (#15704) 2021-07-07 16:52:36 +05:00
xtqqczze 03b07a0062
Enable IDE0044: MakeFieldReadonly (#13880)
https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0044
2021-07-07 09:33:19 +05:00
xtqqczze 2453958490
Disable IDE0130 (#15728) 2021-07-07 09:05:24 +05:00
xtqqczze 3a61483470
Add SkipRoslynAnalyzers parameter to Start-PSBuild (#15640) 2021-07-07 08:50:35 +05:00
Konstantin Gukov 8dcd5a2e1c
Use nameof to get parameter names when creating ArgumentNullException (#15604) 2021-07-05 22:04:13 -07:00
xtqqczze 4c2d6dcfca
Make classes sealed (#15675)
Fix [RCS1225](https://github.com/JosefPihrt/Roslynator/blob/master/docs/analyzers/RCS1225.md)
2021-07-04 16:49:52 +05:00
Sean Wheeler 88d38b88b3
Update issue templates to link to new docs (#15711) 2021-07-02 08:40:41 +05:00
Steve Lee e6ee841a69
Add @jborean93 to Remoting Working Group (#15683) 2021-07-01 08:57:57 +05:00
Travis Plunk ab12cc221c
Create issue template for issues updating PowerShell through Windows update. (#15700)
* Create Microsoft_Update_Issue.yaml

* Update Microsoft_Update_Issue.yaml

* Update Bug_Report.yaml
2021-06-30 15:29:25 -07:00
Aditya Patwardhan c2241b0e0b
Generate SHA512 checksum file for all packages (#15678) 2021-06-29 10:52:16 -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