7 references to CreateInteractionService
Aspire.Hosting.Tests (7)
Orchestrator\ParameterProcessorTests.cs (7)
49
var interactionService =
CreateInteractionService
(disableDashboard: false);
105
var interactionService =
CreateInteractionService
();
121
var interactionService =
CreateInteractionService
(disableDashboard: true);
139
var interactionService =
CreateInteractionService
(disableDashboard: false);
309
var interactionService =
CreateInteractionService
();
636
var interactionService =
CreateInteractionService
();
771
interactionService ??
CreateInteractionService
(disableDashboard),