Implemented interface member:
method
SetConfigurationAsync
Aspire.Cli.Configuration.IConfigurationService.SetConfigurationAsync(System.String, System.String, System.Boolean, System.Threading.CancellationToken)
9 references to SetConfigurationAsync
Aspire.Cli.Tests (9)
Configuration\ConfigurationServiceTests.cs (9)
55
await service.
SetConfigurationAsync
("channel", "daily", isGlobal: false);
78
await service.
SetConfigurationAsync
("features.polyglotSupportEnabled", "true", isGlobal: false);
100
await service.
SetConfigurationAsync
("channel", "daily", isGlobal: false);
117
await service.
SetConfigurationAsync
("channel", "staging", isGlobal: false);
131
await service.
SetConfigurationAsync
("channel", "daily", isGlobal: false);
292
await service.
SetConfigurationAsync
("appHost.path", "MyApp/MyApp.csproj", isGlobal: false);
306
await service.
SetConfigurationAsync
("features.polyglotSupportEnabled", "true", isGlobal: false);
330
await service.
SetConfigurationAsync
("channel", "true", isGlobal: false);
351
await service.
SetConfigurationAsync
("channel", "daily", isGlobal: false);