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