3 instantiations of TestExtensionInteractionService
Aspire.Cli.Tests (3)
Commands\ConfigCommandTests.cs (1)
28options.InteractionServiceFactory = sp => new TestExtensionInteractionService(sp);
Commands\RunCommandTests.cs (1)
456var extensionInteractionServiceFactory = (IServiceProvider sp) => new TestExtensionInteractionService(sp);
DotNet\DotNetCliRunnerTests.cs (1)
521options.InteractionServiceFactory = sp => new TestExtensionInteractionService(sp)