9 writes to InteractionServiceFactory
Aspire.Cli.Tests (9)
Commands\AddCommandTests.cs (2)
414
options.
InteractionServiceFactory
= (sp) =>
456
options.
InteractionServiceFactory
= (sp) =>
Commands\NewCommandTests.cs (1)
361
options.
InteractionServiceFactory
= (sp) => {
Commands\RunCommandTests.cs (1)
343
options.
InteractionServiceFactory
= (sp) =>
DotNet\DotNetCliRunnerTests.cs (1)
359
options.
InteractionServiceFactory
= sp => new TestExtensionInteractionService(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)
73
services.AddSingleton(options.
InteractionServiceFactory
);