1 write to LicenseExpression
Microsoft.TemplateEngine.Cli (1)
NuGet\NugetApiManager.cs (1)
127
LicenseExpression
= metadata.LicenseMetadata?.LicenseExpression?.ToString();
3 references to LicenseExpression
Microsoft.TemplateEngine.Cli (3)
TemplatePackageCoordinator.cs (3)
518
if (!string.IsNullOrEmpty(packageMetadata.
LicenseExpression
))
520
var licenseExpressionUrl = "https://licenses.nuget.org/" + packageMetadata.
LicenseExpression
;
523
$"{AnsiExtensions.Url(licenseExpressionUrl, packageMetadata.
LicenseExpression
)}");