6 references to CreateInteractionService
Aspire.Hosting.Tests (6)
Orchestrator\ParameterProcessorTests.cs (6)
47
var interactionService =
CreateInteractionService
(disableDashboard: false);
104
var interactionService =
CreateInteractionService
();
120
var interactionService =
CreateInteractionService
(disableDashboard: true);
138
var interactionService =
CreateInteractionService
(disableDashboard: false);
308
var interactionService =
CreateInteractionService
();
489
interactionService ??
CreateInteractionService
(disableDashboard),