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
693 lines (615 loc) · 27.1 KB
/
Strings.Designer.cs
File metadata and controls
693 lines (615 loc) · 27.1 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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// 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", "15.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 "Argument should not be null."..
/// </summary>
internal static string ConfigurableScriptRuleNRE {
get {
return ResourceManager.GetString("ConfigurableScriptRuleNRE", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to "Cannot find a ConfigurableRuleProperty attribute on property {0}"..
/// </summary>
internal static string ConfigurableScriptRulePropertyHasNotAttribute {
get {
return ResourceManager.GetString("ConfigurableScriptRulePropertyHasNotAttribute", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SettingsFileHasInvalidHashtable.
/// </summary>
internal static string ConfigurationFileHasInvalidHashtable {
get {
return ResourceManager.GetString("ConfigurationFileHasInvalidHashtable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SettingsFileHasNoHashTable.
/// </summary>
internal static string ConfigurationFileHasNoHashTable {
get {
return ResourceManager.GetString("ConfigurationFileHasNoHashTable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SettingsFileNotFound.
/// </summary>
internal static string ConfigurationFileNotFound {
get {
return ResourceManager.GetString("ConfigurationFileNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SettingsKeyNotAString.
/// </summary>
internal static string ConfigurationKeyNotAString {
get {
return ResourceManager.GetString("ConfigurationKeyNotAString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SettingsValueNotAString.
/// </summary>
internal static string ConfigurationValueNotAString {
get {
return ResourceManager.GetString("ConfigurationValueNotAString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SettingsValueWrongFormat.
/// </summary>
internal static string ConfigurationValueWrongFormat {
get {
return ResourceManager.GetString("ConfigurationValueWrongFormat", 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 Edge from {0} to {1} already exists..
/// </summary>
internal static string DigraphEdgeAlreadyExists {
get {
return ResourceManager.GetString("DigraphEdgeAlreadyExists", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vertex {0} already exists! Cannot add it to the digraph..
/// </summary>
internal static string DigraphVertexAlreadyExists {
get {
return ResourceManager.GetString("DigraphVertexAlreadyExists", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vertex {0} does not exist in the digraph..
/// </summary>
internal static string DigraphVertexDoesNotExists {
get {
return ResourceManager.GetString("DigraphVertexDoesNotExists", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot determine line endings as the text probably contain mixed line endings..
/// </summary>
internal static string EditableTextInvalidLineEnding {
get {
return ResourceManager.GetString("EditableTextInvalidLineEnding", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to TextEdit extent not completely contained in EditableText..
/// </summary>
internal static string EditableTextRangeIsNotContained {
get {
return ResourceManager.GetString("EditableTextRangeIsNotContained", 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 Settings file '{0}' is invalid because it does not contain a hashtable..
/// </summary>
internal static string InvalidProfile {
get {
return ResourceManager.GetString("InvalidProfile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Key {0} in the settings is not a string..
/// </summary>
internal static string KeyNotString {
get {
return ResourceManager.GetString("KeyNotString", 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 Temporary module location: {0}..
/// </summary>
internal static string ModuleDepHandlerTempLocation {
get {
return ResourceManager.GetString("ModuleDepHandlerTempLocation", 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 script definition: {0} at line {1} column {2}..
/// </summary>
internal static string ParseErrorFormatForScriptDefinition {
get {
return ResourceManager.GetString("ParseErrorFormatForScriptDefinition", 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 There are too many parser errors in the script definition. Please correct them before running ScriptAnalyzer..
/// </summary>
internal static string ParserErrorMessageForScriptDefinition {
get {
return ResourceManager.GetString("ParserErrorMessageForScriptDefinition", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Column number cannot be less than 1..
/// </summary>
internal static string PositionColumnLessThanOne {
get {
return ResourceManager.GetString("PositionColumnLessThanOne", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Line number cannot be less than 1..
/// </summary>
internal static string PositionLineLessThanOne {
get {
return ResourceManager.GetString("PositionLineLessThanOne", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Input position should be less than that of the invoking object..
/// </summary>
internal static string PositionRefPosLessThanInputPos {
get {
return ResourceManager.GetString("PositionRefPosLessThanInputPos", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Reference Position should begin before start Position of Range..
/// </summary>
internal static string RangeRefPosShouldStartBeforeRangeStartPos {
get {
return ResourceManager.GetString("RangeRefPosShouldStartBeforeRangeStartPos", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Start position cannot be before End position..
/// </summary>
internal static string RangeStartPosGreaterThanEndPos {
get {
return ResourceManager.GetString("RangeStartPosGreaterThanEndPos", 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 ScriptAnalyzer rules in the specified path.
/// </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 Suppression Message Attribute error at line {0} in script definition : {1}.
/// </summary>
internal static string RuleSuppressionErrorFormatScriptDefinition {
get {
return ResourceManager.GetString("RuleSuppressionErrorFormatScriptDefinition", 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 Found {0}. Will use it to provide settings for this invocation..
/// </summary>
internal static string SettingsAutoDiscovered {
get {
return ResourceManager.GetString("SettingsAutoDiscovered", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot resolve settings file path '{0}'..
/// </summary>
internal static string SettingsCannotFindFile {
get {
return ResourceManager.GetString("SettingsCannotFindFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Dictionary should be indexable in a case-insensitive manner..
/// </summary>
internal static string SettingsDictionaryShouldBeCaseInsesitive {
get {
return ResourceManager.GetString("SettingsDictionaryShouldBeCaseInsesitive", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Input should be a dictionary type..
/// </summary>
internal static string SettingsInputShouldBeDictionary {
get {
return ResourceManager.GetString("SettingsInputShouldBeDictionary", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Settings should be either a file path, built-in preset or a hashtable..
/// </summary>
internal static string SettingsInvalidType {
get {
return ResourceManager.GetString("SettingsInvalidType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot parse settings. Will abort the invocation..
/// </summary>
internal static string SettingsNotParsable {
get {
return ResourceManager.GetString("SettingsNotParsable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Settings not provided. Will look for settings file in the given path {0}..
/// </summary>
internal static string SettingsNotProvided {
get {
return ResourceManager.GetString("SettingsNotProvided", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Settings object could not be resolved..
/// </summary>
internal static string SettingsObjectCouldNotBResolved {
get {
return ResourceManager.GetString("SettingsObjectCouldNotBResolved", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Using settings file at {0}..
/// </summary>
internal static string SettingsUsingFile {
get {
return ResourceManager.GetString("SettingsUsingFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Using settings hashtable..
/// </summary>
internal static string SettingsUsingHashtable {
get {
return ResourceManager.GetString("SettingsUsingHashtable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} property must be of type bool..
/// </summary>
internal static string SettingsValueTypeMustBeBool {
get {
return ResourceManager.GetString("SettingsValueTypeMustBeBool", 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 Line element cannot be null..
/// </summary>
internal static string TextEditNoNullItem {
get {
return ResourceManager.GetString("TextEditNoNullItem", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Line element cannot be null..
/// </summary>
internal static string TextLinesNoNullItem {
get {
return ResourceManager.GetString("TextLinesNoNullItem", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Ignoring 'TypeNotFound' parse error on type '{0}'. Check if the specified type is correct. This can also be due the type not being known at parse time due to types imported by 'using' statements..
/// </summary>
internal static string TypeNotFoundParseErrorFound {
get {
return ResourceManager.GetString("TypeNotFoundParseErrorFound", 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 Analyzing Script Definition..
/// </summary>
internal static string VerboseScriptDefinitionMessage {
get {
return ResourceManager.GetString("VerboseScriptDefinitionMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to WrongSettingsKey.
/// </summary>
internal static string WrongConfigurationKey {
get {
return ResourceManager.GetString("WrongConfigurationKey", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} is not a valid key in the settings hashtable: file {3}. Valid keys are ExcludeRules, IncludeRules and Severity..
/// </summary>
internal static string WrongKey {
get {
return ResourceManager.GetString("WrongKey", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Key in the settings hashtable should be a string: line {0} column {1} in file {2}.
/// </summary>
internal static string WrongKeyFormat {
get {
return ResourceManager.GetString("WrongKeyFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} is not a valid key in the settings hashtable. Valid keys are ExcludeRules, IncludeRules and Severity..
/// </summary>
internal static string WrongKeyHashTable {
get {
return ResourceManager.GetString("WrongKeyHashTable", 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);
}
}
/// <summary>
/// Looks up a localized string similar to Value in the settings hashtable should be a string or an array of strings: line {0} column {1} in file {2}.
/// </summary>
internal static string WrongValueFormat {
get {
return ResourceManager.GetString("WrongValueFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Value {0} for key {1} has the wrong data type..
/// </summary>
internal static string WrongValueHashTable {
get {
return ResourceManager.GetString("WrongValueHashTable", resourceCulture);
}
}
}
}