6 references to CreateInteractionService
Aspire.Hosting.Tests (6)
Orchestrator\ParameterProcessorTests.cs (6)
47var interactionService = CreateInteractionService(disableDashboard: false); 103var interactionService = CreateInteractionService(); 119var interactionService = CreateInteractionService(disableDashboard: true); 137var interactionService = CreateInteractionService(disableDashboard: false); 307var interactionService = CreateInteractionService(); 488interactionService ?? CreateInteractionService(disableDashboard),