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