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