33 writes to ExtensionBackchannelFactory
Aspire.Cli.Tests (33)
Commands\BaseCommandTests.cs (2)
311
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
356
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
Commands\ConfigCommandTests.cs (1)
82
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)
2782
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
3259
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
3329
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
3398
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
3459
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
3512
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
5007
testOptions.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
5236
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
5312
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
Commands\StartCommandTests.cs (2)
48
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
460
testOptions.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
DotNet\DotNetCliRunnerTests.cs (2)
1041
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel
1104
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel
Projects\DotNetAppHostProjectTests.cs (3)
1720
options.
ExtensionBackchannelFactory
= _ => new TestExtensionBackchannel();
2347
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
2396
options.
ExtensionBackchannelFactory
= _ => extensionBackchannel;
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
);