2 writes to ExtensionBackchannelFactory
Aspire.Cli.Tests (2)
Commands\RunCommandTests.cs (1)
483
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
DotNet\DotNetCliRunnerTests.cs (1)
529
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel
1 reference to ExtensionBackchannelFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
76
services.AddTransient(options.
ExtensionBackchannelFactory
);