-
Notifications
You must be signed in to change notification settings - Fork 293
Expand file tree
/
Copy pathPlatformResources.resx
More file actions
749 lines (737 loc) · 37.4 KB
/
PlatformResources.resx
File metadata and controls
749 lines (737 loc) · 37.4 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
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="CannotCreateTestExecutionFilterErrorMessage" xml:space="preserve">
<value>Failed to create a test execution filter</value>
</data>
<data name="CompositeServiceFactoryInstanceAlreadyRegistered" xml:space="preserve">
<value>The same instance of 'CompositeExtensonFactory' is already registered</value>
</data>
<data name="ConfigurationManagerCannotFindDefaultJsonConfigurationErrorMessage" xml:space="preserve">
<value>Could not find the default json configuration</value>
</data>
<data name="ConsoleTestExecutionFilterFactoryDescription" xml:space="preserve">
<value>Creates the right test execution filter for console mode</value>
</data>
<data name="ConsoleTestExecutionFilterFactoryDisplayName" xml:space="preserve">
<value>Console test execution filter factory</value>
</data>
<data name="ExtensionDoesNotImplementGivenInterfaceErrorMessage" xml:space="preserve">
<value>Extension of type '{0}' is not implementing the required '{1}' interface</value>
</data>
<data name="ExtensionWithSameUidAlreadyRegisteredErrorMessage" xml:space="preserve">
<value>Extensions with the same UID '{0}' have already been registered. Registered extensions are of types: {1}</value>
</data>
<data name="JsonConfigurationFileParserDuplicateKeyErrorMessage" xml:space="preserve">
<value>A duplicate key '{0}' was found</value>
</data>
<data name="JsonConfigurationFileParserTopLevelElementIsNotAnObjectErrorMessage" xml:space="preserve">
<value>Top-level JSON element must be an object. Instead, '{0}' was found</value>
</data>
<data name="JsonConfigurationFileParserUnsupportedTokenErrorMessage" xml:space="preserve">
<value>Unsupported JSON token '{0}' was found</value>
</data>
<data name="ServerTestExecutionFilterFactoryDescription" xml:space="preserve">
<value>Creates the right test execution filter for server mode</value>
</data>
<data name="ServerTestExecutionFilterFactoryDisplayName" xml:space="preserve">
<value>Server test execution filter factory</value>
</data>
<data name="ServiceProviderCannotFindServiceErrorMessage" xml:space="preserve">
<value>Cannot find service of type '{0}'</value>
</data>
<data name="ServiceProviderServiceAlreadyRegistered" xml:space="preserve">
<value>Instance of type '{0}' is already registered</value>
</data>
<data name="ServiceProviderShouldNotRegisterTestFramework" xml:space="preserve">
<value>Instances of type 'ITestFramework' should not be registered through the service provider but through 'ITestApplicationBuilder.RegisterTestFramework'</value>
</data>
<data name="TestAdapterInvokerFactoryAlreadySetErrorMessage" xml:space="preserve">
<value>An 'ITestFrameworkInvoker' factory is already set</value>
</data>
<data name="TestApplicationBuilderApplicationAlreadyRegistered" xml:space="preserve">
<value>The application has already been built</value>
</data>
<data name="TestApplicationBuilderFrameworkAdapterFactoryAlreadyRegisteredErrorMessage" xml:space="preserve">
<value>The test framework adapter factory has already been registered</value>
</data>
<data name="TestApplicationBuilderTestFrameworkCapabilitiesAlreadyRegistered" xml:space="preserve">
<value>The test framework capabilities factory has already been registered</value>
</data>
<data name="TestApplicationBuilderTestFrameworkNotRegistered" xml:space="preserve">
<value>The test framework adapter has not been registered. Use 'ITestApplicationBuilder.RegisterTestFramework' to register it</value>
</data>
<data name="TestApplicationResultDescription" xml:space="preserve">
<value>Determine the result of the test application execution</value>
</data>
<data name="TestApplicationResultDisplayName" xml:space="preserve">
<value>Test application result</value>
</data>
<data name="TestApplicationVSTestModeTooManyBuilders" xml:space="preserve">
<value>VSTest mode only supports a single TestApplicationBuilder per process</value>
</data>
<data name="TestHostAdapterInvokerFailedTestSessionErrorMessage" xml:space="preserve">
<value>Test adapter test session failure</value>
</data>
<data name="TreeNodeFilterCannotContainSlashCharacterErrorMessage" xml:space="preserve">
<value>A filter '{0}' should not contain a '/' character</value>
</data>
<data name="TreeNodeFilterEscapeCharacterShouldNotBeLastErrorMessage" xml:space="preserve">
<value>An escape character should not terminate the filter string '{0}'</value>
</data>
<data name="TreeNodeFilterOnlyLastLevelCanContainMutiLevelWildcardErrorMessage" xml:space="preserve">
<value>Only the final filter path can contain '**' wildcard</value>
</data>
<data name="TreeNodeFilterOperatorNotAllowedErrorMessage" xml:space="preserve">
<value>Unexpected operator '&' or '|' within filter expression '{0}'</value>
</data>
<data name="TreeNodeFilterPathShouldStartWithSlashErrorMessage" xml:space="preserve">
<value>Invalid node path, expected root as first character '{0}'</value>
</data>
<data name="TreeNodeFilterUnbalancedFilterErrorMessage" xml:space="preserve">
<value>Filter expression '{0}' contains an unbalanced number of '{1}' '{2}' operators</value>
<comment>{1} and {2} are () or []</comment>
</data>
<data name="TreeNodeFilterUnexpectedSlashOperatorErrorMessage" xml:space="preserve">
<value>Filter contains an unexpected '/' operator inside a parenthesized expression</value>
</data>
<data name="TEstExecutionFilterFactoryFactoryAlreadySetErrorMessage" xml:space="preserve">
<value>An 'ITestExecutionFilterFactory' factory is already set</value>
</data>
<data name="CannotRemoveEnvironmentVariableAtThisStageErrorMessage" xml:space="preserve">
<value>Cannot remove environment variables at this stage</value>
</data>
<data name="CannotRemoveEnvironmentVariableItIsLockedErrorMessage" xml:space="preserve">
<value>Extension '{0}' tried to remove environment variable '{1}' but it was locked by extension '{2}'</value>
</data>
<data name="CannotSetEnvironmentVariableAtThisStageErrorMessage" xml:space="preserve">
<value>Cannot set environment variables at this stage</value>
</data>
<data name="CannotSetEnvironmentVariableItIsLockedErrorMessage" xml:space="preserve">
<value>Extension '{0}' tried to set environment variable '{1}' but it was locked by extension '{2}'</value>
</data>
<data name="ProcessHasNotYetExitedErrorMessage" xml:space="preserve">
<value>Process should have exited before we can determine this value</value>
</data>
<data name="CannotStartProcessErrorMessage" xml:space="preserve">
<value>Cannot start process '{0}'</value>
</data>
<data name="EnvironmentVariableProviderFailedWithError" xml:space="preserve">
<value>Provider '{0}' (UID: {1}) failed with error: {2}</value>
</data>
<data name="GlobalValidationOfTestHostEnvironmentVariablesFailedErrorMessage" xml:space="preserve">
<value>The following 'ITestHostEnvironmentVariableProvider' providers rejected the final environment variables setup:</value>
</data>
<data name="TestFrameworkProxyApiShouldNotBeCalled" xml:space="preserve">
<value>Method '{0}' should not have been called on this proxy object</value>
</data>
<data name="TestProcessDidNotExitGracefullyErrorMessage" xml:space="preserve">
<value>Test application process didn't exit gracefully, exit code is '{0}'</value>
</data>
<data name="CannotCreateUniqueLogFileErrorMessage" xml:space="preserve">
<value>Failed to create a unique log file after 3 seconds. Lastly tried file name is '{0}'.</value>
</data>
<data name="FailedToWriteLogToChannelErrorMessage" xml:space="preserve">
<value>Failed to write the log to the channel. Missed log content:
{0}</value>
</data>
<data name="ServerLogMessageDescription" xml:space="preserve">
<value>This data represents a server log message</value>
</data>
<data name="ServerLogMessageDisplayName" xml:space="preserve">
<value>Server log message</value>
</data>
<data name="TimeoutAcquiringSemaphoreErrorMessage" xml:space="preserve">
<value>Failed to acquire semaphore before timeout of '{0}' seconds</value>
</data>
<data name="TimeoutFlushingLogsErrorMessage" xml:space="preserve">
<value>Failed to flush logs before the timeout of '{0}' seconds</value>
</data>
<data name="UnexpectedExceptionInFileLoggerErrorMessage" xml:space="preserve">
<value>An unexpected exception occurred in 'FileLogger.WriteLogToFileAsync'.
{0}</value>
<comment>{0} exception ToString</comment>
</data>
<data name="UnexpectedStateErrorMessage" xml:space="preserve">
<value>Unexpected state in file '{0}' at line '{1}'</value>
</data>
<data name="UnreachableLocationErrorMessage" xml:space="preserve">
<value>This program location is thought to be unreachable. File='{0}' Line={1}</value>
</data>
<data name="RetryFailedAfterTriesErrorMessage" xml:space="preserve">
<value>Retry failed after {0} times</value>
</data>
<data name="CommandLineInvalidArgumentsForOption" xml:space="preserve">
<value>Option '--{0}' has invalid arguments: {1}</value>
</data>
<data name="CommandLineInvalidConfiguration" xml:space="preserve">
<value>Invalid configuration for provider '{0}' (UID: {1}). Error: {2}</value>
</data>
<data name="CommandLineOptionExpectsAtLeastArguments" xml:space="preserve">
<value>Option '--{0}' from provider '{1}' (UID: {2}) expects at least {3} arguments</value>
</data>
<data name="CommandLineOptionExpectsAtMostArguments" xml:space="preserve">
<value>Option '--{0}' from provider '{1}' (UID: {2}) expects at most {3} arguments</value>
</data>
<data name="CommandLineOptionExpectsNoArguments" xml:space="preserve">
<value>Option '--{0}' from provider '{1}' (UID: {2}) expects no arguments</value>
</data>
<data name="CommandLineOptionIsUsingReservedPrefix" xml:space="preserve">
<value>Option `--{0}` from provider '{1}' (UID: {2}) is using the reserved prefix '--internal'</value>
</data>
<data name="CommandLineUnknownOption" xml:space="preserve">
<value>Unknown option '--{0}'</value>
</data>
<data name="InvalidCommandLineArguments" xml:space="preserve">
<value>Invalid command line arguments:</value>
</data>
<data name="CommandLineInvalidArityErrorMessage" xml:space="preserve">
<value>Invalid arity, maximum must be greater than minimum</value>
</data>
<data name="CommandLineInvalidOptionName" xml:space="preserve">
<value>Invalid option name '{0}', it must contain only letter and '-' (e.g. my-option)</value>
</data>
<data name="CommandLineOptionIsDeclaredByMultipleProviders" xml:space="preserve">
<value>Option '--{0}' is declared by multiple extensions: '{1}'</value>
</data>
<data name="CommandLineOptionIsDeclaredByMultipleProvidersWorkaround" xml:space="preserve">
<value>You can fix the previous option clash by overriding the option name using the configuration file</value>
</data>
<data name="CommandLineOptionIsReserved" xml:space="preserve">
<value>Option '--{0}' is reserved and cannot be used by providers: '{0}'</value>
</data>
<data name="CommandLineOptionObsoleteWarning" xml:space="preserve">
<value>Warning: Option '--{0}' is obsolete. {1}</value>
</data>
<data name="CommandLineParserUnexpectedArgument" xml:space="preserve">
<value>Unexpected argument {0}</value>
</data>
<data name="CommandLineParserUnexpectedSingleQuoteInArgument" xml:space="preserve">
<value>Unexpected single quote in argument: {0}</value>
</data>
<data name="CommandLineParserUnexpectedSingleQuoteInArgumentForOption" xml:space="preserve">
<value>Unexpected single quote in argument: {0} for option '--{1}'</value>
</data>
<data name="HelpApplicationUsage" xml:space="preserve">
<value>Usage {0} [option providers] [extension option providers]</value>
</data>
<data name="HelpExecuteTestApplication" xml:space="preserve">
<value>Execute a .NET Test Application.</value>
</data>
<data name="HelpExtensionOptions" xml:space="preserve">
<value>Extension options:</value>
</data>
<data name="HelpNoExtensionRegistered" xml:space="preserve">
<value> No extension registered.</value>
</data>
<data name="HelpOptions" xml:space="preserve">
<value>Options:</value>
</data>
<data name="HelpTestApplicationRunner" xml:space="preserve">
<value><test application runner></value>
</data>
<data name="NotAvailable" xml:space="preserve">
<value>Not available</value>
</data>
<data name="NotFound" xml:space="preserve">
<value>Not found</value>
</data>
<data name="PlatformCommandLineClientHostOptionDescription" xml:space="preserve">
<value>Specify the hostname of the client.</value>
</data>
<data name="PlatformCommandLineClientPortOptionDescription" xml:space="preserve">
<value>Specify the port of the client.</value>
</data>
<data name="PlatformCommandLineDiagnosticFileLoggerSynchronousWriteOptionDescription" xml:space="preserve">
<value>Force the built-in file logger to write the log synchronously.
Useful for scenario where you don't want to lose any log (i.e. in case of crash).
Note that this is slowing down the test execution.</value>
</data>
<data name="PlatformCommandLineDiagnosticOptionDescription" xml:space="preserve">
<value>Enable the diagnostic logging. The default log level is 'Trace'.
The file will be written in the output directory with the name log_[yyMMddHHmmssfff].diag</value>
</data>
<data name="PlatformCommandLineDiagnosticOptionExpectsSingleArgumentErrorMessage" xml:space="preserve">
<value>'--diagnostic-verbosity' expects a single level argument ('Trace', 'Debug', 'Information', 'Warning', 'Error', or 'Critical')</value>
</data>
<data name="PlatformCommandLineDiagnosticOptionIsMissing" xml:space="preserve">
<value>'--{0}' requires '--diagnostic' to be provided</value>
</data>
<data name="PlatformCommandLineDiagnosticOutputDirectoryOptionDescription" xml:space="preserve">
<value>Output directory of the diagnostic logging.
If not specified the file will be generated inside the default 'TestResults' directory.</value>
</data>
<data name="PlatformCommandLineDiagnosticOutputFilePrefixOptionDescription" xml:space="preserve">
<value>Prefix for the log file name that will replace '[log]_.'</value>
</data>
<data name="PlatformCommandLineDiagnosticVerbosityOptionDescription" xml:space="preserve">
<value>Define the level of the verbosity for the --diagnostic.
The available values are 'Trace', 'Debug', 'Information', 'Warning', 'Error', and 'Critical'.</value>
</data>
<data name="PlatformCommandLineDiscoverTestsOptionDescription" xml:space="preserve">
<value>List available tests.</value>
</data>
<data name="PlatformCommandLineTestFormatOptionDescription" xml:space="preserve">
<value>Format string for displaying tests. Supported placeholders: <display> (display name), <fqn> (fully qualified name), <ns> (namespace), <type> (type name), <method> (method name), <asm> (assembly name). Default is '<display>'.</value>
</data>
<data name="PlatformCommandLineHelpOptionDescription" xml:space="preserve">
<value>Show the command line help.</value>
</data>
<data name="PlatformCommandLineInfoOptionDescription" xml:space="preserve">
<value>Display .NET test application information.</value>
</data>
<data name="PlatformCommandLineMinimumExpectedTestsIncompatibleDiscoverTests" xml:space="preserve">
<value>'--list-tests' and '--minimum-expected-tests' are incompatible options</value>
</data>
<data name="PlatformCommandLineMinimumExpectedTestsOptionSingleArgument" xml:space="preserve">
<value>'--minimum-expected-tests' expects a single non-zero positive integer value
(e.g. '--minimum-expected-tests 10')</value>
</data>
<data name="PlatformCommandLineNoBannerOptionDescription" xml:space="preserve">
<value>Do not display the startup banner, the copyright message or the telemetry banner.</value>
</data>
<data name="PlatformCommandLinePortOptionDescription" xml:space="preserve">
<value>Specify the port of the server.</value>
</data>
<data name="PlatformCommandLinePortOptionSingleArgument" xml:space="preserve">
<value>'--{0}' expects a single valid port as argument</value>
</data>
<data name="PlatformCommandLineProviderDescription" xml:space="preserve">
<value>Microsoft Testing Platform command line provider</value>
</data>
<data name="PlatformCommandLineProviderDisplayName" xml:space="preserve">
<value>Platform command line provider</value>
</data>
<data name="PlatformCommandLineResultDirectoryOptionDescription" xml:space="preserve">
<value>The directory where the test results are going to be placed.
If the specified directory doesn't exist, it's created.
The default is TestResults in the directory that contains the test application.</value>
</data>
<data name="PlatformCommandLineServerOptionDescription" xml:space="preserve">
<value>Enable the server mode.</value>
</data>
<data name="PlatformCommandLineSkipBuildersNumberCheckOptionDescription" xml:space="preserve">
<value>For testing purposes</value>
</data>
<data name="PlatformCommandLineTestHostControllerPIDOptionDescription" xml:space="preserve">
<value>Eventual parent test host controller PID.</value>
</data>
<data name="PlatformCommandLineDotnetTestPipe" xml:space="preserve">
<value>dotnet test pipe.</value>
</data>
<data name="TreeNodeFilterDescription" xml:space="preserve">
<value>Use a tree filter to filter down the tests to execute</value>
</data>
<data name="ConnectingToClientHost" xml:space="preserve">
<value>Connecting to client host '{0}' port '{1}'</value>
</data>
<data name="JsonRpcTcpServerDescription" xml:space="preserve">
<value>JsonRpc server implementation based on the test platform protocol specification.</value>
</data>
<data name="JsonRpcTcpServerToSingleClientDescription" xml:space="preserve">
<value>JsonRpc server to client handshake, implementation based on the test platform protocol specification.</value>
</data>
<data name="TelemetryNotice" xml:space="preserve">
<value>Telemetry
---------
Microsoft Testing Platform collects usage data in order to help us improve your experience. The data is collected by Microsoft and are not shared with anyone.
You can opt-out of telemetry by setting the TESTINGPLATFORM_TELEMETRY_OPTOUT or DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
Read more about Microsoft Testing Platform telemetry: https://aka.ms/testingplatform/telemetry</value>
</data>
<data name="TelemetryProviderAlreadySetErrorMessage" xml:space="preserve">
<value>Telemetry provider is already set</value>
</data>
<data name="UnexpectedCallTelemetryIsDisabledErrorMessage" xml:space="preserve">
<value>Unexpected telemetry call, the telemetry is disabled.</value>
</data>
<data name="CouldNotFindDirectoryErrorMessage" xml:space="preserve">
<value>Could not find directory '{0}'</value>
</data>
<data name="InternalLoopAsyncDidNotExitSuccessfullyErrorMessage" xml:space="preserve">
<value>Method '{0}' did not exit successfully</value>
</data>
<data name="NoSerializerRegisteredWithIdErrorMessage" xml:space="preserve">
<value>No serializer registered with ID '{0}'</value>
</data>
<data name="NoSerializerRegisteredWithTypeErrorMessage" xml:space="preserve">
<value>No serializer registered with type '{0}'</value>
</data>
<data name="UnexpectedExceptionDuringByteConversionErrorMessage" xml:space="preserve">
<value>An unexpected exception occurred during byte conversion</value>
</data>
<data name="PlatformCommandLineIgnoreExitCodeOptionDescription" xml:space="preserve">
<value>Do not report non successful exit value for specific exit codes
(e.g. '--ignore-exit-code 8;9' ignore exit code 8 and 9 and will return 0 in these case)</value>
</data>
<data name="PlatformCommandLineExitOnProcessExitOptionDescription" xml:space="preserve">
<value>Exit the test process if dependent process exits. PID must be provided.</value>
</data>
<data name="PlatformCommandLineExitOnProcessExitSingleArgument" xml:space="preserve">
<value>'--{0}' expects a single int PID argument</value>
</data>
<data name="PlatformCommandLineExitOnProcessExitInvalidDependentProcess" xml:space="preserve">
<value>Invalid PID '{0}'
{1}</value>
</data>
<data name="PlatformCommandLineExitOnProcessExitNotSupportedInBrowser" xml:space="preserve">
<value>The '--exit-on-process-exit' option is not supported in browser environments.</value>
</data>
<data name="Aborted" xml:space="preserve">
<value>Aborted</value>
</data>
<data name="Actual" xml:space="preserve">
<value>Actual</value>
</data>
<data name="CancelledLowercase" xml:space="preserve">
<value>canceled</value>
</data>
<data name="CancellingTestSession" xml:space="preserve">
<value>Canceling the test session...</value>
</data>
<data name="DiagnosticFileLevelWithAsyncFlush" xml:space="preserve">
<value>Diagnostic file (level '{0}' with async flush): {1}</value>
<comment>0 level such as verbose,
1 path to file</comment>
</data>
<data name="DiagnosticFileLevelWithFlush" xml:space="preserve">
<value>Diagnostic file (level '{0}' with sync flush): {1}</value>
<comment>0 level such as verbose,
1 path to file</comment>
</data>
<data name="Expected" xml:space="preserve">
<value>Expected</value>
</data>
<data name="Failed" xml:space="preserve">
<value>Failed</value>
</data>
<data name="FailedLowercase" xml:space="preserve">
<value>failed</value>
</data>
<data name="ForTest" xml:space="preserve">
<value>For test</value>
<comment>is followed by test name</comment>
</data>
<data name="InProcessArtifactsProduced" xml:space="preserve">
<value>In process file artifacts produced:</value>
</data>
<data name="MinimumExpectedTestsPolicyViolation" xml:space="preserve">
<value>Minimum expected tests policy violation, tests ran {0}, minimum expected {1}</value>
<comment>{0}, {1} number of tests</comment>
</data>
<data name="OutOfProcessArtifactsProduced" xml:space="preserve">
<value>Out of process file artifacts produced:</value>
</data>
<data name="Passed" xml:space="preserve">
<value>Passed</value>
</data>
<data name="PassedLowercase" xml:space="preserve">
<value>passed</value>
</data>
<data name="Skipped" xml:space="preserve">
<value>Skipped</value>
</data>
<data name="SkippedLowercase" xml:space="preserve">
<value>skipped</value>
</data>
<data name="StackTrace" xml:space="preserve">
<value>Stack Trace</value>
</data>
<data name="Total" xml:space="preserve">
<value>Total</value>
</data>
<data name="TotalLowercase" xml:space="preserve">
<value>total</value>
</data>
<data name="ZeroTestsRan" xml:space="preserve">
<value>Zero tests ran</value>
</data>
<data name="ConsoleIsAlreadyInBatchingMode" xml:space="preserve">
<value>Console is already in batching mode.</value>
<comment>Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.</comment>
</data>
<data name="DurationLowercase" xml:space="preserve">
<value>duration</value>
</data>
<data name="FailedWithErrors" xml:space="preserve">
<value>failed with {0} error(s)</value>
</data>
<data name="FailedWithErrorsAndWarnings" xml:space="preserve">
<value>failed with {0} error(s) and {1} warning(s)</value>
</data>
<data name="FailedWithWarnings" xml:space="preserve">
<value>failed with {0} warning(s)</value>
</data>
<data name="RunningTestsFrom" xml:space="preserve">
<value>Running tests from</value>
</data>
<data name="TestRunSummary" xml:space="preserve">
<value>Test run summary:</value>
</data>
<data name="FromFile" xml:space="preserve">
<value>from</value>
<comment>from followed by a file name to point to the file from which test is originating</comment>
</data>
<data name="StackFrameAt" xml:space="preserve">
<value>at</value>
<comment>at that is used for a stack frame location in a stack trace, is followed by a class and method name</comment>
</data>
<data name="StackFrameIn" xml:space="preserve">
<value>in</value>
<comment>in that is used in stack frame it is followed by file name</comment>
</data>
<data name="TerminalNoAnsiOptionDescription" xml:space="preserve">
<value>Disable outputting ANSI escape characters to screen.</value>
</data>
<data name="TerminalNoProgressOptionDescription" xml:space="preserve">
<value>Disable reporting progress to screen.</value>
</data>
<data name="TerminalTestReporterDescription" xml:space="preserve">
<value>Writes test results to terminal.</value>
</data>
<data name="TerminalTestReporterDisplayName" xml:space="preserve">
<value>Terminal test reporter</value>
</data>
<data name="TerminalOutputOptionDescription" xml:space="preserve">
<value>Output verbosity when reporting tests.
Valid values are 'Normal', 'Detailed'. Default is 'Normal'.</value>
</data>
<data name="TerminalOutputOptionInvalidArgument" xml:space="preserve">
<value>--output expects a single parameter with value 'Normal' or 'Detailed'.</value>
</data>
<data name="PlatformCommandLineTimeoutArgumentErrorMessage" xml:space="preserve">
<value>'timeout' option should have one argument as string in the format <value>[h|m|s] where 'value' is float</value>
</data>
<data name="PlatformCommandLineTimeoutOptionDescription" xml:space="preserve">
<value>A global test execution timeout.
Takes one argument as string in the format <value>[h|m|s] where 'value' is float.</value>
</data>
<data name="LoggerFactoryNotReady" xml:space="preserve">
<value>The ILoggerFactory has not been built yet.</value>
</data>
<data name="MessageBusNotReady" xml:space="preserve">
<value>The message bus has not been built yet or is no more usable at this stage.</value>
</data>
<data name="CommandLineOptionsNotReady" xml:space="preserve">
<value>The ICommandLineOptions has not been built yet.</value>
</data>
<data name="MissingClientPortFoJsonRpc" xml:space="preserve">
<value>Expected --client-port when jsonRpc protocol is used.</value>
</data>
<data name="StandardError" xml:space="preserve">
<value>Error output</value>
</data>
<data name="StandardOutput" xml:space="preserve">
<value>Standard output</value>
</data>
<data name="DiscoveringTestsFrom" xml:space="preserve">
<value>Discovering tests from</value>
</data>
<data name="TestDiscoverySummary" xml:space="preserve">
<value>Test discovery summary: found {0} test(s) in {1} assemblies.</value>
<comment>0 is number of tests, 1 is count of assemblies</comment>
</data>
<data name="DiscoveredTestsInAssembly" xml:space="preserve">
<value>Discovered {0} test(s) in assembly</value>
<comment>0 is count, the sentence is followed by the path of the assebly</comment>
</data>
<data name="TestDiscoverySummarySingular" xml:space="preserve">
<value>Test discovery summary: found {0} test(s)</value>
<comment>0 is number of tests</comment>
</data>
<data name="ExitCode" xml:space="preserve">
<value>Exit code</value>
</data>
<data name="CommandLineParserResponseFileNotFound" xml:space="preserve">
<value>The response file '{0}' was not found</value>
</data>
<data name="CommandLineParserFailedToReadResponseFile" xml:space="preserve">
<value>Failed to read response file '{0}'. {1}.</value>
<comment>{1} is the exception</comment>
</data>
<data name="PlatformCommandLineMinimumExpectedTestsOptionDescription" xml:space="preserve">
<value>Specifies the minimum number of tests that are expected to run.</value>
</data>
<data name="PlatformCommandLineConfigFileOptionDescription" xml:space="preserve">
<value>Specifies a testconfig.json file.</value>
</data>
<data name="ConfigurationFileNotFound" xml:space="preserve">
<value>The configuration file '{0}' specified with '--config-file' could not be found.</value>
</data>
<data name="ActiveTestsRunning_MoreTestsCount" xml:space="preserve">
<value>and {0} more</value>
</data>
<data name="ActiveTestsRunning_FullTestsCount" xml:space="preserve">
<value>{0} tests running</value>
</data>
<data name="StartingTestSession" xml:space="preserve">
<value>Starting test session.</value>
</data>
<data name="StartingTestSessionWithLogFilePath" xml:space="preserve">
<value>Starting test session. The log file path is '{0}'.</value>
</data>
<data name="FinishedTestSession" xml:space="preserve">
<value>Finished test session.</value>
</data>
<data name="ServerTestHostDisplayName" xml:space="preserve">
<value>Server mode test host</value>
</data>
<data name="ServerTestHostDescription" xml:space="preserve">
<value>The 'ITestHost' implementation used when running server mode.</value>
</data>
<data name="UnobservedTaskExceptionWarningMessage" xml:space="preserve">
<value>[ServerTestHost.OnTaskSchedulerUnobservedTaskException] Unhandled exception: {0}</value>
<comment>{0} is the exception that was unhandled/unobserved</comment>
</data>
<data name="ExceptionDuringCancellationWarningMessage" xml:space="preserve">
<value>Exception during the cancellation of request id '{0}'</value>
<comment>{0} is the request id</comment>
</data>
<data name="PlatformCommandLineMaxFailedTestsOptionDescription" xml:space="preserve">
<value>Specifies a maximum number of test failures that, when exceeded, will abort the test run.</value>
</data>
<data name="MaxFailedTestsMustBePositive" xml:space="preserve">
<value>The option '--maximum-failed-tests' must be a positive integer. The value '{0}' is not valid.</value>
</data>
<data name="AbortForMaxFailedTestsDescription" xml:space="preserve">
<value>Extension used to support '--maximum-failed-tests'. When a given failures threshold is reached, the test run will be aborted.</value>
</data>
<data name="ReachedMaxFailedTestsMessage" xml:space="preserve">
<value>Test session is aborting due to reaching failures ('{0}') specified by the '--maximum-failed-tests' option.</value>
<comment>{0} is the number of max failed tests.</comment>
</data>
<data name="AbortForMaxFailedTestsCapabilityNotAvailable" xml:space="preserve">
<value>The current test framework does not implement 'IGracefulStopTestExecutionCapability' which is required for '--maximum-failed-tests' feature.</value>
</data>
<data name="PlatformCommandLineFilterUidOptionDescription" xml:space="preserve">
<value>Provides a list of test node UIDs to filter by.</value>
</data>
<data name="OnlyOneFilterSupported" xml:space="preserve">
<value>Passing both '--treenode-filter' and '--filter-uid' is unsupported.</value>
</data>
<data name="PlatformCommandLineDebugAttachOptionDescription" xml:space="preserve">
<value>Allows to pause execution in order to attach to the process for debug purposes.</value>
</data>
<data name="SucceededLowercase" xml:space="preserve">
<value>succeeded</value>
</data>
<data name="ChatClientProviderAlreadyRegistered" xml:space="preserve">
<value>A chat client provider has already been registered.</value>
</data>
<data name="InvalidTestApplicationBuilderTypeForAI" xml:space="preserve">
<value>AI extensions only work with builders of type 'Microsoft.Testing.Platform.Builder.TestApplicationBuilder'</value>
</data>
<data name="TestHostControllerProcessRestartNotSupportedOnWebAssembly" xml:space="preserve">
<value>Test host controller extensions that require process restart are not supported on browser/WebAssembly platforms.</value>
</data>
<data name="SyncFlushNotSupportedInBrowserErrorMessage" xml:space="preserve">
<value>Synchronous flush is not supported in browser environments.</value>
</data>
<data name="WaitDebuggerAttachNotSupportedInBrowserErrorMessage" xml:space="preserve">
<value>Waiting for debugger to attach (TESTINGPLATFORM_WAIT_ATTACH_DEBUGGER=1) is not supported in browser environments.</value>
</data>
</root>