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