You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add PSv4 assemblies to the signing jobs
* Remaining release notes and version update to 1.17.0 (#1002)
* Update changelog with latest PRs and run New-Release to bump version and add changelog to psd1
Improve issue link Readme to use new multiple issue template
* bump version in csproj and fix date in release log
* add choco pr and fix table of contents in readme
* add new commits
* add recent commit
* Update PR number
- AvoidDefaultValueForMandatoryParameter triggers when the field has specification: Mandatory=value and value!=0 (#969) (by @kalgiz)
19
+
- Do not trigger UseDeclaredVarsMoreThanAssignment for variables being used via Get-Variable (#925) (by @bergmeister)
18
20
- Make UseDeclaredVarsMoreThanAssignments not flag drive qualified variables (#958) (by @bergmeister)
19
21
- Fix PSUseDeclaredVarsMoreThanAssignments to not give false positives when using += operator (#935) (by @bergmeister)
20
22
- Tweak UseConsistentWhiteSpace formatting rule to exclude first unary operator when being used in argument (#949) (by @bergmeister)
@@ -31,6 +33,12 @@
31
33
32
34
### Engine, Building and Testing
33
35
36
+
- Support `SuggestedCorrections` property on DiagnosticRecord for script based rules #1000 (by @bergmeister)
37
+
- Add CommandData files of PowerShell Core 6.0.2 for Windows/Linux/macOS and WMF3/4 that are used by UseCompatibleCmdlets rule (#954) (by @bergmeister)
38
+
- If no path is found or when using the -ScriptDefinition parameter set, default to the current location for the directory search of the implicit settings file (#979) (by @bergmeister)
- Fix release script by building also for v3 and misc. improvements (#996) (by @bergmeister)
41
+
- Scripts needed to build and sign PSSA via MS VSTS so it can be published in the gallery (#983) (by @JamesWTruher)
34
42
- Move common test code into AppVeyor module (#961) (by @bergmeister)
35
43
- Remove extraneous import-module commands in tests (#962) (by @JamesWTruher)
36
44
- Upgrade 'System.Automation.Management' NuGet package of version 6.0.0-alpha13 to version 6.0.2 from powershell-core feed, which requires upgrade to netstandard2.0. NB: This highly improved behavior on WMF3 but also means that the latest patched version (6.0.2) of PowerShell Core should be used. (#919) by @bergmeister)
@@ -47,6 +55,12 @@
47
55
48
56
### Documentation, Error Messages and miscellaneous Improvements
49
57
58
+
- Added Chocolatey Install help, which has community support (#999) (Thanks @pauby)
59
+
- Finalize Release Logs and bump version to 1.17 (#1002) (by @bergmeister)
60
+
- Docker examples: (#987, #990) (by @bergmeister)
61
+
- Use multiple GitHub issue templates for bugs, feature requests and support questions (#986) (by @bergmeister
62
+
- Fix table of contents (#980) (by @bergmeister)
63
+
- Improve documentation, especially about parameter usage and the settings file (#968) (by @bergmeister)
50
64
- Add base changelog for 1.17.0 (#967) (by @bergmeister)
51
65
- Remove outdated about_scriptanalyzer help file (#951) (by @bergmeister)
52
66
- Fixes a typo and enhances the documentation for the parameters required for script rules (#942) (Thanks @MWL88!)
- Scripts needed to build and sign PSSA via MS VSTS so it can be published in the gallery (#983) (by @JamesWTruher)
125
+
- Move common test code into AppVeyor module (#961) (by @bergmeister)
126
+
- Remove extraneous import-module commands in tests (#962) (by @JamesWTruher)
127
+
- Upgrade 'System.Automation.Management' NuGet package of version 6.0.0-alpha13 to version 6.0.2 from powershell-core feed, which requires upgrade to netstandard2.0. NB: This highly improved behavior on WMF3 but also means that the latest patched version (6.0.2) of PowerShell Core should be used. (#919) by @bergmeister)
128
+
- Add Ubuntu Build+Test to Appveyor CI (#940) (by @bergmeister)
129
+
- Add PowerShell Core Build+Test to Appveyor CI (#939) (by @bergmeister)
130
+
- Update Newtonsoft.Json NuGet package of Rules project from 9.0.1 to 10.0.3 (#937) (by @bergmeister)
131
+
- Fix Pester v4 installation for `Visual Studio 2017` image and use Pester v4 assertion operator syntax (#892) (by @bergmeister)
132
+
- Have a single point of reference for the .Net Core SDK version (#885) (by @bergmeister)
133
+
- Fix regressions introduced by PR 882 (#891) (by @bergmeister)
134
+
- Changes to allow tests to be run outside of CI (#882) (by @JamesWTruher)
135
+
- Upgrade platyPS from Version 0.5 to 0.9 (#869) (by @bergmeister)
136
+
- Build using .Net Core SDK 2.1.101 targeting `netstandard2.0` and `net451` (#853, #854, #870, #899, #912, #936) (by @bergmeister)
137
+
- Add instructions to make a release (#843) (by @kapilmb)
138
+
139
+
### Documentation, Error Messages and miscellaneous Improvements
140
+
141
+
- Added Chocolatey Install help, which has community support (#999) (Thanks @pauby)
142
+
- Finalize Release Logs and bump version to 1.17 (#998) (by @bergmeister)
143
+
- Docker examples: (#987, #990) (by @bergmeister)
144
+
- Use multiple GitHub issue templates for bugs, feature requests and support questions (#986) (by @bergmeister
145
+
- Fix table of contents (#980) (by @bergmeister)
146
+
- Improve documentation, especially about parameter usage and the settings file (#968) (by @bergmeister)
147
+
- Add base changelog for 1.17.0 (#967) (by @bergmeister)
148
+
- Remove outdated about_scriptanalyzer help file (#951) (by @bergmeister)
149
+
- Fixes a typo and enhances the documentation for the parameters required for script rules (#942) (Thanks @MWL88!)
150
+
- Remove unused using statements and sort them (#931) (by @bergmeister)
151
+
- Make licence headers consistent across all .cs files by using the recommended header of PsCore (#930) (by @bergmeister)
152
+
- Update syntax in ReadMe to be the correct one from get-help (#932) by @bergmeister)
153
+
- Remove redundant, out of date Readme of RuleDocumentation folder (#918) (by @bergmeister)
154
+
- Shorten contribution section in ReadMe and make it more friendly (#911) (by @bergmeister)
155
+
- Update from Pester 4.1.1 to 4.3.1 and use new -BeTrue and -BeFalse operators (#906) (by @bergmeister)
156
+
- Fix Markdown in ScriptRuleDocumentation.md so it renders correctly on GitHub web site (#898) (Thanks @MWL88!)
157
+
- Fix typo in .Description for Measure-RequiresModules (#888) (Thanks @TimCurwick!)
158
+
- Use https links where possible (#873) (by @bergmeister)
159
+
- Make documentation of AvoidUsingPositionalParameters match the implementation (#867) (by @bergmeister)
160
+
- Fix PSAvoidUsingCmdletAliases warnings of internal build/release scripts in root and Utils folder (#872) (by @bergmeister)
161
+
- Add simple GitHub Pull Request template based off the one for PowerShell Core (#866) (by @bergmeister)
162
+
- Add a simple GitHub issue template based on the one of PowerShell Core. (#865, #884) (by @bergmeister)
163
+
- Fix Example 7 in Invoke-ScriptAnalyzer.md (#862) (Thanks @sethvs!)
164
+
- Use the typewriter apostrophe instead the typographic apostrophe (#855) (Thanks @alexandear!)
165
+
- Add justification to ReadMe (#848) (Thanks @KevinMarquette!)
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Table of Contents
18
18
-[Requirements](#requirements)
19
19
-[Steps](#steps)
20
20
-[Tests](#tests)
21
+
+[From Chocolatey](#from-chocolatey)
21
22
-[Suppressing Rules](#suppressing-rules)
22
23
-[Settings Support in ScriptAnalyzer](#settings-support-in-scriptanalyzer)
23
24
*[Built-in Presets](#built-in-presets)
@@ -375,7 +376,7 @@ Contributions are welcome
375
376
376
377
There are many ways to contribute:
377
378
378
-
1. Open a new bug report, feature request or just ask a question by opening a new issue [here](https://github.com/PowerShell/PSScriptAnalyzer/issues/new).
379
+
1. Open a new bug report, feature request or just ask a question by opening a new issue [here](https://github.com/PowerShell/PSScriptAnalyzer/issues/new/choose).
379
380
2. Participate in the discussions of [issues](https://github.com/PowerShell/PSScriptAnalyzer/issues), [pull requests](https://github.com/PowerShell/PSScriptAnalyzer/pulls) and verify/test fixes or new features.
380
381
3. Submit your own fixes or features as a pull request but please discuss it beforehand in an issue if the change is substantial.
0 commit comments