Implemented interface member:
property
MessageFormat
NuGet.Packaging.Rules.IPackageRule.MessageFormat
1 write to MessageFormat
NuGet.Packaging (1)
Rules\LicenseUrlDeprecationWarning.cs (1)
17MessageFormat = messageFormat ?? throw new ArgumentNullException(nameof(messageFormat));
1 reference to MessageFormat
NuGet.Packaging (1)
Rules\LicenseUrlDeprecationWarning.cs (1)
30string.Format(CultureInfo.CurrentCulture, MessageFormat),