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
- 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!)
166
-
- Fix typo in README (#845) (Thanks @misterGF!)
90
+
### Fixes
91
+
92
+
- Fix signing so `PSScriptAnalyzer` can be installed without the `-SkipPublisherCheck` switch (#1014)
93
+
- Issues with rule `PSAvoidAssignmentToAutomaticVariable` were fixed (#1007, #1013, #1014)
0 commit comments