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