9 writes to InteractionServiceFactory
Aspire.Cli.Tests (9)
Commands\AddCommandTests.cs (2)
414options.InteractionServiceFactory = (sp) => 456options.InteractionServiceFactory = (sp) =>
Commands\NewCommandTests.cs (1)
361options.InteractionServiceFactory = (sp) => {
Commands\RunCommandTests.cs (1)
343options.InteractionServiceFactory = (sp) =>
DotNet\DotNetCliRunnerTests.cs (1)
359options.InteractionServiceFactory = sp => new TestExtensionInteractionService(sp)
Utils\CliUpdateNotificationServiceTests.cs (4)
43configure.InteractionServiceFactory = (sp) => 98configure.InteractionServiceFactory = (sp) => 153configure.InteractionServiceFactory = (sp) => 204configure.InteractionServiceFactory = (sp) =>
1 reference to InteractionServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
73services.AddSingleton(options.InteractionServiceFactory);