5 references to PropertyCannotBeNullOrEmpty
NuGet.Configuration (5)
Settings\Items\CertificateItem.cs (1)
23throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Resources.PropertyCannotBeNullOrEmpty, nameof(Fingerprint)));
Settings\Items\ClientCertItem.cs (1)
76throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Resources.PropertyCannotBeNullOrEmpty, nameof(PackageSource)));
Settings\Items\CredentialsItem.cs (1)
33throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Resources.PropertyCannotBeNullOrEmpty, nameof(Username)));
Settings\Items\PackageSourceMappingSourceItem.cs (1)
40throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Resources.PropertyCannotBeNullOrEmpty, nameof(Key)));
Settings\Items\TrustedSignerItem.cs (1)
24throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Resources.PropertyCannotBeNullOrEmpty, nameof(Name)));