Implemented interface member:
method
SetConfigurationAsync
Aspire.Cli.Configuration.IConfigurationService.SetConfigurationAsync(System.String, System.String, System.Boolean, System.Threading.CancellationToken)
6 references to SetConfigurationAsync
Aspire.Cli.Tests (6)
Configuration\ConfigurationServiceTests.cs (6)
60
await service.
SetConfigurationAsync
("channel", "daily", isGlobal: false);
83
await service.
SetConfigurationAsync
("features.polyglotSupportEnabled", "true", isGlobal: false);
105
await service.
SetConfigurationAsync
("channel", "daily", isGlobal: false);
125
await service.
SetConfigurationAsync
("channel", "staging", isGlobal: false);
139
await service.
SetConfigurationAsync
("channel", "daily", isGlobal: false);
222
await service.
SetConfigurationAsync
("appHost.path", "MyApp/MyApp.csproj", isGlobal: false);