5 references to Boolean
Aspire.Hosting (2)
Dashboard\DashboardService.cs (1)
202Aspire.Hosting.InputType.Boolean => Aspire.DashboardService.Proto.V1.InputType.Boolean,
Orchestrator\ParameterProcessor.cs (1)
159InputType = InputType.Boolean,
Aspire.Hosting.Tests (1)
Orchestrator\ParameterProcessorTests.cs (1)
224Assert.Equal(InputType.Boolean, input.InputType);
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
155InputType = InputType.Boolean,
Stress.AppHost (1)
InteractionCommands.cs (1)
134new InteractionInput { InputType = InputType.Boolean, Label = "Remember me", Placeholder = "What does this do?", Required = true },