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)
517ConsoleOutput.Instance.Warning(false, overwriteWarningMsg);
vstest.console (14)
CommandLine\Executor.cs (2)
492Output.Warning(false, CommandLineResources.VSTestDeprecationMessage); 506Output.Warning(false, CommandLineResources.WarningEmulatedOnArm64, currentProcessArchitecture.ToString().ToLowerInvariant());
Internal\ConsoleLogger.cs (2)
478Output.Warning(AppendPrefix, e.Message); 912Output.Warning(AppendPrefix, warningMessage);
Processors\EnableBlameArgumentProcessor.cs (1)
160Output.Warning(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.BlameIncorrectOption, argument));
Processors\EnableDiagArgumentProcessor.cs (1)
181ConsoleOutput.Instance.Warning(false, EqtTrace.ErrorOnInitialization);
Processors\EnvironmentArgumentProcessor.cs (1)
110_output.Warning(true, CommandLineResources.EnvironmentVariableXIsOverriden, key);
Processors\FrameworkArgumentProcessor.cs (1)
124output.Warning(
Processors\HelpArgumentProcessor.cs (1)
148Output.Warning(false, e.Message);
Processors\RunSpecificTestsArgumentProcessor.cs (3)
246Output.Warning(false, warningMessage); 275Output.Warning(false, warningMessage); 378_output.Warning(false, CommandLineResources.SuggestTestAdapterPathIfNoTestsIsFound);
Processors\RunTestsArgumentProcessor.cs (1)
238_output.Warning(false, CommandLineResources.SuggestTestAdapterPathIfNoTestsIsFound);
Processors\UseVsixExtensionsArgumentProcessor.cs (1)
104_output.Warning(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.UseVsixExtensionsDeprecation));
vstest.console.arm64 (14)
src\vstest\src\vstest.console\CommandLine\Executor.cs (2)
492Output.Warning(false, CommandLineResources.VSTestDeprecationMessage); 506Output.Warning(false, CommandLineResources.WarningEmulatedOnArm64, currentProcessArchitecture.ToString().ToLowerInvariant());
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (2)
478Output.Warning(AppendPrefix, e.Message); 912Output.Warning(AppendPrefix, warningMessage);
src\vstest\src\vstest.console\Processors\EnableBlameArgumentProcessor.cs (1)
160Output.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)
110_output.Warning(true, CommandLineResources.EnvironmentVariableXIsOverriden, key);
src\vstest\src\vstest.console\Processors\FrameworkArgumentProcessor.cs (1)
124output.Warning(
src\vstest\src\vstest.console\Processors\HelpArgumentProcessor.cs (1)
148Output.Warning(false, e.Message);
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (3)
246Output.Warning(false, warningMessage); 275Output.Warning(false, warningMessage); 378_output.Warning(false, CommandLineResources.SuggestTestAdapterPathIfNoTestsIsFound);
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
238_output.Warning(false, CommandLineResources.SuggestTestAdapterPathIfNoTestsIsFound);
src\vstest\src\vstest.console\Processors\UseVsixExtensionsArgumentProcessor.cs (1)
104_output.Warning(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.UseVsixExtensionsDeprecation));