5 references to CreateInteractionService
Aspire.Hosting.Tests (5)
Orchestrator\ParameterProcessorTests.cs (5)
46
var interactionService =
CreateInteractionService
(disableDashboard: false);
101
var interactionService =
CreateInteractionService
();
117
var interactionService =
CreateInteractionService
(disableDashboard: true);
135
var interactionService =
CreateInteractionService
(disableDashboard: false);
310
interactionService ??
CreateInteractionService
(disableDashboard),