3 references to BuildHttpSourceErrorMessage
NuGet.CommandLine.XPlat (3)
Commands\Package\Download\PackageDownloadRunner.cs (1)
363logger.LogError(HttpSourcesUtility.BuildHttpSourceErrorMessage(insecureSources, "package download"));
Commands\PackageReferenceCommands\ListPackage\ListPackageCommandRunner.cs (1)
148projectModel.AddProjectInformation(ProblemType.Error, HttpSourcesUtility.BuildHttpSourceErrorMessage(httpSources, "list package"));
Commands\PackageSearch\PackageSearchRunner.cs (1)
64packageSearchResultRenderer.Add(new PackageSearchProblem(PackageSearchProblemType.Error, HttpSourcesUtility.BuildHttpSourceErrorMessage(httpSources, "search")));