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