1 write to OnGetConfiguration
Aspire.Cli.Tests (1)
Projects\AppHostServerProjectTests.cs (1)
242OnGetConfiguration = key => key == "channel" ? "pr-old" : null
1 reference to OnGetConfiguration
Aspire.Cli.Tests (1)
TestServices\TestConfigurationService.cs (1)
46var result = OnGetConfiguration?.Invoke(key);