40 references to Boolean
Aspire.Hosting (10)
ApplicationModel\ResourceCommandService.cs (1)
634case InputType.Boolean:
Ats\InteractionExports.cs (1)
196return InteractionInputBuilder.Create(name, InputType.Boolean, options);
Dashboard\DashboardService.cs (2)
268Aspire.Hosting.InputType.Boolean => Aspire.DashboardService.Proto.V1.InputType.Boolean, 282Aspire.DashboardService.Proto.V1.InputType.Boolean => InputType.Boolean,
Dashboard\DashboardServiceData.cs (1)
315if (requestInput.InputType == InputType.Boolean)
InteractionService.cs (1)
611case InputType.Boolean:
Orchestrator\ParameterProcessor.cs (4)
239InputType = InputType.Boolean, 279InputType = InputType.Boolean, 385InputType = InputType.Boolean, 417InputType = InputType.Boolean,
Aspire.Hosting.Azure (1)
AzureProvisioningController.cs (1)
378InputType = InputType.Boolean,
Aspire.Hosting.Azure.Tests (1)
AzureEnvironmentResourceExtensionsTests.cs (1)
671Assert.Equal(InputType.Boolean, confirmDeleteArgument.InputType);
Aspire.Hosting.Browsers (1)
BrowserLogsConfigurationManager.cs (1)
132InputType = InputType.Boolean,
Aspire.Hosting.Browsers.Tests (2)
BrowserLogsBuilderExtensionsTests.cs (1)
1741new InteractionInput { Name = "saveToUserSecrets", InputType = InputType.Boolean, Value = saveToUserSecrets },
src\Aspire.Hosting.Browsers\BrowserLogsConfigurationManager.cs (1)
132InputType = InputType.Boolean,
Aspire.Hosting.Tests (13)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (2)
2278InputType = InputType.Boolean 2394InputType = InputType.Boolean
InteractionServiceTests.cs (2)
489var input = new InteractionInput { Name = "Value", Label = "Value", InputType = InputType.Boolean }; 645new InteractionInput { Name = "RememberMe", Label = "Remember Me", InputType = InputType.Boolean }
Orchestrator\ParameterProcessorTests.cs (5)
239Assert.Equal(InputType.Boolean, input.InputType); 539Assert.Equal(InputType.Boolean, saveCheckbox.InputType); 578Assert.Equal(InputType.Boolean, saveCheckbox.InputType); 1245InputType = InputType.Boolean, 1257InputType = InputType.Boolean,
ResourceCommandServiceTests.cs (4)
722InputType = InputType.Boolean, 818InputType = InputType.Boolean, 891InputType = InputType.Boolean, 1338InputType = InputType.Boolean,
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
211InputType = InputType.Boolean,
Stress.AppHost (11)
CommandResources.cs (10)
164InputType = InputType.Boolean 225InputType = InputType.Boolean, 334InputType = InputType.Boolean, 353BooleanCount = inputsWithValues.Count(i => i.InputType == InputType.Boolean), 985InputType = InputType.Boolean, 1012InputType = InputType.Boolean, 1029InputType = InputType.Boolean, 1046InputType = InputType.Boolean, 1064InputType = InputType.Boolean, 1330InputType = InputType.Boolean,
InteractionCommands.cs (1)
244new InteractionInput { Name = "RememberMe", InputType = InputType.Boolean, Label = "Remember me", Placeholder = "What does this do?", Required = true },