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)
115
await
UpdateAdvertisingManifestsAsync
(false, ShouldUseWorkloadSetMode(_sdkFeatureBand, _userProfileDir));
dotnet.Tests (8)
CommandTests\Workload\Install\GivenWorkloadManifestUpdater.cs (8)
39
await manifestUpdater.
UpdateAdvertisingManifestsAsync
(true);
253
await manifestUpdater.
UpdateAdvertisingManifestsAsync
(includePreviews: true, offlineCache: new DirectoryPath(offlineCacheDir));
259
await manifestUpdater.
UpdateAdvertisingManifestsAsync
(includePreviews: true);
329
await manifestUpdater.
UpdateAdvertisingManifestsAsync
(includePreviews: true, offlineCache: new DirectoryPath(offlineCacheDir));
336
await manifestUpdater.
UpdateAdvertisingManifestsAsync
(includePreviews: true);
395
await manifestUpdater.
UpdateAdvertisingManifestsAsync
(includePreviews: true, offlineCache: new DirectoryPath(offlineCacheDir));
401
await manifestUpdater.
UpdateAdvertisingManifestsAsync
(includePreviews: true);
568
await manifestUpdater.
UpdateAdvertisingManifestsAsync
(false, false, new DirectoryPath(offlineCache));