5 references to CreateInteractionService
Aspire.Hosting.Tests (5)
Orchestrator\ParameterProcessorTests.cs (5)
46var interactionService = CreateInteractionService(disableDashboard: false); 101var interactionService = CreateInteractionService(); 117var interactionService = CreateInteractionService(disableDashboard: true); 135var interactionService = CreateInteractionService(disableDashboard: false); 310interactionService ?? CreateInteractionService(disableDashboard),