18 references to InteractionInputCollection
Aspire.Hosting (2)
InteractionService.cs (2)
129
var inputCollection = new
InteractionInputCollection
(inputs);
211
: InteractionResult.Ok(new
InteractionInputCollection
(inputState));
Aspire.Hosting.Azure.Tests (4)
tests\Shared\TestInteractionService.cs (4)
30
var data = new InteractionData(title, message, new
InteractionInputCollection
([input]), options, cancellationToken, new TaskCompletionSource<object>());
38
var data = new InteractionData(title, message, new
InteractionInputCollection
(inputs), options, cancellationToken, new TaskCompletionSource<object>());
48
return InteractionResult.Ok(new
InteractionInputCollection
(result.Data));
53
var data = new InteractionData(title, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
Aspire.Hosting.Tests (12)
InteractionServiceTests.cs (8)
565
var collection = new
InteractionInputCollection
(inputs);
605
var collection = new
InteractionInputCollection
(inputs);
639
var collection = new
InteractionInputCollection
(inputs);
661
var exception = Assert.Throws<InvalidOperationException>(() => new
InteractionInputCollection
(inputs));
676
var exception = Assert.Throws<InvalidOperationException>(() => new
InteractionInputCollection
(inputs));
692
var collection = new
InteractionInputCollection
(inputs);
725
var collection = new
InteractionInputCollection
(inputs);
758
var collection = new
InteractionInputCollection
(inputs);
tests\Shared\TestInteractionService.cs (4)
30
var data = new InteractionData(title, message, new
InteractionInputCollection
([input]), options, cancellationToken, new TaskCompletionSource<object>());
38
var data = new InteractionData(title, message, new
InteractionInputCollection
(inputs), options, cancellationToken, new TaskCompletionSource<object>());
48
return InteractionResult.Ok(new
InteractionInputCollection
(result.Data));
53
var data = new InteractionData(title, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());