1 write to Output
vstest.console (1)
CommandLine\Executor.cs (1)
97
Output
= output;
13 references to Output
vstest.console (13)
CommandLine\Executor.cs (13)
144
Output
.Error(true, CommandLineResources.NoArgumentsProvided);
244
Output
.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoArgumentProcessorFound, arg));
290
Output
.Error(false, ex.Message);
296
Output
.Error(false, ex.Message);
352
Output
.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.DuplicateArgumentError, processor.Metadata.Value.CommandName));
399
Output
.Error(false, ex.Message);
407
Output
.Error(false, ex.InnerException.Message);
452
Output
.WriteLine(commandLineBanner, OutputLevel.Information);
455
Output
.WriteLine(string.Empty, OutputLevel.Information);
465
Output
.Warning(false, CommandLineResources.VSTestDeprecationMessage);
479
Output
.Warning(false, CommandLineResources.WarningEmulatedOnArm64, currentProcessArchitecture.ToString().ToLowerInvariant());
508
Output
.WriteLine($"vstest.console.exe {responseFileArgs}", OutputLevel.Information);
547
Output
.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.OpenResponseFileError, fileName));