79 references to ArgumentCannotBeNullOrEmpty
NuGet.Protocol (79)
LocalRepositories\LocalV2FindPackageByIdResource.cs (4)
81
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
144
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
224
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
366
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
LocalRepositories\LocalV3FindPackageByIdResource.cs (4)
117
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
178
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
270
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
408
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
Plugins\InboundRequestContext.cs (1)
76
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(requestId));
Plugins\JsonSerializationUtilities.cs (1)
52
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(json));
Plugins\Logging\PluginLogger.cs (1)
87
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(message));
Plugins\Logging\PluginLogMessage.cs (1)
27
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(type));
Plugins\Messages\CopyFilesInPackageRequest.cs (5)
76
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageSourceRepository));
81
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageId));
86
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageVersion));
91
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(filesInPackage));
96
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(destinationFolderPath));
Plugins\Messages\CopyFilesInPackageResponse.cs (1)
55
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(copiedFiles));
Plugins\Messages\CopyNupkgFileRequest.cs (4)
64
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageSourceRepository));
69
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageId));
74
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageVersion));
79
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(destinationFilePath));
Plugins\Messages\Fault.cs (1)
33
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(message));
Plugins\Messages\GetCredentialsRequest.cs (1)
40
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageSourceRepository));
Plugins\Messages\GetFilesInPackageRequest.cs (3)
54
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageSourceRepository));
59
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageId));
64
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageVersion));
Plugins\Messages\GetFilesInPackageResponse.cs (1)
55
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(files));
Plugins\Messages\GetPackageHashRequest.cs (4)
64
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageSourceRepository));
69
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageId));
74
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageVersion));
79
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(hashAlgorithm));
Plugins\Messages\GetPackageHashResponse.cs (1)
52
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(hash));
Plugins\Messages\GetPackageVersionsRequest.cs (2)
44
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageSourceRepository));
49
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageId));
Plugins\Messages\GetPackageVersionsResponse.cs (1)
55
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(versions));
Plugins\Messages\GetServiceIndexRequest.cs (1)
31
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageSourceRepository));
Plugins\Messages\HandshakeResponse.cs (1)
61
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(protocolVersion));
Plugins\Messages\InitializeRequest.cs (2)
52
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(clientVersion));
57
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(culture));
Plugins\Messages\LogRequest.cs (1)
54
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(message));
Plugins\Messages\Message.cs (1)
70
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(requestId));
Plugins\Messages\PrefetchPackageRequest.cs (3)
54
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageSourceRepository));
59
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageId));
64
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageVersion));
Plugins\Messages\Progress.cs (1)
28
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(percentage));
Plugins\Messages\SetCredentialsRequest.cs (1)
59
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageSourceRepository));
Plugins\MessageUtilities.cs (2)
32
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(requestId));
59
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(requestId));
Plugins\Plugin.cs (1)
94
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(filePath));
Plugins\PluginCreationResult.cs (1)
82
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(message));
Plugins\PluginFactory.cs (1)
129
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(pluginFile.Path));
Plugins\PluginFile.cs (1)
40
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(filePath));
Plugins\PluginMulticlientUtilities.cs (1)
48
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(key));
Plugins\PluginPackageDownloader.cs (3)
105
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageSourceRepository));
150
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(destinationFilePath));
191
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(hashAlgorithm));
Plugins\PluginPackageReader.cs (4)
65
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(packageSourceRepository));
103
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(path));
253
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(destination));
922
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(nupkgFilePath));
RemotePackageArchiveDownloader.cs (2)
160
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(destinationFilePath));
226
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(hashAlgorithm));
RemoteRepositories\HttpFileSystemBasedFindPackageByIdResource.cs (4)
117
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
177
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
259
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
389
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
RemoteRepositories\PluginFindPackageByIdResource.cs (3)
180
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
247
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
342
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
RemoteRepositories\RemoteV2FindPackageByIdResource.cs (4)
105
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
165
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
245
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
390
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
RemoteRepositories\RemoteV3FindPackageByIdResource.cs (4)
96
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
156
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
235
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
380
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));
Resources\RegistrationResourceV3.cs (1)
71
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(id));