7 references to CreateInteractionService
Aspire.Hosting.Tests (7)
Orchestrator\ParameterProcessorTests.cs (7)
53
var interactionService =
CreateInteractionService
(disableDashboard: false);
109
var interactionService =
CreateInteractionService
();
125
var interactionService =
CreateInteractionService
(disableDashboard: true);
143
var interactionService =
CreateInteractionService
(disableDashboard: false);
317
var interactionService =
CreateInteractionService
();
728
var interactionService =
CreateInteractionService
();
1139
interactionService ??
CreateInteractionService
(disableDashboard),