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
- New [rule](RuleDocumentation/UseCompatibleCmdlets.md) to check cmdlet compatibility between different PowerShell flavors
5
+
- New [rule](RuleDocumentation/UseLiteralInitializerForHashtable.md) to warn when using Hashtable constructor
6
+
- Feature to [pass parameters to rules from settings file](RuleDocumentation/AvoidAlias.md)
7
+
- Feature to [discover settings file](README.md#settings-support-in-scriptanalyzer)
8
+
- Enhancement to [PSShouldProcess](RuleDocumentation/UseShouldProcessCorrectly.md) rule to check for ShouldProcess implementation in downstream functions
9
+
- A helper [module](Utils/RuleMaker.psm1) to create `C#` based builtin rules
10
+
11
+
### Fixed
12
+
- False negatives for identically named variables (#552)
13
+
- Passing `*Ast` arguments to external rules (#614)
14
+
15
+
### Changed
16
+
- PSShouldProcess rule to not check for presence of `ShouldContinue` when `SupportsShouldProcess` is declared
0 commit comments