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