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