1 write to Input
Aspire.Hosting (1)
Ats\InteractionExports.cs (1)
299
Input
= input;
8 references to Input
Aspire.Hosting (7)
Ats\InteractionExports.cs (7)
136
var result = await interactionService.PromptInputAsync(title, message, input.
Input
, options?.ToOptions(), cancellationToken).ConfigureAwait(false);
161
interactionInputs[i] = input.
Input
;
230
builder.
Input
.Options = ToOptionList(choices);
339
Input
.Options = InteractionExports.ToOptionList(choices);
351
Input
.Value = value;
366
Input
.GetFiles().Dispose();
382
Input
.SetDynamicLoading(new InputLoadOptions
Aspire.Hosting.RemoteHost.Tests (1)
AtsExportsTests.cs (1)
174
}).
Input
;