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