1 implementation of GetManifestPackageDownloadsAsync
dotnet (1)
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
277public async Task<IEnumerable<WorkloadDownload>> GetManifestPackageDownloadsAsync(bool includePreviews, SdkFeatureBand providedSdkFeatureBand, SdkFeatureBand installedSdkFeatureBand)
1 reference to GetManifestPackageDownloadsAsync
dotnet (1)
Commands\Workload\InstallingWorkloadCommand.cs (1)
381var manifestDownloads = await _workloadManifestUpdater.GetManifestPackageDownloadsAsync(includePreview, new SdkFeatureBand(_targetSdkVersion), _sdkFeatureBand);