60 writes to InteractionServiceFactory
Aspire.Cli.Tests (60)
Commands\AddCommandTests.cs (6)
416options.InteractionServiceFactory = (sp) => 458options.InteractionServiceFactory = (sp) => 552options.InteractionServiceFactory = (sp) => 600options.InteractionServiceFactory = (sp) => 648options.InteractionServiceFactory = (sp) => 703options.InteractionServiceFactory = _ => new TestConsoleInteractionService()
Commands\ConfigCommandTests.cs (1)
29options.InteractionServiceFactory = sp => new TestExtensionInteractionService(sp);
Commands\InitCommandTests.cs (1)
171options.InteractionServiceFactory = (sp) =>
Commands\NewCommandTests.cs (2)
521options.InteractionServiceFactory = (sp) => { 685options.InteractionServiceFactory = (sp) =>
Commands\RunCommandTests.cs (4)
361options.InteractionServiceFactory = (sp) => 455options.InteractionServiceFactory = extensionInteractionServiceFactory; 525options.InteractionServiceFactory = extensionInteractionServiceFactory; 594options.InteractionServiceFactory = extensionInteractionServiceFactory;
Commands\SdkInstallerTests.cs (6)
41options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 63options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 88options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 126options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 164options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 187options.InteractionServiceFactory = _ => new TestConsoleInteractionService();
Commands\UpdateCommandTests.cs (13)
52options.InteractionServiceFactory = _ => new TestConsoleInteractionService(); 182options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 225options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 298options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 363options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 410options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 506options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 573options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 640options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 700options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 778options.InteractionServiceFactory = _ => wrappedService; 823options.InteractionServiceFactory = _ => new TestConsoleInteractionService() 891options.InteractionServiceFactory = _ => wrappedService;
DotNet\DotNetCliRunnerTests.cs (1)
426options.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)
94services.AddSingleton(options.InteractionServiceFactory);