9 writes to InteractionServiceFactory
Aspire.Cli.Tests (9)
Commands\AddCommandTests.cs (2)
572
options.
InteractionServiceFactory
= (sp) =>
614
options.
InteractionServiceFactory
= (sp) =>
Commands\NewCommandTests.cs (1)
494
options.
InteractionServiceFactory
= (sp) => {
Commands\RunCommandTests.cs (1)
343
options.
InteractionServiceFactory
= (sp) =>
DotNet\DotNetCliRunnerTests.cs (1)
336
options.
InteractionServiceFactory
= sp => new TestExtensionInteractionService(sp)
Utils\CliUpdateNotificationServiceTests.cs (4)
43
configure.
InteractionServiceFactory
= (sp) =>
97
configure.
InteractionServiceFactory
= (sp) =>
151
configure.
InteractionServiceFactory
= (sp) =>
201
configure.
InteractionServiceFactory
= (sp) =>
1 reference to InteractionServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
72
services.AddSingleton(options.
InteractionServiceFactory
);