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)
60await service.SetConfigurationAsync("channel", "daily", isGlobal: false); 83await service.SetConfigurationAsync("features.polyglotSupportEnabled", "true", isGlobal: false); 105await service.SetConfigurationAsync("channel", "daily", isGlobal: false); 125await service.SetConfigurationAsync("channel", "staging", isGlobal: false); 139await service.SetConfigurationAsync("channel", "daily", isGlobal: false); 222await service.SetConfigurationAsync("appHost.path", "MyApp/MyApp.csproj", isGlobal: false);