5 writes to ExtensionBackchannelFactory
Aspire.Cli.Tests (5)
Commands\ConfigCommandTests.cs (1)
30
options.
ExtensionBackchannelFactory
= sp => new TestExtensionBackchannel();
Commands\RunCommandTests.cs (3)
533
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
603
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
672
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
DotNet\DotNetCliRunnerTests.cs (1)
503
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel
1 reference to ExtensionBackchannelFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
95
services.AddTransient(options.
ExtensionBackchannelFactory
);