5 references to _interactionService
Aspire.Hosting.Tests (5)
Publishing\PipelineActivityReporterTests.cs (5)
520var promptTask = _interactionService.PromptInputAsync("Test Prompt", "test-description", "text-label", "test-placeholder"); 545var promptTask = _interactionService.PromptInputAsync("Test Prompt", "test-description", "text-label", "test-placeholder"); 574var promptTask = _interactionService.PromptInputAsync("Test Prompt", "test-description", "text-label", "test-placeholder"); 609var notificationTask = _interactionService.PromptNotificationAsync("Test Notification", "This is a test notification message", notificationOptions); 1147return new PipelineActivityReporter(_interactionService, NullLogger<PipelineActivityReporter>.Instance);