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