29 writes to ExtensionBackchannelFactory
Aspire.Cli.Tests (29)
Commands\ConfigCommandTests.cs (1)
81
options.
ExtensionBackchannelFactory
= sp => new TestExtensionBackchannel();
Commands\DeployCommandTests.cs (2)
45
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
107
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
Commands\DoCommandTests.cs (1)
44
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
Commands\NewCommandTests.cs (9)
2595
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel
2654
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel
2774
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel
2842
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel
2899
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel
2981
options.
ExtensionBackchannelFactory
= _ => backchannel;
3055
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel
3127
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel
3181
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel
Commands\RootCommandTests.cs (1)
285
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
Commands\RunCommandTests.cs (9)
2102
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
2579
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
2649
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
2718
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
2779
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
2832
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
4327
testOptions.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
4556
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
4632
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
Commands\StartCommandTests.cs (2)
47
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
459
testOptions.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
DotNet\DotNetCliRunnerTests.cs (2)
1003
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel
1054
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel
Projects\DotNetAppHostProjectTests.cs (1)
1619
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
Utils\CliTestHelper.cs (1)
69
testOptions.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
1 reference to ExtensionBackchannelFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
141
services.AddTransient(options.
ExtensionBackchannelFactory
);