56 references to Yellow
AnalyzerRunner (1)
CodeRefactoringRunner.cs (1)
216WriteLine($"Skipped assembly '{Path.GetFileNameWithoutExtension(file)}' during code refactoring discovery.", ConsoleColor.Yellow);
Aspire.Dashboard (4)
ConsoleLogs\AnsiParser.cs (4)
407ConsoleColor.Yellow => state.Bright ? "ansi-fg-brightyellow" : "ansi-fg-yellow", 423ConsoleColor.Yellow => "ansi-bg-yellow", 43533 => ConsoleColor.Yellow, 45243 => ConsoleColor.Yellow,
ClientSample (1)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
dotnet-dev-certs (2)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
55=> WriteLine(Console.Out, message, ConsoleColor.Yellow);
dotnet-getdocument (2)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
55=> WriteLine(Console.Out, message, ConsoleColor.Yellow);
dotnet-openapi (2)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
55=> WriteLine(Console.Out, message, ConsoleColor.Yellow);
dotnet-sql-cache (2)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
55=> WriteLine(Console.Out, message, ConsoleColor.Yellow);
dotnet-user-jwts (2)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
55=> WriteLine(Console.Out, message, ConsoleColor.Yellow);
dotnet-user-secrets (2)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
55=> WriteLine(Console.Out, message, ConsoleColor.Yellow);
GetDocument.Insider (2)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
55=> WriteLine(Console.Out, message, ConsoleColor.Yellow);
HttpStress (1)
Program.cs (1)
605Console.ForegroundColor = ConsoleColor.Yellow;
Microsoft.Arcade.Common (2)
CompactConsoleLoggerFormatter.cs (2)
129LogLevel.Warning => (ConsoleColor.Yellow, ConsoleColor.Black), 174ConsoleColor.Yellow => "\x1B[1m\x1B[33m",
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
Microsoft.Build (8)
Logging\BaseConsoleLogger.cs (1)
354case ConsoleColor.Yellow: colorString += "33;1"; break;
Logging\ParallelLogger\ParallelConsoleLogger.cs (4)
312setColor(ConsoleColor.Yellow); 367setColor(ConsoleColor.Yellow); 408setColor(ConsoleColor.Yellow); 1101setColor(ConsoleColor.Yellow);
Logging\SerialConsoleLogger.cs (3)
159setColor(ConsoleColor.Yellow); 200setColor(ConsoleColor.Yellow); 494setColor(ConsoleColor.Yellow);
Microsoft.Build.Engine (7)
Logging\ParallelLogger\ParallelConsoleLogger.cs (4)
275setColor(ConsoleColor.Yellow); 335setColor(ConsoleColor.Yellow); 376setColor(ConsoleColor.Yellow); 926setColor(ConsoleColor.Yellow);
Logging\SerialConsoleLogger.cs (3)
159setColor(ConsoleColor.Yellow); 200setColor(ConsoleColor.Yellow); 487setColor(ConsoleColor.Yellow);
Microsoft.Build.Engine.UnitTests (1)
ConsoleLogger_Tests.cs (1)
79case ConsoleColor.Yellow:
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
381Console.SetForegroundColor(diagnostic.Severity == DiagnosticSeverity.Error ? ConsoleColor.Red : ConsoleColor.Yellow);
Microsoft.Extensions.Logging.Console (3)
AnsiParser.cs (2)
147ConsoleColor.Yellow => "\e[1m\e[33m", 17933 => isBright ? ConsoleColor.Yellow : ConsoleColor.DarkYellow,
SimpleConsoleFormatter.cs (1)
194LogLevel.Warning => new ConsoleColors(ConsoleColor.Yellow, ConsoleColor.Black),
Microsoft.ML.Core (1)
Environment\ConsoleEnvironment.cs (1)
70messageColor = ConsoleColor.Yellow;
RunTests (1)
Program.cs (1)
54ConsoleUtil.WriteLine(ConsoleColor.Yellow, "Dump collection specified but user is not administrator so cannot modify registry");
Swaggatherer (1)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
Templates.Blazor.Tests (1)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
Templates.Mvc.Tests (1)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
Templates.Tests (1)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
Wasm.Performance.ConsoleHost (1)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
xunit.console (3)
common\ConsoleHelper.cs (1)
46case ConsoleColor.Yellow: colorString += "33;1"; break;
ConsoleRunner.cs (1)
165ConsoleHelper.SetForegroundColor(ConsoleColor.Yellow);
Sinks\DiagnosticMessageSink.cs (1)
27=> new DiagnosticMessageSink(consoleLock, assemblyDisplayName, showDiagnostics, noColor, ConsoleColor.Yellow);