3 references to NuGetLicenseExpression_DeprecatedIdentifier
NuGet.Packaging (3)
Licenses\NuGetLicense.cs (2)
56
throw new NuGetLicenseExpressionParsingException(string.Format(CultureInfo.CurrentCulture, Strings.
NuGetLicenseExpression_DeprecatedIdentifier
, licenseIdentifier));
68
throw new NuGetLicenseExpressionParsingException(string.Format(CultureInfo.CurrentCulture, Strings.
NuGetLicenseExpression_DeprecatedIdentifier
, licenseIdentifier));
Licenses\NuGetLicenseException.cs (1)
39
throw new NuGetLicenseExpressionParsingException(string.Format(CultureInfo.CurrentCulture, Strings.
NuGetLicenseExpression_DeprecatedIdentifier
, exceptionIdentifier));