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