2 instantiations of TestExtensionInteractionService
Aspire.Cli.Tests (2)
Commands\RunCommandTests.cs (1)
432var extensionInteractionServiceFactory = (IServiceProvider sp) => new TestExtensionInteractionService(sp);
DotNet\DotNetCliRunnerTests.cs (1)
509options.InteractionServiceFactory = sp => new TestExtensionInteractionService(sp)