14 references to Resources
NuGet.Credentials (14)
CredentialResponse.cs (1)
39
throw new ProviderException(
Resources
.ProviderException_InvalidCredentialResponse);
CredentialService.cs (1)
122
throw new ProviderException(
Resources
.ProviderException_MalformedResponse);
PluginCredentialProvider.cs (1)
119
_logger.LogWarning(string.Format(CultureInfo.CurrentCulture,
Resources
.PluginWarning_PluginIsBeingDeprecated, Path, CrossPlatformPluginLink));
PluginException.cs (7)
42
string.Format(CultureInfo.CurrentCulture,
Resources
.PluginException_Exception_Format, path, inner.GetType().Name),
51
string.Format(CultureInfo.CurrentCulture,
Resources
.PluginException_Timeout_Format, path, timeoutMillis));
58
return new PluginException(string.Format(CultureInfo.CurrentCulture,
Resources
.PluginException_NotStarted_Format, path));
65
return new PluginException(string.Format(CultureInfo.CurrentCulture,
Resources
.PluginException_PathNotFound_Format, path,
73
return new PluginException(string.Format(CultureInfo.CurrentCulture,
Resources
.PluginException_Abort_Format, path, message));
84
Resources
.PluginException_UnreadableResponse_Format,
98
Resources
.PluginException_InvalidResponse_Format,
PluginUnexpectedStatusException.cs (1)
63
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 (1)
138
Resources
.SecurePluginWarning_UseInteractiveOption));
SecurePluginCredentialProviderBuilder.cs (1)
50
_logger.LogDebug(string.Format(CultureInfo.CurrentCulture,
Resources
.SecurePluginNotice_UsingPluginAsProvider, pluginDiscoveryResult.PluginFile.Path));