13 references to Number
Aspire.Hosting (2)
Dashboard\DashboardService.cs (1)
212
Aspire.Hosting.InputType.
Number
=> Aspire.DashboardService.Proto.V1.InputType.Number,
InteractionService.cs (1)
289
case InputType.
Number
:
Aspire.Hosting.Tests (8)
AddParameterTests.cs (5)
383
InputType = InputType.
Number
,
442
InputType = InputType.
Number
,
453
Assert.Equal(InputType.
Number
, input.InputType);
487
InputType = InputType.
Number
,
497
Assert.Equal(InputType.
Number
, input.InputType);
InteractionServiceTests.cs (3)
250
var input = new InteractionInput { Name = "Value", Label = "Value", InputType = InputType.
Number
};
459
new InteractionInput { Name = "Age", InputType = InputType.
Number
}
670
new InteractionInput { Name = "Age", Label = "Age", InputType = InputType.
Number
, Required = true }
ParameterEndToEnd.AppHost (1)
AppHost.cs (1)
49
InputType = InputType.
Number
,
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
176
InputType = InputType.
Number
,
Stress.AppHost (1)
InteractionCommands.cs (1)
132
var numberOfPeopleInput = new InteractionInput { Name = "NumberOfPeople", InputType = InputType.
Number
, Label = "Number of people", Placeholder = "Enter number of people", Value = "2", Required = true };