14 references to Resources
NuGet.Credentials (14)
CredentialResponse.cs (1)
39throw new ProviderException(Resources.ProviderException_InvalidCredentialResponse);
CredentialService.cs (1)
122throw new ProviderException(Resources.ProviderException_MalformedResponse);
PluginCredentialProvider.cs (1)
119_logger.LogWarning(string.Format(CultureInfo.CurrentCulture, Resources.PluginWarning_PluginIsBeingDeprecated, Path, CrossPlatformPluginLink));
PluginException.cs (7)
42string.Format(CultureInfo.CurrentCulture, Resources.PluginException_Exception_Format, path, inner.GetType().Name), 51string.Format(CultureInfo.CurrentCulture, Resources.PluginException_Timeout_Format, path, timeoutMillis)); 58return new PluginException(string.Format(CultureInfo.CurrentCulture, Resources.PluginException_NotStarted_Format, path)); 65return new PluginException(string.Format(CultureInfo.CurrentCulture, Resources.PluginException_PathNotFound_Format, path, 73return new PluginException(string.Format(CultureInfo.CurrentCulture, Resources.PluginException_Abort_Format, path, message)); 84Resources.PluginException_UnreadableResponse_Format, 98Resources.PluginException_InvalidResponse_Format,
PluginUnexpectedStatusException.cs (1)
63string.Format(CultureInfo.CurrentCulture, Resources.PluginException_UnexpectedStatus_Format, path, status));
Resources.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NuGet.Credentials.Resources", typeof(Resources).Assembly);
SecurePluginCredentialProvider.cs (1)
138Resources.SecurePluginWarning_UseInteractiveOption));
SecurePluginCredentialProviderBuilder.cs (1)
50_logger.LogDebug(string.Format(CultureInfo.CurrentCulture, Resources.SecurePluginNotice_UsingPluginAsProvider, pluginDiscoveryResult.PluginFile.Path));