1 write to Output
vstest.console (1)
CommandLine\Executor.cs (1)
119
Output
= output;
13 references to Output
vstest.console (13)
CommandLine\Executor.cs (13)
171
Output
.Error(true, CommandLineResources.NoArgumentsProvided);
271
Output
.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoArgumentProcessorFound, arg));
317
Output
.Error(false, ex.Message);
323
Output
.Error(false, ex.Message);
379
Output
.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.DuplicateArgumentError, processor.Metadata.Value.CommandName));
426
Output
.Error(false, ex.Message);
434
Output
.Error(false, ex.InnerException.Message);
479
Output
.WriteLine(commandLineBanner, OutputLevel.Information);
482
Output
.WriteLine(string.Empty, OutputLevel.Information);
492
Output
.Warning(false, CommandLineResources.VSTestDeprecationMessage);
506
Output
.Warning(false, CommandLineResources.WarningEmulatedOnArm64, currentProcessArchitecture.ToString().ToLowerInvariant());
535
Output
.WriteLine($"vstest.console.exe {responseFileArgs}", OutputLevel.Information);
574
Output
.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.OpenResponseFileError, fileName));