60 writes to InteractionServiceFactory
Aspire.Cli.Tests (60)
Commands\AddCommandTests.cs (6)
416
options.
InteractionServiceFactory
= (sp) =>
458
options.
InteractionServiceFactory
= (sp) =>
552
options.
InteractionServiceFactory
= (sp) =>
600
options.
InteractionServiceFactory
= (sp) =>
648
options.
InteractionServiceFactory
= (sp) =>
703
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
Commands\ConfigCommandTests.cs (1)
29
options.
InteractionServiceFactory
= sp => new TestExtensionInteractionService(sp);
Commands\InitCommandTests.cs (1)
171
options.
InteractionServiceFactory
= (sp) =>
Commands\NewCommandTests.cs (2)
521
options.
InteractionServiceFactory
= (sp) => {
685
options.
InteractionServiceFactory
= (sp) =>
Commands\RunCommandTests.cs (4)
361
options.
InteractionServiceFactory
= (sp) =>
455
options.
InteractionServiceFactory
= extensionInteractionServiceFactory;
525
options.
InteractionServiceFactory
= extensionInteractionServiceFactory;
594
options.
InteractionServiceFactory
= extensionInteractionServiceFactory;
Commands\SdkInstallerTests.cs (6)
41
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
63
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
88
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
126
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
164
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
187
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
Commands\UpdateCommandTests.cs (13)
52
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
182
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
225
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
298
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
363
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
410
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
506
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
573
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
640
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
700
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
778
options.
InteractionServiceFactory
= _ => wrappedService;
823
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
891
options.
InteractionServiceFactory
= _ => wrappedService;
DotNet\DotNetCliRunnerTests.cs (1)
426
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)
94
services.AddSingleton(options.
InteractionServiceFactory
);