2 instantiations of InteractionData
Aspire.Hosting.Azure.Tests (2)
tests\Shared\TestInteractionService.cs (2)
35var data = new InteractionData(title, message, new InteractionInputCollection(inputs), options, cancellationToken, new TaskCompletionSource<object>());
50var data = new InteractionData(title, message, new InteractionInputCollection([]), options, cancellationToken, new TaskCompletionSource<object>());
10 references to InteractionData
Aspire.Hosting.Azure.Tests (10)
tests\Shared\TestInteractionService.cs (4)
14public Channel<InteractionData> Interactions { get; } = Channel.CreateUnbounded<InteractionData>();
35var data = new InteractionData(title, message, new InteractionInputCollection(inputs), options, cancellationToken, new TaskCompletionSource<object>());
50var data = new InteractionData(title, message, new InteractionInputCollection([]), options, cancellationToken, new TaskCompletionSource<object>());