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)
566
var collection = new
InteractionInputCollection
(inputs);
606
var collection = new
InteractionInputCollection
(inputs);
640
var collection = new
InteractionInputCollection
(inputs);
662
var exception = Assert.Throws<InvalidOperationException>(() => new
InteractionInputCollection
(inputs));
677
var exception = Assert.Throws<InvalidOperationException>(() => new
InteractionInputCollection
(inputs));
693
var collection = new
InteractionInputCollection
(inputs);
726
var collection = new
InteractionInputCollection
(inputs);
759
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>());