Commit graph

9144 commits

Author SHA1 Message Date
Travis Plunk 10dee693e1
Enable /rebase to automatically rebase a PR (#15808) 2021-07-22 10:21:45 -07:00
Thomas Nieto 7777afc005
Add -PassThru parameter to Set-Clipboard (#13713) 2021-07-22 10:17:53 -07:00
Aditya Patwardhan 04d218cf1d Merged PR 16508: Changelog for v7.2.0-preview.8 release
Changelog for `v7.2.0-preview.8` release
2021-07-22 17:12:33 +00:00
Seth Falco 0002f7e8be
EditorConfig: don't replace tabs with spaces in tsv files (#15815) 2021-07-22 10:30:29 +05:00
Peter Schneider de5dc63379
Encoding Parameter for Tee-Object (#12135) 2021-07-22 09:26:07 +05:00
Joel Sallow (/u/ta11ow) efa9b25193
ConvertTo-Csv / Export-Csv - Serialize IDictionary objects with key/value pairs as properties (#11029) 2021-07-22 04:05:17 +00:00
Thomas Nieto 05943c6c48
Add position 0 to Write-Error parameters (#13813) 2021-07-21 18:05:06 -07:00
Aditya Patwardhan f0486128f9
Add new package name for osx-arm64 (#15813) 2021-07-21 11:45:20 -07:00
Aditya Patwardhan 408c4fd9ad
Prefer version when available for dotnet-install (#15810) 2021-07-21 06:34:39 +00:00
James Truher [MSFT] ac762c1cce
Add a Windows mode for native commands that allows some commands to use legacy argument passing (#15408) 2021-07-20 23:10:04 +00:00
Robert Holt 5943bc9905
Fix broken RFC links (#15807) 2021-07-20 15:07:06 -07:00
Travis Plunk 074f0915db
Make warning about MU being required most of the time dynamic (#15776) 2021-07-20 14:54:48 -07:00
Ilya f18a542bf6
Remove consolehost.proto file (#15741) 2021-07-20 14:53:33 -07:00
xtqqczze 9ceed485af
Implement IDisposable for ConvertToJsonCommand (#15787) 2021-07-20 13:26:28 -07:00
Aditya Patwardhan 06f7e1050a
Add Start-PSBootstrap before running tests (#15804) 2021-07-20 10:14:56 -07:00
xtqqczze 71f62c7cf3
Fix IDisposable impl for CommandPathSearch (#15793) 2021-07-20 09:30:48 +05:00
xtqqczze e6d7254356
Delete IDE dispose analyzer rules (#15798)
The IDE dispose analyzer rules have been deleted from Roslyn:

eeba499ecf
ca3b279639
2021-07-20 09:26:48 +05:00
Steve Lee b5efe7bc39
Use $PSStyle.Formatting.FormatAccent for Format-List and $PSStyle.Formatting.TableHeader for Format-Table output (#14406) 2021-07-20 09:02:52 +05:00
Aditya Patwardhan 31a4528302
Update to .NET 6 Preview 6 and use crossgen2 (#15763) 2021-07-19 16:06:39 -07:00
xtqqczze 883ca98dd7
Seal private classes (#15725)
* Seal private classes

* Fix CS0509

* Fix CS0628
2021-07-19 14:09:12 +05:00
William Easton 0e1160d20f
Add more tests for ConvertFrom-Json (#15706) 2021-07-16 16:01:47 -07:00
Robert Holt 528d222441
Enable ARM64 packaging for macOS (#15768) 2021-07-16 21:48:17 +00:00
Steve Lee 9fb3c2e97c
Highlight using error color the exception Message and underline in PositionMessage for Get-Error (#15786) 2021-07-16 15:15:16 +05:00
Travis Plunk 671af8991c
Make Microsoft Update opt-out/in check boxes work (#15784) 2021-07-15 13:02:28 -07:00
xtqqczze 4dd25a432c
Enable IDE0029: UseCoalesceExpression (#15770)
Enable [IDE0029: UseCoalesceExpression](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0029)
2021-07-15 09:17:46 +05:00
Travis Plunk 6317e4e39a
Add Microsoft Update opt out to MSI install (#15727) 2021-07-14 15:41:56 -07:00
dependabot[bot] b7d6ef2e50
Bump NJsonSchema from 10.4.4 to 10.4.5 (#15769) 2021-07-14 11:13:10 -07:00
xtqqczze ad87f9cb4b
Enable IDE0070: UseSystemHashCode (#15715)
Enable [IDE0070: UseSystemHashCode](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0070) as warning.
2021-07-14 10:05:26 +05:00
Ilya 0f3bc73d9a
Implement a completion for View parameter of format cmdlets (#14513) 2021-07-13 17:32:48 +00:00
xtqqczze 00bc0f6d29
Enable IDE0030: UseCoalesceExpressionForNullable (#14289) 2021-07-13 10:13:49 -07:00
Steve Lee bfb4a818bf
Add support to colorize FileInfo file names (#14403) 2021-07-12 11:07:29 -07:00
Steve Lee adc236c598
Don't serialize to json ETS properties for DateTime and string types (#15665) 2021-07-12 10:56:33 -07:00
Aditya Patwardhan 6d09c6e40a
Fix CA1846 and CA1845 for using AsSpan instead of Substring (#15738) 2021-07-09 10:55:23 -07:00
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