1 write to OnSetConfiguration
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
3427
OnSetConfiguration
= (key, value, isGlobal) => setKeys.Add((key, value, isGlobal)),
1 reference to OnSetConfiguration
Aspire.Cli.Tests (1)
TestServices\TestConfigurationService.cs (1)
19
OnSetConfiguration
?.Invoke(key, value, isGlobal);