7 references to CreateInteractionService
Aspire.Hosting.Tests (7)
Orchestrator\ParameterProcessorTests.cs (7)
56
var interactionService =
CreateInteractionService
(disableDashboard: false);
112
var interactionService =
CreateInteractionService
();
128
var interactionService =
CreateInteractionService
(disableDashboard: true);
146
var interactionService =
CreateInteractionService
(disableDashboard: false);
329
var interactionService =
CreateInteractionService
();
740
var interactionService =
CreateInteractionService
();
1277
interactionService ??
CreateInteractionService
(disableDashboard),