59 writes to InteractionServiceFactory
Aspire.Cli.Tests (59)
Commands\AddCommandTests.cs (6)
415
options.
InteractionServiceFactory
= (sp) =>
457
options.
InteractionServiceFactory
= (sp) =>
551
options.
InteractionServiceFactory
= (sp) =>
599
options.
InteractionServiceFactory
= (sp) =>
647
options.
InteractionServiceFactory
= (sp) =>
702
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
Commands\ConfigCommandTests.cs (1)
28
options.
InteractionServiceFactory
= sp => new TestExtensionInteractionService(sp);
Commands\InitCommandTests.cs (1)
170
options.
InteractionServiceFactory
= (sp) =>
Commands\NewCommandTests.cs (2)
529
options.
InteractionServiceFactory
= (sp) => {
693
options.
InteractionServiceFactory
= (sp) =>
Commands\RunCommandTests.cs (3)
386
options.
InteractionServiceFactory
= (sp) =>
478
options.
InteractionServiceFactory
= extensionInteractionServiceFactory;
541
options.
InteractionServiceFactory
= extensionInteractionServiceFactory;
Commands\SdkInstallerTests.cs (6)
24
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
46
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
68
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
90
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
112
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
135
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
Commands\UpdateCommandTests.cs (13)
51
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
181
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
224
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
297
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
362
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
409
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
505
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
572
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
639
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
699
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
777
options.
InteractionServiceFactory
= _ => wrappedService;
822
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
890
options.
InteractionServiceFactory
= _ => wrappedService;
DotNet\DotNetCliRunnerTests.cs (1)
521
options.
InteractionServiceFactory
= sp => new TestExtensionInteractionService(sp)
Projects\ProjectUpdaterTests.cs (22)
100
config.
InteractionServiceFactory
= (sp) =>
217
config.
InteractionServiceFactory
= (s) =>
356
config.
InteractionServiceFactory
= (s) =>
509
config.
InteractionServiceFactory
= (s) =>
647
config.
InteractionServiceFactory
= (sp) =>
752
config.
InteractionServiceFactory
= (sp) =>
854
config.
InteractionServiceFactory
= (sp) =>
998
config.
InteractionServiceFactory
= (sp) =>
1121
config.
InteractionServiceFactory
= (sp) =>
1235
config.
InteractionServiceFactory
= (sp) =>
1345
config.
InteractionServiceFactory
= (sp) =>
1443
config.
InteractionServiceFactory
= (sp) =>
1545
config.
InteractionServiceFactory
= (sp) =>
1629
config.
InteractionServiceFactory
= (sp) =>
1711
config.
InteractionServiceFactory
= (sp) =>
1785
config.
InteractionServiceFactory
= (sp) =>
1868
config.
InteractionServiceFactory
= (sp) =>
1956
config.
InteractionServiceFactory
= (sp) =>
2038
config.
InteractionServiceFactory
= (sp) =>
2117
config.
InteractionServiceFactory
= (sp) =>
2208
config.
InteractionServiceFactory
= (sp) =>
2335
config.
InteractionServiceFactory
= (sp) =>
Utils\CliUpdateNotificationServiceTests.cs (4)
43
configure.
InteractionServiceFactory
= (sp) =>
98
configure.
InteractionServiceFactory
= (sp) =>
153
configure.
InteractionServiceFactory
= (sp) =>
204
configure.
InteractionServiceFactory
= (sp) =>
1 reference to InteractionServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
80
services.AddSingleton(options.
InteractionServiceFactory
);