4 references to GetDisallowedInsecureHttpSources
NuGet.CommandLine.XPlat (4)
Commands\Package\Download\PackageDownloadRunner.cs (1)
360
var insecureSources = HttpSourcesUtility.
GetDisallowedInsecureHttpSources
([.. packageSources]);
Commands\PackageReferenceCommands\ListPackage\ListPackageCommandRunner.cs (2)
143
List<PackageSource> httpSources = HttpSourcesUtility.
GetDisallowedInsecureHttpSources
(listPackageArgs.PackageSources);
144
httpSources.AddRange(HttpSourcesUtility.
GetDisallowedInsecureHttpSources
(listPackageArgs.AuditSources));
Commands\PackageSearch\PackageSearchRunner.cs (1)
60
List<PackageSource> httpSources = HttpSourcesUtility.
GetDisallowedInsecureHttpSources
(listEndpoints.ToList());