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