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