12 references to NotFound
NuGet.Credentials (2)
SecurePluginCredentialProvider.cs (2)
133
if (credentialResponse.ResponseCode == MessageResponseCode.
NotFound
&& nonInteractive)
217
else if (credentialResponse.ResponseCode == MessageResponseCode.
NotFound
)
NuGet.Protocol (10)
Plugins\PluginPackageReader.cs (4)
305
case MessageResponseCode.
NotFound
:
944
case MessageResponseCode.
NotFound
:
1052
case MessageResponseCode.
NotFound
:
1091
case MessageResponseCode.
NotFound
:
Plugins\RequestHandlers\GetCredentialsRequestHandler.cs (2)
187
resolvedCredential != null ? MessageResponseCode.Success : MessageResponseCode.
NotFound
,
195
MessageResponseCode.
NotFound
,
Plugins\RequestHandlers\GetServiceIndexRequestHandler.cs (1)
136
responsePayload = new GetServiceIndexResponse(MessageResponseCode.
NotFound
, serviceIndexJson: (string?)null);
Plugins\RequestHandlers\MonitorNuGetProcessExitRequestHandler.cs (1)
117
responseCode = MessageResponseCode.
NotFound
;
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
436
case MessageResponseCode.
NotFound
:
Resources\DownloadResourcePlugin.cs (1)
131
if (response.ResponseCode == MessageResponseCode.
NotFound
)