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