43 references to Argument_Cannot_Be_Null_Or_Empty
NuGet.Configuration (43)
ClientCertificate\ClientCertificateProvider.cs (1)
38
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(items));
PackageSource\MinPublishAgeExceptions.cs (1)
41
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(items));
PackageSource\PackageSourceProvider.cs (7)
219
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(exceptions));
510
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(name));
555
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(source));
575
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(name));
635
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(name));
680
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(name));
1140
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(name));
PackageSourceMapping\PackageSourceMappingProvider.cs (1)
51
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(packageSourceMappingSourceItems));
Settings\Items\AddItem.cs (1)
54
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(key));
Settings\Items\CertificateItem.cs (1)
66
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(fingerprint));
Settings\Items\ClientCertItem.cs (1)
19
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(packageSource));
Settings\Items\CredentialsItem.cs (4)
48
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(password));
111
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(name));
116
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(username));
121
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(password));
Settings\Items\FileClientCertItem.cs (1)
46
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(filePath));
Settings\Items\OwnersItem.cs (1)
30
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(owners));
Settings\Items\PackagePatternItem.cs (1)
28
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(pattern));
Settings\Items\PackageSourceMappingSourceItem.cs (1)
57
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(name));
Settings\Items\StoreClientCertItem.cs (2)
66
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(findValue));
102
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
);
Settings\Items\TrustedSignerItem.cs (1)
35
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(name));
Settings\Items\UnknownItem.cs (1)
45
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(name));
Settings\NuGetConfiguration.cs (3)
76
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(sectionName));
101
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(sectionName));
124
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(sectionName));
Settings\SettingElement.cs (2)
145
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(attributeName));
174
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(attributeName));
Settings\Settings.cs (4)
62
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(sectionName));
96
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(sectionName));
168
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(sectionName));
380
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(configFileName));
Settings\SettingsFile.cs (2)
93
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(directoryPath));
98
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(fileName));
Settings\SettingsGroup.cs (1)
29
ElementName = name ?? throw new ArgumentNullException(message: Resources.
Argument_Cannot_Be_Null_Or_Empty
, paramName: nameof(name));
Settings\SettingText.cs (2)
20
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(value));
32
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(value));
Utility\SettingsUtility.cs (4)
133
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(section));
138
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(key));
169
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(section));
174
throw new ArgumentException(Resources.
Argument_Cannot_Be_Null_Or_Empty
, nameof(key));