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)
55await service.SetConfigurationAsync("channel", "daily", isGlobal: false); 78await service.SetConfigurationAsync("features.polyglotSupportEnabled", "true", isGlobal: false); 100await service.SetConfigurationAsync("channel", "daily", isGlobal: false); 117await service.SetConfigurationAsync("channel", "staging", isGlobal: false); 131await service.SetConfigurationAsync("channel", "daily", isGlobal: false); 292await service.SetConfigurationAsync("appHost.path", "MyApp/MyApp.csproj", isGlobal: false); 306await service.SetConfigurationAsync("features.polyglotSupportEnabled", "true", isGlobal: false); 330await service.SetConfigurationAsync("channel", "true", isGlobal: false); 351await service.SetConfigurationAsync("channel", "daily", isGlobal: false);