6 references to Error_HttpSource_Single
NuGet.Commands (6)
CommandRunners\DeleteRunner.cs (1)
37
throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_HttpSource_Single
, "delete", packageSource.Source));
CommandRunners\PushRunner.cs (1)
89
throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_HttpSource_Single
, "push", packageSource.Source));
ListCommand\ListCommandRunner.cs (1)
90
Strings.
Error_HttpSource_Single
,
RestoreCommand\RestoreCommand.cs (1)
538
string.Format(CultureInfo.CurrentCulture, Strings.
Error_HttpSource_Single
, "restore", source.Source)));
SourcesCommands\SourceRunners.cs (2)
290
throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_HttpSource_Single
, "update source", args.Source));
384
throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_HttpSource_Single
, "enable source", packageSource.Source));