1 write to SkippedPackageCount
aspire-managed (1)
NuGet\Commands\NuGetPackageAssetResolver.cs (1)
101
SkippedPackageCount
= skippedCount,
4 references to SkippedPackageCount
aspire-managed (4)
NuGet\Commands\LayoutCommand.cs (2)
118
if (resolution.
SkippedPackageCount
> 0 && verbose)
120
Console.WriteLine(string.Format(CultureInfo.InvariantCulture, " ({0} packages skipped - not found in cache)", resolution.
SkippedPackageCount
));
NuGet\Commands\ManifestCommand.cs (2)
109
if (resolution.
SkippedPackageCount
> 0 && verbose)
111
Console.WriteLine(string.Format(CultureInfo.InvariantCulture, " ({0} packages skipped - not found in cache)", resolution.
SkippedPackageCount
));