10 references to InteractionExports
Aspire.Hosting (4)
Ats\InteractionExports.cs (4)
339
Input.Options =
InteractionExports
.ToOptionList(choices);
478
_inner.Input.Options =
InteractionExports
.ToOptionList(choices);
845
Input = result.Canceled || result.Data is null ? null :
InteractionExports
.ToResultInput(result.Data),
879
: new InteractionInputCollection(result.Data.Select(
InteractionExports
.ToResultInput).ToArray());
Aspire.Hosting.RemoteHost.Tests (6)
AtsExportsTests.cs (6)
84
var promptTask =
InteractionExports
.PromptInputs(
89
InteractionExports
.CreateTextInput(interactionService, "region"),
90
InteractionExports
.CreateTextInput(interactionService, "zone"),
123
var input =
InteractionExports
.CreateFileInput(interactionService, "artifact", new CreateInteractionInputOptions
129
var promptTask =
InteractionExports
.PromptInputs(
169
var input =
InteractionExports
.CreateFileInput(interactionService, "artifact", new CreateInteractionInputOptions