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