2 writes to InteractionServiceFactory
Aspire.Cli.Tests (2)
Commands\AddCommandTests.cs (1)
550
options.
InteractionServiceFactory
= (sp) => {
Commands\NewCommandTests.cs (1)
483
options.
InteractionServiceFactory
= (sp) => {
1 reference to InteractionServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
39
services.AddSingleton(options.
InteractionServiceFactory
);