7 references to Boolean
Aspire.Hosting (3)
Dashboard\DashboardService.cs (1)
211Aspire.Hosting.InputType.Boolean => Aspire.DashboardService.Proto.V1.InputType.Boolean,
InteractionService.cs (1)
280case InputType.Boolean:
Orchestrator\ParameterProcessor.cs (1)
153InputType = InputType.Boolean,
Aspire.Hosting.Tests (2)
InteractionServiceTests.cs (1)
270var input = new InteractionInput { Label = "Value", InputType = InputType.Boolean };
Orchestrator\ParameterProcessorTests.cs (1)
227Assert.Equal(InputType.Boolean, input.InputType);
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
155InputType = InputType.Boolean,
Stress.AppHost (1)
InteractionCommands.cs (1)
137new InteractionInput { InputType = InputType.Boolean, Label = "Remember me", Placeholder = "What does this do?", Required = true },