6 references to CreateInteractionService
Aspire.Hosting.Tests (6)
Orchestrator\ParameterProcessorTests.cs (6)
47
var interactionService =
CreateInteractionService
(disableDashboard: false);
103
var interactionService =
CreateInteractionService
();
119
var interactionService =
CreateInteractionService
(disableDashboard: true);
137
var interactionService =
CreateInteractionService
(disableDashboard: false);
307
var interactionService =
CreateInteractionService
();
488
interactionService ??
CreateInteractionService
(disableDashboard),