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