7 references to ExtensionInteractionService
aspire (1)
Program.cs (1)
1446
return new
ExtensionInteractionService
(consoleInteractionService,
Aspire.Cli.Tests (6)
Commands\NewCommandTests.cs (1)
2992
return new
ExtensionInteractionService
(
Commands\RunCommandTests.cs (1)
3523
return new
ExtensionInteractionService
(consoleInteractionService, extensionBackchannel, extensionPromptEnabled: false, logger: NullLogger<ExtensionInteractionService>.Instance);
Interaction\ExtensionInteractionServiceTests.cs (4)
44
var extensionInteractionService = new
ExtensionInteractionService
(
298
using var extensionInteractionService = new
ExtensionInteractionService
(
470
var extensionInteractionService = new
ExtensionInteractionService
(
503
return new
ExtensionInteractionService
(