67 writes to InteractionServiceFactory
Aspire.Cli.Tests (67)
Commands\AddCommandTests.cs (6)
416options.InteractionServiceFactory = (sp) => 458options.InteractionServiceFactory = (sp) => 552options.InteractionServiceFactory = (sp) => 600options.InteractionServiceFactory = (sp) => 648options.InteractionServiceFactory = (sp) => 703options.InteractionServiceFactory = _ => new TestConsoleInteractionService()
Commands\BaseCommandTests.cs (1)
27options.InteractionServiceFactory = _ => testInteractionService;
Commands\ConfigCommandTests.cs (1)
29options.InteractionServiceFactory = sp => new TestExtensionInteractionService(sp);
Commands\InitCommandTests.cs (1)
171options.InteractionServiceFactory = (sp) =>
Commands\NewCommandTests.cs (6)
548options.InteractionServiceFactory = (sp) => { 712options.InteractionServiceFactory = (sp) => 841options.InteractionServiceFactory = _ => new TestConsoleInteractionService 906options.InteractionServiceFactory = _ => new TestConsoleInteractionService 1008options.InteractionServiceFactory = _ => new TestConsoleInteractionService 1119options.InteractionServiceFactory = _ => new TestConsoleInteractionService
Commands\RunCommandTests.cs (4)
440options.InteractionServiceFactory = (sp) => 534options.InteractionServiceFactory = extensionInteractionServiceFactory; 604options.InteractionServiceFactory = extensionInteractionServiceFactory; 673options.InteractionServiceFactory = extensionInteractionServiceFactory;
Commands\SdkInstallerTests.cs (6)
41options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 63options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 88options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 128options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 166options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 189options.InteractionServiceFactory = _ => new TestConsoleInteractionService();
Commands\UpdateCommandTests.cs (15)
53options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 183options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 226options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 299options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 364options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 411options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 507options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 574options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 641options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 701options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 779options.InteractionServiceFactory = _ => wrappedService; 824options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 892options.InteractionServiceFactory = _ => wrappedService; 919options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 964options.InteractionServiceFactory = _ => new TestConsoleInteractionService()
DotNet\DotNetCliRunnerTests.cs (1)
491options.InteractionServiceFactory = sp =>
Projects\ProjectUpdaterTests.cs (22)
101config.InteractionServiceFactory = (sp) => 218config.InteractionServiceFactory = (s) => 357config.InteractionServiceFactory = (s) => 510config.InteractionServiceFactory = (s) => 648config.InteractionServiceFactory = (sp) => 753config.InteractionServiceFactory = (sp) => 855config.InteractionServiceFactory = (sp) => 999config.InteractionServiceFactory = (sp) => 1122config.InteractionServiceFactory = (sp) => 1236config.InteractionServiceFactory = (sp) => 1346config.InteractionServiceFactory = (sp) => 1444config.InteractionServiceFactory = (sp) => 1546config.InteractionServiceFactory = (sp) => 1630config.InteractionServiceFactory = (sp) => 1712config.InteractionServiceFactory = (sp) => 1786config.InteractionServiceFactory = (sp) => 1869config.InteractionServiceFactory = (sp) => 1957config.InteractionServiceFactory = (sp) => 2039config.InteractionServiceFactory = (sp) => 2118config.InteractionServiceFactory = (sp) => 2209config.InteractionServiceFactory = (sp) => 2336config.InteractionServiceFactory = (sp) =>
Utils\CliUpdateNotificationServiceTests.cs (4)
44configure.InteractionServiceFactory = (sp) => 99configure.InteractionServiceFactory = (sp) => 154configure.InteractionServiceFactory = (sp) => 205configure.InteractionServiceFactory = (sp) =>
1 reference to InteractionServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
96services.AddSingleton(options.InteractionServiceFactory);