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