28 writes to InteractionServiceFactory
Aspire.Cli.Tests (28)
Commands\AddCommandTests.cs (2)
414
options.
InteractionServiceFactory
= (sp) =>
456
options.
InteractionServiceFactory
= (sp) =>
Commands\ConfigCommandTests.cs (1)
28
options.
InteractionServiceFactory
= sp => new TestExtensionInteractionService(sp);
Commands\NewCommandTests.cs (2)
367
options.
InteractionServiceFactory
= (sp) => {
531
options.
InteractionServiceFactory
= (sp) =>
Commands\RunCommandTests.cs (2)
393
options.
InteractionServiceFactory
= (sp) =>
484
options.
InteractionServiceFactory
= extensionInteractionServiceFactory;
Commands\UpdateCommandTests.cs (1)
45
options.
InteractionServiceFactory
= _ => new TestConsoleInteractionService();
DotNet\DotNetCliRunnerTests.cs (1)
521
options.
InteractionServiceFactory
= sp => new TestExtensionInteractionService(sp)
Projects\ProjectUpdaterTests.cs (15)
100
config.
InteractionServiceFactory
= (sp) =>
217
config.
InteractionServiceFactory
= (s) =>
362
config.
InteractionServiceFactory
= (s) =>
521
config.
InteractionServiceFactory
= (s) =>
659
config.
InteractionServiceFactory
= (sp) =>
764
config.
InteractionServiceFactory
= (sp) =>
866
config.
InteractionServiceFactory
= (sp) =>
1010
config.
InteractionServiceFactory
= (sp) =>
1133
config.
InteractionServiceFactory
= (sp) =>
1247
config.
InteractionServiceFactory
= (sp) =>
1357
config.
InteractionServiceFactory
= (sp) =>
1455
config.
InteractionServiceFactory
= (sp) =>
1557
config.
InteractionServiceFactory
= (sp) =>
1641
config.
InteractionServiceFactory
= (sp) =>
1723
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)
77
services.AddSingleton(options.
InteractionServiceFactory
);