5 references to AnsiExtensions
dotnet (1)
Commands\Workload\Install\NetSdkMsiInstallerClient.cs (1)
1146
ReportOnce(
AnsiExtensions
.Yellow(CliCommandStrings.PendingReboot));
dotnet.Tests (1)
CommandTests\Tool\Restore\ToolRestoreCommandTests.cs (1)
532
l.Contains(
AnsiExtensions
.Yellow(CliCommandStrings.NoToolsWereRestored)));
Microsoft.TemplateEngine.Cli (3)
TemplatePackageCoordinator.cs (3)
510
reporter.WriteLine(
AnsiExtensions
.Url($"https://nuget.org/profiles/{owner.Trim()}", owner).Indent(2));
522
$"{
AnsiExtensions
.Url(licenseExpressionUrl, packageMetadata.LicenseExpression)}");
530
$"{
AnsiExtensions
.Url(licenseUrl, licenseUrl)}");