15 references to Resources
NuGet.Credentials (15)
CredentialResponse.cs (1)
37
throw new ProviderException(
Resources
.ProviderException_InvalidCredentialResponse);
CredentialService.cs (1)
122
throw new ProviderException(
Resources
.ProviderException_MalformedResponse);
PluginCredentialProvider.cs (1)
123
_logger.LogWarning(string.Format(CultureInfo.CurrentCulture,
Resources
.PluginWarning_PluginIsBeingDeprecated, Path, CrossPlatformPluginLink));
PluginException.cs (7)
64
string.Format(CultureInfo.CurrentCulture,
Resources
.PluginException_Exception_Format, path, inner.GetType().Name),
82
string.Format(CultureInfo.CurrentCulture,
Resources
.PluginException_Timeout_Format, path, timeoutMillis));
97
return new PluginException(string.Format(CultureInfo.CurrentCulture,
Resources
.PluginException_NotStarted_Format, path));
119
return new PluginException(string.Format(CultureInfo.CurrentCulture,
Resources
.PluginException_PathNotFound_Format, path,
136
return new PluginException(string.Format(CultureInfo.CurrentCulture,
Resources
.PluginException_Abort_Format, path, message));
156
Resources
.PluginException_UnreadableResponse_Format,
185
Resources
.PluginException_InvalidResponse_Format,
PluginUnexpectedStatusException.cs (1)
66
string.Format(CultureInfo.CurrentCulture,
Resources
.PluginException_UnexpectedStatus_Format, path, status));
Resources.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NuGet.Credentials.Resources", typeof(
Resources
).Assembly);
SecurePluginCredentialProvider.cs (2)
168
Resources
.SecurePluginException_ConnectionClosed,
177
Resources
.SecurePluginWarning_UseInteractiveOption));
SecurePluginCredentialProviderBuilder.cs (1)
48
_logger.LogDebug(string.Format(CultureInfo.CurrentCulture,
Resources
.SecurePluginNotice_UsingPluginAsProvider, pluginDiscoveryResult.PluginFile.Path));