Commit graph

8620 commits

Author SHA1 Message Date
Steve Lee ec5a77653c
When formatting, if collection is modified, don't fail the entire pipeline (#14438) 2021-01-27 16:37:36 -08:00
Dongbo Wang 7e9118c7e0
Use Needs-Triage instead of Issue-Question for new issues (#14645) 2021-01-25 17:50:54 -08:00
Robert Holt 25eaf5ccf7
Update README and metadata.json for 7.0.4 release (#14612) 2021-01-25 16:19:24 -08:00
dependabot-preview[bot] b049017be2
Bump XunitXml.TestLogger from 2.1.26 to 2.1.45 (#14660)
Bumps [XunitXml.TestLogger](https://github.com/spekt/xunit.testlogger) from 2.1.26 to 2.1.45.
- [Release notes](https://github.com/spekt/xunit.testlogger/releases)
- [Commits](https://github.com/spekt/xunit.testlogger/commits)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-25 10:59:48 -08:00
dependabot-preview[bot] 9dafad3003
Bump NJsonSchema from 10.3.2 to 10.3.3 (#14619)
Bumps [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) from 10.3.2 to 10.3.3.
- [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>
2021-01-23 10:59:57 -08:00
Robert Holt 6eee69bf51
Add manual release automation steps and improve changelog script (#14445) 2021-01-21 14:06:26 -08:00
Dongbo Wang aebd2baa1c
Fix release build to upload global tool packages to artifacts (#14620) 2021-01-20 17:59:51 -08:00
Travis Plunk c406f9fe68
Update distribution support request template to point to dotnet 5.0 support doc (#14578) 2021-01-20 09:26:10 -08:00
Travis Plunk ea40e8f142
Remove security template (#14453) 2021-01-20 09:24:25 -08:00
Robert Holt 73f852da42
Port changes from 7.0.4 release (#14637)
* Add 7.0.4 CHANGELOG
* Update metadata.json LTS tag to 7.0.4
2021-01-20 09:18:43 -08:00
Dongbo Wang de782fdec6
Backport changes from the PowerShell v7.1.1 release (#14621)
* Backport changes from the PowerShell v7.1.1 release

* Update the .spelling file
2021-01-19 17:43:01 +05:00
xtqqczze 68821932c5
Fix RCS1215: Expression is always equal to true/false (#14356)
* Fix RCS1215: Expression is always equal to true/false
2021-01-19 16:03:59 +05:00
Andrew ef187d94f3
Updated README and metadata.json for PowerShell v7.1.1 release (#14606) 2021-01-15 15:55:04 -08:00
James Truher [MSFT] 073bf28e9b
Do not push nupkg artifacts to myget (#14613) 2021-01-14 21:46:24 -08:00
MartinGC94 e26d7084e2
Improve completion of parameters for attributes (#14525) 2021-01-14 09:30:15 +05:00
Steve Lee 63fc60122a
Add intent for using the Discussions feature in repo (#14399) 2021-01-13 16:13:35 -08:00
Reece Dunham 4a09585fe7
Update markdown test tools (#14325)
* Update markdown test tools

* Update docs, retry flag

* Fix actual dead links

* Update links
2021-01-12 08:58:19 +05:00
xtqqczze 9ea718f171
Enable CA2249: Consider using String.Contains instead of IndexOf (#14395)
https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2249
2021-01-10 18:15:02 +05:00
xtqqczze 8315515494
Avoid array allocations from GetDirectories/GetFiles. (#14326) 2021-01-10 18:09:26 +05:00
Jake d3f7ba9f95
Write proper error messages for Get-Command ' ' (#13564) 2021-01-10 18:03:05 +05:00
Staffan Gustafsson 7bbe18ea86
Enable nullable: System.Management.Automation.IRSPDriverInvoke (#14160) 2021-01-09 20:50:04 +05:00
xtqqczze 3c7f4b573e
Fix IDE0090: Simplify new expression part 7 (#14341)
https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090
2021-01-09 12:46:13 +05:00
xtqqczze b7a431a442
Fix SA1504: All accessors should be single-line or multi-lin (#14241)
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1504.md
2021-01-09 12:44:38 +05:00
xtqqczze bb55515717
Fix SA1119 part 1 (#14204) 2021-01-09 12:41:51 +05:00
Staffan Gustafsson e6492f9169
Enable nullable: System.Management.Automation.Host.IHostUISupportsMultipleChoiceSelection (#14172) 2021-01-09 12:40:02 +05:00
xtqqczze 4480ee521e
Enable nullable: System.Management.Automation.Language.ISupportsTypeCaching (#14088) 2021-01-09 12:35:42 +05:00
Staffan Gustafsson 4c8df5c1de
Enable nullable: System.Management.Automation.Tracing.IEtwActivityReverter (#14154) 2021-01-09 12:22:37 +05:00
Staffan Gustafsson 33ce47464e
Enable nullable: System.Management.Automation.IContainsErrorRecord (#14166) 2021-01-09 12:20:03 +05:00
xtqqczze 50fd950920
Enable CA1052: Static holder types should be Static or NotInheritable (#14483)
* Enable CA1052: Static holder types should be Static or NotInheritable

https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/CA1052

* Fix SA1505

https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1505.md
2021-01-08 22:53:11 +05:00
xtqqczze 0bcc1d4c35
Enable IDE0076: InvalidSuppressMessageAttribute (#14494)
https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0076
2021-01-08 22:49:49 +05:00
xtqqczze 89c2ad3e21
Enable IDE0077: LegacyFormatSuppressMessageAttribute (#14495)
https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0077
2021-01-07 14:48:49 +05:00
Ilya 65456893bd
Avoid string.ToLowerInvariant() from GetEnvironmentVariableAsBool() to avoid loading ICU at startup (#14323) 2021-01-06 10:24:40 -08:00
romero126 8e4b0c69fe
Fixed typo with ProxyURINotSupplied (#14526)
Co-authored-by: juromer@microsoft.com <juromer@microsoft.com>
2021-01-01 12:22:39 +05:00
Anam Navied f72c7fc948
Update ini component version in test package.json (#14454) 2020-12-28 12:42:02 -08:00
xtqqczze 281b437a65
Enable SA1205: Partial elements should declare access (#14441)
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1205.md
2020-12-24 08:12:42 +05:00
xtqqczze 9d4665f32f
Enable SA1003: Symbols should be spaced correctly (#14476)
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1003.md
2020-12-23 21:21:26 +05:00
xtqqczze fd934e08a1
Enable SA1314: Type parameter names should begin with T (#14470)
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1314.md
2020-12-23 08:02:22 +05:00
xtqqczze a4441ffeb4
Enable SA1216/SA1217: Using static directives (#14471)
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1216.md
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1217.md
2020-12-22 16:19:53 +05:00
xtqqczze 1c0ce47488
Enable SA1213: Event accessors should follow order (#14472)
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1213.md
2020-12-22 16:16:56 +05:00
xtqqczze 0991ecf2d4
Fix RCS1139: Add summary element to documentation comment (#14442)
https://github.com/JosefPihrt/Roslynator/blob/master/docs/analyzers/RCS1139.md
2020-12-22 08:44:30 +05:00
xtqqczze ae06ef1e06
Use String.Split(char) instead of String.Split(String) (#14465) 2020-12-20 11:51:57 +05:00
xtqqczze 5f3dd938b7
Use string.Contains(char) overload (#14368) 2020-12-19 20:00:51 +05:00
xtqqczze 1ab2c0c2bd
Fix IDE0032: UseAutoProperty part 3 (#14443)
https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0032
2020-12-19 12:01:11 +05:00
Steve Lee bc080921bf
Add support to $PSStyle for strikethrough and hyperlinks (#14461) 2020-12-19 11:54:51 +05:00
Ilya 10ef7f5161
Fix PSStyle blink codes (#14447) 2020-12-19 11:51:29 +05:00
dependabot-preview[bot] 7f3364f5dd
Bump NJsonSchema from 10.3.1 to 10.3.2 (#14451) 2020-12-17 12:07:07 -08:00
Paul Higinbotham caff9011af
Disable libmi dependent tests for macOS. (#14446) 2020-12-16 17:35:35 -08:00
xtqqczze 669bcd7278
Refactor complex if statement (#14398) 2020-12-16 17:26:47 -08:00
Robert Holt 4ac1663600 Merge branch 'changesfrom-v7.2.0-preview.2' 2020-12-16 10:16:33 -08:00
Robert Holt 147c0a16eb
Fix Universal Dashboard to refer to PowerShell Universal (#14437) 2020-12-15 23:46:30 -08:00