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