1 implementation of PackageSource
NuGet.Commands (1)
RestoreCommand\VulnerabilityInformationProvider.cs (1)
61
public PackageSource
PackageSource
=> _source.PackageSource;
1 reference to PackageSource
NuGet.Commands (1)
RestoreCommand\RestoreCommand.cs (1)
542
error |= CheckDisallowedInsecureHttpSource(vulnerabilityInfoProvider.
PackageSource
, SdkAnalysisLevelMinimums.V10_0_400, reportedSources, warnWhenNotError: false);