forked from PowerShell/PSScriptAnalyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStrings.Designer.cs
More file actions
288 lines (255 loc) · 11.2 KB
/
Strings.Designer.cs
File metadata and controls
288 lines (255 loc) · 11.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.35317
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Microsoft.Windows.PowerShell.ScriptAnalyzer {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Strings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Strings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Windows.PowerShell.ScriptAnalyzer.Strings", typeof(Strings).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Checking assembly file '{0}' ....
/// </summary>
internal static string CheckAssemblyFile {
get {
return ResourceManager.GetString("CheckAssemblyFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Checking module '{0}' ....
/// </summary>
internal static string CheckModuleName {
get {
return ResourceManager.GetString("CheckModuleName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CommandInfo not found for function: {0}.
/// </summary>
internal static string CommandInfoNotFound {
get {
return ResourceManager.GetString("CommandInfoNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Writes all diagnostics to WriteObject..
/// </summary>
internal static string DefaultLoggerDescription {
get {
return ResourceManager.GetString("DefaultLoggerDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to WriteObjects.
/// </summary>
internal static string DefaultLoggerName {
get {
return ResourceManager.GetString("DefaultLoggerName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find file '{0}'..
/// </summary>
internal static string FileNotFound {
get {
return ResourceManager.GetString("FileNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find the path '{0}'..
/// </summary>
internal static string InvalidPath {
get {
return ResourceManager.GetString("InvalidPath", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No loggers found..
/// </summary>
internal static string LoggersNotFound {
get {
return ResourceManager.GetString("LoggersNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find rule extension '{0}'..
/// </summary>
internal static string MissingRuleExtension {
get {
return ResourceManager.GetString("MissingRuleExtension", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} cannot be set by both positional and named arguments..
/// </summary>
internal static string NamedAndPositionalArgumentsConflictError {
get {
return ResourceManager.GetString("NamedAndPositionalArgumentsConflictError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Named arguments must always come after positional arguments..
/// </summary>
internal static string NamedArgumentsBeforePositionalError {
get {
return ResourceManager.GetString("NamedArgumentsBeforePositionalError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to RuleName must not be null..
/// </summary>
internal static string NullRuleNameError {
get {
return ResourceManager.GetString("NullRuleNameError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Parse error in file {0}: {1} at line {2} column {3}..
/// </summary>
internal static string ParserErrorFormat {
get {
return ResourceManager.GetString("ParserErrorFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There are too many parser errors in {0}. Please correct them before running ScriptAnalyzer..
/// </summary>
internal static string ParserErrorMessage {
get {
return ResourceManager.GetString("ParserErrorMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to RULE_ERROR.
/// </summary>
internal static string RuleErrorMessage {
get {
return ResourceManager.GetString("RuleErrorMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find analyzer rules..
/// </summary>
internal static string RulesNotFound {
get {
return ResourceManager.GetString("RulesNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Suppression Message Attribute error at line {0} in {1} : {2}.
/// </summary>
internal static string RuleSuppressionErrorFormat {
get {
return ResourceManager.GetString("RuleSuppressionErrorFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find any DiagnosticRecord with the Rule Suppression ID {0}..
/// </summary>
internal static string RuleSuppressionIDError {
get {
return ResourceManager.GetString("RuleSuppressionIDError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Rule {0} cannot be found..
/// </summary>
internal static string RuleSuppressionRuleNameNotFound {
get {
return ResourceManager.GetString("RuleSuppressionRuleNameNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to All the arguments of the Suppress Message Attribute should be string constants..
/// </summary>
internal static string StringConstantArgumentsSuppressionAttributeError {
get {
return ResourceManager.GetString("StringConstantArgumentsSuppressionAttributeError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot find any Targets {0} that match the Scope {1} to apply the SuppressMessageAttribute..
/// </summary>
internal static string TargetCannotBeFoundError {
get {
return ResourceManager.GetString("TargetCannotBeFoundError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to If Target is specified, Scope must be specified..
/// </summary>
internal static string TargetWithoutScopeSuppressionAttributeError {
get {
return ResourceManager.GetString("TargetWithoutScopeSuppressionAttributeError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Analyzing file: {0}.
/// </summary>
internal static string VerboseFileMessage {
get {
return ResourceManager.GetString("VerboseFileMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Running {0} rule..
/// </summary>
internal static string VerboseRunningMessage {
get {
return ResourceManager.GetString("VerboseRunningMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Scope can only be either function or class..
/// </summary>
internal static string WrongScopeArgumentSuppressionAttributeError {
get {
return ResourceManager.GetString("WrongScopeArgumentSuppressionAttributeError", resourceCulture);
}
}
}
}