48 references to Yellow
aspire (4)
src\Shared\ConsoleLogs\AnsiParser.cs (4)
528ConsoleColor.Yellow => state.Bright ? "ansi-fg-brightyellow" : "ansi-fg-yellow", 544ConsoleColor.Yellow => "ansi-bg-yellow", 55633 => ConsoleColor.Yellow, 57343 => ConsoleColor.Yellow,
Aspire.Dashboard (4)
src\Shared\ConsoleLogs\AnsiParser.cs (4)
528ConsoleColor.Yellow => state.Bright ? "ansi-fg-brightyellow" : "ansi-fg-yellow", 544ConsoleColor.Yellow => "ansi-bg-yellow", 55633 => ConsoleColor.Yellow, 57343 => ConsoleColor.Yellow,
dotnet (2)
Commands\Test\MTP\Terminal\NonAnsiTerminal.cs (1)
66TerminalColor.Yellow => ConsoleColor.Yellow,
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
947ConsoleColor.Yellow => TerminalColor.Yellow,
dotnet-dev-certs (2)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
src\aspnetcore\src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
55=> WriteLine(Console.Out, message, ConsoleColor.Yellow);
dotnet-format (1)
Logging\SimpleConsoleLogger.cs (1)
24[LogLevel.Warning] = ConsoleColor.Yellow,
dotnet-svcutil-lib (1)
ToolConsole.cs (1)
141Console.ForegroundColor = ConsoleColor.Yellow;
dotnet-user-jwts (2)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
src\aspnetcore\src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
55=> WriteLine(Console.Out, message, ConsoleColor.Yellow);
dotnet-user-secrets (2)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119SetColor(ConsoleColor.Yellow);
src\aspnetcore\src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
55=> WriteLine(Console.Out, message, ConsoleColor.Yellow);
Microsoft.Arcade.Common (2)
CompactConsoleLoggerFormatter.cs (2)
129LogLevel.Warning => (ConsoleColor.Yellow, ConsoleColor.Black), 174ConsoleColor.Yellow => "\x1B[1m\x1B[33m",
Microsoft.Build (5)
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); 1102setColor(ConsoleColor.Yellow);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
391Console.SetForegroundColor(diagnostic.Severity == DiagnosticSeverity.Error ? ConsoleColor.Red : ConsoleColor.Yellow);
Microsoft.DotNet.Cli.Utils (1)
AnsiConsole.cs (1)
128SetColor(ConsoleColor.Yellow);
Microsoft.DotNet.HotReload.Watch (1)
UI\ConsoleReporter.cs (1)
50LogLevel.Warning => 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;
Microsoft.TestPlatform.CoreUtilities (1)
Output\OutputExtensions.cs (1)
40SetColorForAction(ConsoleColor.Yellow, () => Output(output, OutputLevel.Warning, appendPrefix ? Resources.CommandLineWarning : DefaultFormat, format, args));
NuGet.CommandLine.XPlat (6)
Commands\DeleteCommand.cs (1)
103Console.ForegroundColor = ConsoleColor.Yellow;
Commands\Package\Update\PackageUpdateCommandRunner.cs (3)
201logger.LogMinimal(Format.PackageUpdate_AllVersionsHaveAdvisories(packageIdentity.Id), ConsoleColor.Yellow); 436logger.LogMinimal(Messages.Warning_AlreadyUsingSameVersion(package.Id, upgradeVersion.OriginalString!), ConsoleColor.Yellow); 454logger.LogMinimal(Messages.Warning_AlreadyHighestVersion(package.Id, latestVersion.OriginalVersion!, project.FilePath), ConsoleColor.Yellow);
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\AnsiConsole.cs (1)
115SetColor(ConsoleColor.Yellow);
Utility\ProjectPackagesPrintUtility.cs (1)
194case 1: return new FormattedCell("Moderate", foregroundColor: ConsoleColor.Yellow);
rzc (1)
CommandLine\AnsiConsole.cs (1)
112SetColor(ConsoleColor.Yellow);
vstest.console (4)
Internal\ConsoleLogger.cs (4)
547Output.Write(GetFormattedTestIndicator(CommandLineResources.SkippedTestIndicator), OutputLevel.Information, ConsoleColor.Yellow); 611Output.Write(GetFormattedTestIndicator(CommandLineResources.SkippedTestIndicator), OutputLevel.Information, ConsoleColor.Yellow); 792color = ConsoleColor.Yellow; 877Output.Information(false, ConsoleColor.Yellow, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummarySkippedTests, skippedTests));
vstest.console.arm64 (4)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (4)
547Output.Write(GetFormattedTestIndicator(CommandLineResources.SkippedTestIndicator), OutputLevel.Information, ConsoleColor.Yellow); 611Output.Write(GetFormattedTestIndicator(CommandLineResources.SkippedTestIndicator), OutputLevel.Information, ConsoleColor.Yellow); 792color = ConsoleColor.Yellow; 877Output.Information(false, ConsoleColor.Yellow, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummarySkippedTests, skippedTests));