1 write to Options
Stress.AppHost (1)
Program.cs (1)
195new InteractionInput { InputType = InputType.Select, Label = "Dinner", Placeholder = "Select dinner", Required = true, Options =
2 references to Options
Aspire.Hosting (2)
Dashboard\DashboardService.cs (2)
128if (input.Options != null) 130dto.Options.Add(input.Options.ToDictionary());