59 writes to InteractionServiceFactory
Aspire.Cli.Tests (59)
Commands\AddCommandTests.cs (6)
415options.InteractionServiceFactory = (sp) => 457options.InteractionServiceFactory = (sp) => 551options.InteractionServiceFactory = (sp) => 599options.InteractionServiceFactory = (sp) => 647options.InteractionServiceFactory = (sp) => 702options.InteractionServiceFactory = _ => new TestConsoleInteractionService()
Commands\ConfigCommandTests.cs (1)
28options.InteractionServiceFactory = sp => new TestExtensionInteractionService(sp);
Commands\InitCommandTests.cs (1)
170options.InteractionServiceFactory = (sp) =>
Commands\NewCommandTests.cs (2)
529options.InteractionServiceFactory = (sp) => { 693options.InteractionServiceFactory = (sp) =>
Commands\RunCommandTests.cs (3)
386options.InteractionServiceFactory = (sp) => 478options.InteractionServiceFactory = extensionInteractionServiceFactory; 541options.InteractionServiceFactory = extensionInteractionServiceFactory;
Commands\SdkInstallerTests.cs (6)
24options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 46options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 68options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 90options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 112options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 135options.InteractionServiceFactory = _ => new TestConsoleInteractionService();
Commands\UpdateCommandTests.cs (13)
51options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 181options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 224options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 297options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 362options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 409options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 505options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 572options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 639options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 699options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 777options.InteractionServiceFactory = _ => wrappedService; 822options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 890options.InteractionServiceFactory = _ => wrappedService;
DotNet\DotNetCliRunnerTests.cs (1)
521options.InteractionServiceFactory = sp => new TestExtensionInteractionService(sp)
Projects\ProjectUpdaterTests.cs (22)
100config.InteractionServiceFactory = (sp) => 217config.InteractionServiceFactory = (s) => 356config.InteractionServiceFactory = (s) => 509config.InteractionServiceFactory = (s) => 647config.InteractionServiceFactory = (sp) => 752config.InteractionServiceFactory = (sp) => 854config.InteractionServiceFactory = (sp) => 998config.InteractionServiceFactory = (sp) => 1121config.InteractionServiceFactory = (sp) => 1235config.InteractionServiceFactory = (sp) => 1345config.InteractionServiceFactory = (sp) => 1443config.InteractionServiceFactory = (sp) => 1545config.InteractionServiceFactory = (sp) => 1629config.InteractionServiceFactory = (sp) => 1711config.InteractionServiceFactory = (sp) => 1785config.InteractionServiceFactory = (sp) => 1868config.InteractionServiceFactory = (sp) => 1956config.InteractionServiceFactory = (sp) => 2038config.InteractionServiceFactory = (sp) => 2117config.InteractionServiceFactory = (sp) => 2208config.InteractionServiceFactory = (sp) => 2335config.InteractionServiceFactory = (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)
80services.AddSingleton(options.InteractionServiceFactory);