67 writes to InteractionServiceFactory
Aspire.Cli.Tests (67)
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\BaseCommandTests.cs (1)
27
options.
InteractionServiceFactory
= _ => testInteractionService;
Commands\ConfigCommandTests.cs (1)
29
options.
InteractionServiceFactory
= sp => new TestExtensionInteractionService(sp);
Commands\InitCommandTests.cs (1)
171
options.
InteractionServiceFactory
= (sp) =>
Commands\NewCommandTests.cs (6)
548
options.
InteractionServiceFactory
= (sp) => {
712
options.
InteractionServiceFactory
= (sp) =>
841
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService
906
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService
1008
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService
1119
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService
Commands\RunCommandTests.cs (4)
440
options.
InteractionServiceFactory
= (sp) =>
534
options.
InteractionServiceFactory
= extensionInteractionServiceFactory;
604
options.
InteractionServiceFactory
= extensionInteractionServiceFactory;
673
options.
InteractionServiceFactory
= extensionInteractionServiceFactory;
Commands\SdkInstallerTests.cs (6)
41
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
63
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
88
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
128
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
166
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
189
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
Commands\UpdateCommandTests.cs (15)
53
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
183
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
226
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
299
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
364
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
411
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
507
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
574
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
641
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
701
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
779
options.
InteractionServiceFactory
= _ => wrappedService;
824
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
892
options.
InteractionServiceFactory
= _ => wrappedService;
919
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
964
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService()
DotNet\DotNetCliRunnerTests.cs (1)
491
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
);