30 writes to AllowCustomChoice
Aspire.Hosting (4)
ApplicationModel\ResourceCommandService.cs (1)
812AllowCustomChoice = input.AllowCustomChoice,
Ats\InteractionExports.cs (2)
267AllowCustomChoice = input.AllowCustomChoice, 318AllowCustomChoice = options?.AllowCustomChoice ?? false,
ParameterResourceBuilderExtensions.cs (1)
274AllowCustomChoice = options.AllowCustomChoice ?? false,
Aspire.Hosting.Azure (10)
AzureProvisioningController.cs (6)
280AllowCustomChoice = true, 301AllowCustomChoice = true, 322AllowCustomChoice = true, 340AllowCustomChoice = true, 362AllowCustomChoice = true, 682AllowCustomChoice = true,
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (1)
358AllowCustomChoice = true,
Provisioning\Internal\RunModeProvisioningContextProvider.cs (3)
341AllowCustomChoice = true, 367AllowCustomChoice = true, 402AllowCustomChoice = !useTextResourceGroupInput,
Aspire.Hosting.Azure.Tests (1)
AzureEnvironmentResourceExtensionsTests.cs (1)
5007AllowCustomChoice = input.AllowCustomChoice,
Aspire.Hosting.Browsers (2)
BrowserLogsConfigurationManager.cs (2)
66AllowCustomChoice = true, 110AllowCustomChoice = true,
Aspire.Hosting.Browsers.Tests (2)
src\Aspire.Hosting.Browsers\BrowserLogsConfigurationManager.cs (2)
66AllowCustomChoice = true, 110AllowCustomChoice = true,
Aspire.Hosting.Tests (1)
InteractionServiceTests.cs (1)
445var 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)
68AllowCustomChoice = true,
Stress.AppHost (9)
InteractionCommands.cs (9)
89AllowCustomChoice = true, 161AllowCustomChoice = true, 229AllowCustomChoice = true, 299AllowCustomChoice = true, 357AllowCustomChoice = true, 438AllowCustomChoice = true, 609AllowCustomChoice = true, 632AllowCustomChoice = true, 671AllowCustomChoice = true,
13 references to AllowCustomChoice
Aspire.Hosting (8)
ApplicationModel\ResourceCommandService.cs (2)
629if (!argument.AllowCustomChoice && argument.Options is { } options && !options.Any(o => o.Key == value)) 812AllowCustomChoice = input.AllowCustomChoice,
Ats\InteractionExports.cs (1)
267AllowCustomChoice = input.AllowCustomChoice,
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1379AllowCustomChoice = input.AllowCustomChoice,
Dashboard\DashboardService.cs (1)
203AllowCustomChoice = input.AllowCustomChoice,
InteractionService.cs (2)
222if (!input.AllowCustomChoice && !string.IsNullOrEmpty(input.Value)) 602if (!input.AllowCustomChoice)
Pipelines\PipelineActivityReporter.cs (1)
348AllowCustomChoice = input.AllowCustomChoice,
Aspire.Hosting.Azure.Tests (5)
AzureEnvironmentResourceExtensionsTests.cs (5)
130Assert.True(input.AllowCustomChoice); 140Assert.True(input.AllowCustomChoice); 151Assert.True(input.AllowCustomChoice); 162Assert.True(input.AllowCustomChoice); 5007AllowCustomChoice = input.AllowCustomChoice,