Implemented interface member:
method
UpdateAdvertisingManifestsAsync
Microsoft.DotNet.Cli.Commands.Workload.Install.IWorkloadManifestUpdater.UpdateAdvertisingManifestsAsync(System.Boolean, System.Boolean, Microsoft.Extensions.EnvironmentAbstractions.DirectoryPath?)
9 references to UpdateAdvertisingManifestsAsync
dotnet (1)
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
115await UpdateAdvertisingManifestsAsync(false, ShouldUseWorkloadSetMode(_sdkFeatureBand, _userProfileDir));
dotnet.Tests (8)
CommandTests\Workload\Install\GivenWorkloadManifestUpdater.cs (8)
39await manifestUpdater.UpdateAdvertisingManifestsAsync(true); 253await manifestUpdater.UpdateAdvertisingManifestsAsync(includePreviews: true, offlineCache: new DirectoryPath(offlineCacheDir)); 259await manifestUpdater.UpdateAdvertisingManifestsAsync(includePreviews: true); 329await manifestUpdater.UpdateAdvertisingManifestsAsync(includePreviews: true, offlineCache: new DirectoryPath(offlineCacheDir)); 336await manifestUpdater.UpdateAdvertisingManifestsAsync(includePreviews: true); 395await manifestUpdater.UpdateAdvertisingManifestsAsync(includePreviews: true, offlineCache: new DirectoryPath(offlineCacheDir)); 401await manifestUpdater.UpdateAdvertisingManifestsAsync(includePreviews: true); 568await manifestUpdater.UpdateAdvertisingManifestsAsync(false, false, new DirectoryPath(offlineCache));