3 instantiations of InteractionData
Aspire.Hosting.Azure.Tests (3)
tests\Shared\TestInteractionService.cs (3)
30var data = new InteractionData(title, message, new InteractionInputCollection([input]), options, cancellationToken, new TaskCompletionSource<object>());
38var data = new InteractionData(title, message, new InteractionInputCollection(inputs), options, cancellationToken, new TaskCompletionSource<object>());
53var data = new InteractionData(title, message, new InteractionInputCollection([]), options, cancellationToken, new TaskCompletionSource<object>());
31 references to InteractionData
Aspire.Hosting.Azure.Tests (31)
tests\Shared\TestInteractionService.cs (5)
14public Channel<InteractionData> Interactions { get; } = Channel.CreateUnbounded<InteractionData>();
30var data = new InteractionData(title, message, new InteractionInputCollection([input]), options, cancellationToken, new TaskCompletionSource<object>());
38var data = new InteractionData(title, message, new InteractionInputCollection(inputs), options, cancellationToken, new TaskCompletionSource<object>());
53var data = new InteractionData(title, message, new InteractionInputCollection([]), options, cancellationToken, new TaskCompletionSource<object>());