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