30 references to Warning
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
ProcDumpDumper.cs (1)
304ConsoleOutput.Instance.Warning(false, err);
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
469ConsoleOutput.Instance.Warning(false, overwriteWarningMsg);
vstest.console (14)
CommandLine\Executor.cs (2)
465Output.Warning(false, CommandLineResources.VSTestDeprecationMessage); 479Output.Warning(false, CommandLineResources.WarningEmulatedOnArm64, currentProcessArchitecture.ToString().ToLowerInvariant());
Internal\ConsoleLogger.cs (2)
467Output.Warning(AppendPrefix, e.Message); 901Output.Warning(AppendPrefix, warningMessage);
Processors\EnableBlameArgumentProcessor.cs (1)
158Output.Warning(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.BlameIncorrectOption, argument));
Processors\EnableDiagArgumentProcessor.cs (1)
181ConsoleOutput.Instance.Warning(false, EqtTrace.ErrorOnInitialization);
Processors\EnvironmentArgumentProcessor.cs (1)
102_output.Warning(true, CommandLineResources.EnvironmentVariableXIsOverriden, key);
Processors\FrameworkArgumentProcessor.cs (1)
116output.Warning(
Processors\HelpArgumentProcessor.cs (1)
148Output.Warning(false, e.Message);
Processors\RunSpecificTestsArgumentProcessor.cs (3)
237Output.Warning(false, warningMessage); 266Output.Warning(false, warningMessage); 367_output.Warning(false, CommandLineResources.SuggestTestAdapterPathIfNoTestsIsFound);
Processors\RunTestsArgumentProcessor.cs (1)
227_output.Warning(false, CommandLineResources.SuggestTestAdapterPathIfNoTestsIsFound);
Processors\UseVsixExtensionsArgumentProcessor.cs (1)
97_output.Warning(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.UseVsixExtensionsDeprecation));
vstest.console.arm64 (14)
src\vstest\src\vstest.console\CommandLine\Executor.cs (2)
465Output.Warning(false, CommandLineResources.VSTestDeprecationMessage); 479Output.Warning(false, CommandLineResources.WarningEmulatedOnArm64, currentProcessArchitecture.ToString().ToLowerInvariant());
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (2)
467Output.Warning(AppendPrefix, e.Message); 901Output.Warning(AppendPrefix, warningMessage);
src\vstest\src\vstest.console\Processors\EnableBlameArgumentProcessor.cs (1)
158Output.Warning(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.BlameIncorrectOption, argument));
src\vstest\src\vstest.console\Processors\EnableDiagArgumentProcessor.cs (1)
181ConsoleOutput.Instance.Warning(false, EqtTrace.ErrorOnInitialization);
src\vstest\src\vstest.console\Processors\EnvironmentArgumentProcessor.cs (1)
102_output.Warning(true, CommandLineResources.EnvironmentVariableXIsOverriden, key);
src\vstest\src\vstest.console\Processors\FrameworkArgumentProcessor.cs (1)
116output.Warning(
src\vstest\src\vstest.console\Processors\HelpArgumentProcessor.cs (1)
148Output.Warning(false, e.Message);
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (3)
237Output.Warning(false, warningMessage); 266Output.Warning(false, warningMessage); 367_output.Warning(false, CommandLineResources.SuggestTestAdapterPathIfNoTestsIsFound);
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
227_output.Warning(false, CommandLineResources.SuggestTestAdapterPathIfNoTestsIsFound);
src\vstest\src\vstest.console\Processors\UseVsixExtensionsArgumentProcessor.cs (1)
97_output.Warning(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.UseVsixExtensionsDeprecation));