Skip to content

Resource string WrongKeyHashTable is out-of-date #1269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
travisclagrone opened this issue Jun 22, 2019 · 2 comments · Fixed by #1273
Closed

Resource string WrongKeyHashTable is out-of-date #1269

travisclagrone opened this issue Jun 22, 2019 · 2 comments · Fixed by #1273

Comments

@travisclagrone
Copy link
Contributor

Expected value

{0} is not a valid key in the settings hashtable. Valid keys are Severity, IncludeRules, ExcludeRules, Rules, CustomRulePath, RecurseCustomRulePath, and IncludeDefaultRules.

Actual value

{0} is not a valid key in the settings hashtable. Valid keys are ExcludeRules, IncludeRules and Severity.

Environment data

PS> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      6.2.1
PSEdition                      Core
GitCommitId                    6.2.1
OS                             Microsoft Windows 10.0.17763 
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0, 5.0, 5.1.10032.0, 6.2.1}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0


PS> (Get-Module -ListAvailable PSScriptAnalyzer).Version | ForEach-Object { $_.ToString() }

1.18.0

@bergmeister
Copy link
Collaborator

Thanks, feel free to submit a PR for it :-)

@travisclagrone
Copy link
Contributor Author

Thanks, feel free to submit a PR for it :-)

You're welcome. And I intend to do so!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants