3 writes to OnGetConfiguration
Aspire.Cli.Tests (3)
Commands\InitCommandTests.cs (2)
500OnGetConfiguration = key => configuredLanguage && key == "appHost.language" ? KnownLanguageId.TypeScript : null, 1657OnGetConfiguration = key =>
Commands\NewCommandChannelResolutionTests.cs (1)
44OnGetConfiguration = key =>
2 references to OnGetConfiguration
Aspire.Cli.Tests (2)
TestServices\TestConfigurationService.cs (2)
46var result = OnGetConfiguration?.Invoke(key); 56: OnGetConfiguration?.Invoke(key);