67 writes to InteractionServiceFactory
Aspire.Cli.Tests (67)
Commands\AddCommandTests.cs (7)
417
options.
InteractionServiceFactory
= (sp) =>
458
options.
InteractionServiceFactory
= (sp) =>
552
options.
InteractionServiceFactory
= (sp) =>
600
options.
InteractionServiceFactory
= (sp) =>
648
options.
InteractionServiceFactory
= (sp) =>
703
options.
InteractionServiceFactory
= _ => new TestInteractionService()
765
options.
InteractionServiceFactory
= _ => new TestInteractionService()
Commands\BaseCommandTests.cs (1)
27
options.
InteractionServiceFactory
= _ => testInteractionService;
Commands\ConfigCommandTests.cs (1)
29
options.
InteractionServiceFactory
= sp => new TestExtensionInteractionService(sp);
Commands\InitCommandTests.cs (1)
268
options.
InteractionServiceFactory
= (sp) =>
Commands\NewCommandTests.cs (5)
552
options.
InteractionServiceFactory
= (sp) => {
714
options.
InteractionServiceFactory
= (sp) =>
856
options.
InteractionServiceFactory
= _ => new TestInteractionService
1031
options.
InteractionServiceFactory
= _ => new TestInteractionService
1208
options.
InteractionServiceFactory
= _ => new TestInteractionService
Commands\RunCommandTests.cs (4)
446
options.
InteractionServiceFactory
= (sp) => new TestInteractionService();
535
options.
InteractionServiceFactory
= extensionInteractionServiceFactory;
605
options.
InteractionServiceFactory
= extensionInteractionServiceFactory;
674
options.
InteractionServiceFactory
= extensionInteractionServiceFactory;
Commands\SdkInstallerTests.cs (6)
41
options.
InteractionServiceFactory
= _ => new TestInteractionService();
63
options.
InteractionServiceFactory
= _ => new TestInteractionService();
88
options.
InteractionServiceFactory
= _ => new TestInteractionService();
128
options.
InteractionServiceFactory
= _ => new TestInteractionService();
166
options.
InteractionServiceFactory
= _ => new TestInteractionService();
189
options.
InteractionServiceFactory
= _ => new TestInteractionService();
Commands\UpdateCommandTests.cs (15)
54
options.
InteractionServiceFactory
= _ => new TestInteractionService();
184
options.
InteractionServiceFactory
= _ => new TestInteractionService()
227
options.
InteractionServiceFactory
= _ => new TestInteractionService()
300
options.
InteractionServiceFactory
= _ => new TestInteractionService()
365
options.
InteractionServiceFactory
= _ => new TestInteractionService()
412
options.
InteractionServiceFactory
= _ => new TestInteractionService()
508
options.
InteractionServiceFactory
= _ => new TestInteractionService()
575
options.
InteractionServiceFactory
= _ => new TestInteractionService()
641
options.
InteractionServiceFactory
= _ =>
699
options.
InteractionServiceFactory
= _ => new TestInteractionService()
777
options.
InteractionServiceFactory
= _ => wrappedService;
822
options.
InteractionServiceFactory
= _ => new TestInteractionService()
890
options.
InteractionServiceFactory
= _ => wrappedService;
917
options.
InteractionServiceFactory
= _ => new TestInteractionService()
962
options.
InteractionServiceFactory
= _ => new TestInteractionService()
DotNet\DotNetCliRunnerTests.cs (1)
519
options.
InteractionServiceFactory
= sp =>
Projects\ProjectUpdaterTests.cs (22)
101
config.
InteractionServiceFactory
= (sp) =>
218
config.
InteractionServiceFactory
= (s) =>
357
config.
InteractionServiceFactory
= (s) =>
510
config.
InteractionServiceFactory
= (s) =>
648
config.
InteractionServiceFactory
= (sp) =>
753
config.
InteractionServiceFactory
= (sp) =>
855
config.
InteractionServiceFactory
= (sp) =>
999
config.
InteractionServiceFactory
= (sp) =>
1122
config.
InteractionServiceFactory
= (sp) =>
1236
config.
InteractionServiceFactory
= (sp) =>
1346
config.
InteractionServiceFactory
= (sp) =>
1444
config.
InteractionServiceFactory
= (sp) =>
1546
config.
InteractionServiceFactory
= (sp) =>
1630
config.
InteractionServiceFactory
= (sp) =>
1712
config.
InteractionServiceFactory
= (sp) =>
1786
config.
InteractionServiceFactory
= (sp) =>
1869
config.
InteractionServiceFactory
= (sp) =>
1957
config.
InteractionServiceFactory
= (sp) =>
2039
config.
InteractionServiceFactory
= (sp) =>
2118
config.
InteractionServiceFactory
= (sp) =>
2209
config.
InteractionServiceFactory
= (sp) =>
2336
config.
InteractionServiceFactory
= (sp) =>
Utils\CliUpdateNotificationServiceTests.cs (4)
44
configure.
InteractionServiceFactory
= (sp) =>
99
configure.
InteractionServiceFactory
= (sp) =>
154
configure.
InteractionServiceFactory
= (sp) =>
205
configure.
InteractionServiceFactory
= (sp) =>
1 reference to InteractionServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
96
services.AddSingleton(options.
InteractionServiceFactory
);