7 references to CreateInteractionService
Aspire.Hosting.Tests (7)
Orchestrator\ParameterProcessorTests.cs (7)
51
var interactionService =
CreateInteractionService
(disableDashboard: false);
107
var interactionService =
CreateInteractionService
();
123
var interactionService =
CreateInteractionService
(disableDashboard: true);
141
var interactionService =
CreateInteractionService
(disableDashboard: false);
311
var interactionService =
CreateInteractionService
();
638
var interactionService =
CreateInteractionService
();
773
interactionService ??
CreateInteractionService
(disableDashboard),