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