4 references to Url
Microsoft.TemplateEngine.Cli (4)
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)}");
TemplatePackageDisplay.cs (1)
388
entry.AdvisoryUris.Select(advisory => $"{string.Empty.PadLeft(8)}{(advisory.
Url
(advisory))}")));