48 references to Yellow
aspire (4)
src\Shared\ConsoleLogs\AnsiParser.cs (4)
528
ConsoleColor.
Yellow
=> state.Bright ? "ansi-fg-brightyellow" : "ansi-fg-yellow",
544
ConsoleColor.
Yellow
=> "ansi-bg-yellow",
556
33 => ConsoleColor.
Yellow
,
573
43 => ConsoleColor.
Yellow
,
Aspire.Dashboard (4)
src\Shared\ConsoleLogs\AnsiParser.cs (4)
528
ConsoleColor.
Yellow
=> state.Bright ? "ansi-fg-brightyellow" : "ansi-fg-yellow",
544
ConsoleColor.
Yellow
=> "ansi-bg-yellow",
556
33 => ConsoleColor.
Yellow
,
573
43 => ConsoleColor.
Yellow
,
dotnet (2)
Commands\Test\MTP\Terminal\NonAnsiTerminal.cs (1)
66
TerminalColor.Yellow => ConsoleColor.
Yellow
,
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
947
ConsoleColor.
Yellow
=> TerminalColor.Yellow,
dotnet-dev-certs (2)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119
SetColor(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)
141
Console.ForegroundColor = ConsoleColor.
Yellow
;
dotnet-user-jwts (2)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
119
SetColor(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)
119
SetColor(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)
129
LogLevel.Warning => (ConsoleColor.
Yellow
, ConsoleColor.Black),
174
ConsoleColor.
Yellow
=> "\x1B[1m\x1B[33m",
Microsoft.Build (5)
Logging\BaseConsoleLogger.cs (1)
354
case ConsoleColor.
Yellow
: colorString += "33;1"; break;
Logging\ParallelLogger\ParallelConsoleLogger.cs (4)
312
setColor(ConsoleColor.
Yellow
);
367
setColor(ConsoleColor.
Yellow
);
408
setColor(ConsoleColor.
Yellow
);
1102
setColor(ConsoleColor.
Yellow
);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
391
Console.SetForegroundColor(diagnostic.Severity == DiagnosticSeverity.Error ? ConsoleColor.Red : ConsoleColor.
Yellow
);
Microsoft.DotNet.Cli.Utils (1)
AnsiConsole.cs (1)
128
SetColor(ConsoleColor.
Yellow
);
Microsoft.DotNet.HotReload.Watch (1)
UI\ConsoleReporter.cs (1)
50
LogLevel.Warning => ConsoleColor.
Yellow
,
Microsoft.Extensions.Logging.Console (3)
AnsiParser.cs (2)
147
ConsoleColor.
Yellow
=> "\e[1m\e[33m",
179
33 => isBright ? ConsoleColor.
Yellow
: ConsoleColor.DarkYellow,
SimpleConsoleFormatter.cs (1)
194
LogLevel.Warning => new ConsoleColors(ConsoleColor.
Yellow
, ConsoleColor.Black),
Microsoft.ML.Core (1)
Environment\ConsoleEnvironment.cs (1)
70
messageColor = ConsoleColor.
Yellow
;
Microsoft.TestPlatform.CoreUtilities (1)
Output\OutputExtensions.cs (1)
40
SetColorForAction(ConsoleColor.
Yellow
, () => Output(output, OutputLevel.Warning, appendPrefix ? Resources.CommandLineWarning : DefaultFormat, format, args));
NuGet.CommandLine.XPlat (6)
Commands\DeleteCommand.cs (1)
103
Console.ForegroundColor = ConsoleColor.
Yellow
;
Commands\Package\Update\PackageUpdateCommandRunner.cs (3)
201
logger.LogMinimal(Format.PackageUpdate_AllVersionsHaveAdvisories(packageIdentity.Id), ConsoleColor.
Yellow
);
436
logger.LogMinimal(Messages.Warning_AlreadyUsingSameVersion(package.Id, upgradeVersion.OriginalString!), ConsoleColor.
Yellow
);
454
logger.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)
115
SetColor(ConsoleColor.
Yellow
);
Utility\ProjectPackagesPrintUtility.cs (1)
194
case 1: return new FormattedCell("Moderate", foregroundColor: ConsoleColor.
Yellow
);
rzc (1)
CommandLine\AnsiConsole.cs (1)
112
SetColor(ConsoleColor.
Yellow
);
vstest.console (4)
Internal\ConsoleLogger.cs (4)
547
Output.Write(GetFormattedTestIndicator(CommandLineResources.SkippedTestIndicator), OutputLevel.Information, ConsoleColor.
Yellow
);
611
Output.Write(GetFormattedTestIndicator(CommandLineResources.SkippedTestIndicator), OutputLevel.Information, ConsoleColor.
Yellow
);
792
color = ConsoleColor.
Yellow
;
877
Output.Information(false, ConsoleColor.
Yellow
, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummarySkippedTests, skippedTests));
vstest.console.arm64 (4)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (4)
547
Output.Write(GetFormattedTestIndicator(CommandLineResources.SkippedTestIndicator), OutputLevel.Information, ConsoleColor.
Yellow
);
611
Output.Write(GetFormattedTestIndicator(CommandLineResources.SkippedTestIndicator), OutputLevel.Information, ConsoleColor.
Yellow
);
792
color = ConsoleColor.
Yellow
;
877
Output.Information(false, ConsoleColor.
Yellow
, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummarySkippedTests, skippedTests));