7 references to CreateInteractionService
Aspire.Hosting.Tests (7)
Orchestrator\ParameterProcessorTests.cs (7)
54
var interactionService =
CreateInteractionService
(disableDashboard: false);
110
var interactionService =
CreateInteractionService
();
126
var interactionService =
CreateInteractionService
(disableDashboard: true);
144
var interactionService =
CreateInteractionService
(disableDashboard: false);
318
var interactionService =
CreateInteractionService
();
729
var interactionService =
CreateInteractionService
();
1140
interactionService ??
CreateInteractionService
(disableDashboard),