3 writes to AllowCustomChoice
Aspire.Hosting.Tests (1)
InteractionServiceTests.cs (1)
250
var input = new InteractionInput { Name = "Value", Label = "Value", InputType = InputType.Choice,
AllowCustomChoice
= true, Options = [KeyValuePair.Create("first", "First option!"), KeyValuePair.Create("second", "Second option!")] };
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
59
AllowCustomChoice
= true,
Stress.AppHost (1)
InteractionCommands.cs (1)
138
AllowCustomChoice
= true,
3 references to AllowCustomChoice
Aspire.Hosting (3)
Dashboard\DashboardService.cs (1)
124
AllowCustomChoice = input.
AllowCustomChoice
,
InteractionService.cs (1)
278
if (!input.
AllowCustomChoice
)
Publishing\PublishingActivityReporter.cs (1)
294
AllowCustomChoice = input.
AllowCustomChoice