9 writes to InteractionServiceFactory
Aspire.Cli.Tests (9)
Commands\AddCommandTests.cs (2)
572options.InteractionServiceFactory = (sp) => 614options.InteractionServiceFactory = (sp) =>
Commands\NewCommandTests.cs (1)
494options.InteractionServiceFactory = (sp) => {
Commands\RunCommandTests.cs (1)
343options.InteractionServiceFactory = (sp) =>
DotNet\DotNetCliRunnerTests.cs (1)
336options.InteractionServiceFactory = sp => new TestExtensionInteractionService(sp)
Utils\CliUpdateNotificationServiceTests.cs (4)
43configure.InteractionServiceFactory = (sp) => 97configure.InteractionServiceFactory = (sp) => 151configure.InteractionServiceFactory = (sp) => 201configure.InteractionServiceFactory = (sp) =>
1 reference to InteractionServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
72services.AddSingleton(options.InteractionServiceFactory);