2 implementations of GetManifestPackageDownloadsAsync
dotnet (1)
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
266public async Task<IEnumerable<WorkloadDownload>> GetManifestPackageDownloadsAsync(bool includePreviews, SdkFeatureBand providedSdkFeatureBand, SdkFeatureBand installedSdkFeatureBand)
dotnet.Tests (1)
CommandTests\Workload\Install\MockWorkloadManifestUpdater.cs (1)
59public Task<IEnumerable<WorkloadDownload>> GetManifestPackageDownloadsAsync(bool includePreviews, SdkFeatureBand providedSdkFeatureBand, SdkFeatureBand installedSdkFeatureBand)
1 reference to GetManifestPackageDownloadsAsync
dotnet (1)
Commands\Workload\InstallingWorkloadCommand.cs (1)
384var manifestDownloads = await _workloadManifestUpdater.GetManifestPackageDownloadsAsync(includePreview, new SdkFeatureBand(_targetSdkVersion), _sdkFeatureBand);