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