18 references to UserSettings_UnableToParseConfigFile
NuGet.Configuration (18)
Settings\Items\CertificateItem.cs (1)
84
throw new NuGetConfigurationException(string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
,
Settings\Items\CredentialsItem.cs (5)
156
throw new NuGetConfigurationException(string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
, Resources.Error_MoreThanOneUsername, origin.ConfigFilePath));
165
throw new NuGetConfigurationException(string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
, Resources.Error_MoreThanOnePassword, origin.ConfigFilePath));
175
throw new NuGetConfigurationException(string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
, Resources.Error_MoreThanOnePassword, origin.ConfigFilePath));
185
throw new NuGetConfigurationException(string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
, Resources.Error_MoreThanOneValidAuthenticationTypes, origin.ConfigFilePath));
194
throw new NuGetConfigurationException(string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
, Resources.CredentialsItemMustHaveUsernamePassword, origin.ConfigFilePath));
Settings\Items\FileClientCertItem.cs (2)
63
Resources.
UserSettings_UnableToParseConfigFile
,
71
Resources.
UserSettings_UnableToParseConfigFile
,
Settings\Items\OwnersItem.cs (1)
47
string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
, Resources.OwnersMustOnlyHaveContent, origin.ConfigFilePath));
Settings\Items\RepositoryItem.cs (1)
74
string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
,
Settings\Items\TrustedSignerItem.cs (2)
64
string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
, Resources.TrustedSignerMustHaveCertificates, origin.ConfigFilePath));
78
string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
, Resources.TrustedSignerMustHaveCertificates, origin.ConfigFilePath));
Settings\SettingElement.cs (5)
240
throw new NuGetConfigurationException(string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
,
249
throw new NuGetConfigurationException(string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
,
263
throw new NuGetConfigurationException(string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
,
277
throw new NuGetConfigurationException(string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
,
291
throw new NuGetConfigurationException(string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
,
Settings\SettingText.cs (1)
78
throw new NuGetConfigurationException(string.Format(CultureInfo.CurrentCulture, Resources.
UserSettings_UnableToParseConfigFile
, Resources.TextShouldNotBeEmpty, origin.ConfigFilePath));