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
Copy file name to clipboardExpand all lines: Engine/Strings.resx
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -193,16 +193,16 @@
193
193
<value>Cannot find any DiagnosticRecord with the Rule Suppression ID {0}.</value>
194
194
</data>
195
195
<dataname="WrongKey"xml:space="preserve">
196
-
<value>{0} is not a valid key in the configuration hashtable: line {1} column {2} in file {3}. Valid keys are ExcludeRules, IncludeRules and Severity.</value>
196
+
<value>{0} is not a valid key in the settings hashtable: line {1} column {2} in file {3}. Valid keys are ExcludeRules, IncludeRules and Severity.</value>
197
197
</data>
198
198
<dataname="WrongKeyFormat"xml:space="preserve">
199
-
<value>Key in the configuration hashtable should be a string: line {0} column {1} in file {2}</value>
199
+
<value>Key in the settings hashtable should be a string: line {0} column {1} in file {2}</value>
200
200
</data>
201
201
<dataname="WrongValueFormat"xml:space="preserve">
202
-
<value>Value in the configuration hashtable should be a string or an array of strings: line {0} column {1} in file {2}</value>
202
+
<value>Value in the settings hashtable should be a string or an array of strings: line {0} column {1} in file {2}</value>
203
203
</data>
204
204
<dataname="InvalidProfile"xml:space="preserve">
205
-
<value>Profile file '{0}' is invalid because it does not contain a hashtable.</value>
205
+
<value>Settings file '{0}' is invalid because it does not contain a hashtable.</value>
$Error[0].FullyQualifiedErrorId | should match "ConfigurationFileNotFound,Microsoft.Windows.PowerShell.ScriptAnalyzer.Commands.InvokeScriptAnalyzerCommand"
90
+
$Error[0].FullyQualifiedErrorId | should match "SettingsFileNotFound,Microsoft.Windows.PowerShell.ScriptAnalyzer.Commands.InvokeScriptAnalyzerCommand"
$Error[0].FullyQualifiedErrorId | should match "ConfigurationFileHasNoHashTable,Microsoft.Windows.PowerShell.ScriptAnalyzer.Commands.InvokeScriptAnalyzerCommand"
96
+
$Error[0].FullyQualifiedErrorId | should match "SettingsFileHasNoHashTable,Microsoft.Windows.PowerShell.ScriptAnalyzer.Commands.InvokeScriptAnalyzerCommand"
$Error[0].FullyQualifiedErrorId | should match "WrongConfigurationKey,Microsoft.Windows.PowerShell.ScriptAnalyzer.Commands.InvokeScriptAnalyzerCommand"
102
+
$Error[0].FullyQualifiedErrorId | should match "WrongSettingsKey,Microsoft.Windows.PowerShell.ScriptAnalyzer.Commands.InvokeScriptAnalyzerCommand"
0 commit comments