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