7 references to ExtensionInteractionService
aspire (1)
Program.cs (1)
1354
return new
ExtensionInteractionService
(consoleInteractionService,
Aspire.Cli.Tests (6)
Commands\NewCommandTests.cs (1)
2992
return new
ExtensionInteractionService
(
Commands\RunCommandTests.cs (1)
2843
return new
ExtensionInteractionService
(consoleInteractionService, extensionBackchannel, extensionPromptEnabled: false, logger: NullLogger<ExtensionInteractionService>.Instance);
Interaction\ExtensionInteractionServiceTests.cs (4)
43
var extensionInteractionService = new
ExtensionInteractionService
(
95
using var extensionInteractionService = new
ExtensionInteractionService
(
231
var extensionInteractionService = new
ExtensionInteractionService
(
264
return new
ExtensionInteractionService
(