15 references to Resources
NuGet.Credentials (15)
CredentialResponse.cs (1)
37throw new ProviderException(Resources.ProviderException_InvalidCredentialResponse);
CredentialService.cs (1)
122throw new ProviderException(Resources.ProviderException_MalformedResponse);
PluginCredentialProvider.cs (1)
123_logger.LogWarning(string.Format(CultureInfo.CurrentCulture, Resources.PluginWarning_PluginIsBeingDeprecated, Path, CrossPlatformPluginLink));
PluginException.cs (7)
64string.Format(CultureInfo.CurrentCulture, Resources.PluginException_Exception_Format, path, inner.GetType().Name), 82string.Format(CultureInfo.CurrentCulture, Resources.PluginException_Timeout_Format, path, timeoutMillis)); 97return new PluginException(string.Format(CultureInfo.CurrentCulture, Resources.PluginException_NotStarted_Format, path)); 119return new PluginException(string.Format(CultureInfo.CurrentCulture, Resources.PluginException_PathNotFound_Format, path, 136return new PluginException(string.Format(CultureInfo.CurrentCulture, Resources.PluginException_Abort_Format, path, message)); 156Resources.PluginException_UnreadableResponse_Format, 185Resources.PluginException_InvalidResponse_Format,
PluginUnexpectedStatusException.cs (1)
66string.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 (2)
168Resources.SecurePluginException_ConnectionClosed, 177Resources.SecurePluginWarning_UseInteractiveOption));
SecurePluginCredentialProviderBuilder.cs (1)
48_logger.LogDebug(string.Format(CultureInfo.CurrentCulture, Resources.SecurePluginNotice_UsingPluginAsProvider, pluginDiscoveryResult.PluginFile.Path));