3 references to Text
Aspire.Hosting (2)
ApplicationModel\InteractionService.cs (1)
105return await PromptInputAsync(title, message, new InteractionInput { InputType = InputType.Text, Label = inputLabel, Required = true, Placeholder = placeHolder }, options, cancellationToken).ConfigureAwait(false);
Dashboard\DashboardService.cs (1)
195case ApplicationModel.InputType.Text:
Stress.AppHost (1)
Program.cs (1)
193new InteractionInput { InputType = InputType.Text, Label = "Name", Placeholder = "Enter name", Required = true },