Commit graph

8608 commits

Author SHA1 Message Date
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
Robert Holt 1c20985bc5 Add new spelling exemptions 2020-12-15 21:40:28 -08:00
xtqqczze 3f95fc4919
Update document link because of HTTP 301 redirect (#14431) 2020-12-16 10:17:16 +05:00
Robert Holt ab9a80749c
Update README + metadata.json for 7.2.0-preview.2 (#14401) 2020-12-15 16:40:50 -08:00
Robert Holt 88d28cb878 Merged PR 13877: Add CHANGELOG for 7.2.0-preview.2
Add CHANGELOG for 7.2.0-preview.2
2020-12-15 21:09:53 +00:00
Travis Plunk 47ef533b2e
Use one feed in each nuget.config in official builds (#14363)
Co-authored-by: Robert Holt <rjmholt@gmail.com>
2020-12-14 14:17:23 -08:00
Travis Plunk 7c03ad61c1
Use one feed in each nuget.config in official builds (#14363)
Co-authored-by: Robert Holt <rjmholt@gmail.com>
2020-12-14 14:16:55 -08:00
Travis Plunk e33bbd8427
Fix path signed RPMs are uploaded from in release build (#14424) 2020-12-14 14:03:38 -08:00
Travis Plunk fb9ed74a53
Fix path signed RPMs are uploaded from in release build (#14424) 2020-12-14 13:59:27 -08:00
xtqqczze 41cfc4e429
Upgrade StyleCopAnalyzers to v1.2.0-beta.312 (#14354) 2020-12-11 17:14:30 -08:00
Francesco Saltori ea2da20a23
Get PowerShell version in PSVersionInfo using assembly attribute instead of FileVersionInfo (#14332) 2020-12-11 17:12:10 -08:00
Staffan Gustafsson d487537453
Enable nullable: System.Management.Automation.Provider.IContentCmdletProvider (#14184) 2020-12-12 00:10:28 +05:00
Staffan Gustafsson e364225d99
Enable nullable: System.Management.Automation.IScriptCommandInfo (#14178) 2020-12-12 00:08:34 +05:00