2 writes to OnSetConfiguration
Aspire.Cli.Tests (2)
Commands\InitCommandTests.cs (1)
501OnSetConfiguration = (_, _, _) => throw new InvalidOperationException("Rejected initialization must not persist language selection.")
Commands\UpdateCommandTests.cs (1)
3432OnSetConfiguration = (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);