2 writes to OnGetConfigurationFromDirectory
Aspire.Cli.Tests (2)
Commands\InitCommandTests.cs (1)
1484OnGetConfigurationFromDirectory = (key, _) =>
Commands\NewCommandChannelResolutionTests.cs (1)
54OnGetConfigurationFromDirectory = (key, _) =>
2 references to OnGetConfigurationFromDirectory
Aspire.Cli.Tests (2)
TestServices\TestConfigurationService.cs (2)
54var result = OnGetConfigurationFromDirectory is not null 55? OnGetConfigurationFromDirectory.Invoke(key, startDirectory)