21 references to Number
Aspire.Hosting (3)
Dashboard\DashboardService.cs (2)
232
Aspire.Hosting.InputType.
Number
=> Aspire.DashboardService.Proto.V1.InputType.Number,
245
Aspire.DashboardService.Proto.V1.InputType.Number => InputType.
Number
,
InteractionService.cs (1)
421
case InputType.
Number
:
Aspire.Hosting.Azure.Tests (2)
AzureDeployerTests.cs (2)
635
InputType = InputType.
Number
,
658
Assert.Equal(InputType.
Number
, input.InputType);
Aspire.Hosting.Tests (13)
AddParameterTests.cs (5)
384
InputType = InputType.
Number
,
443
InputType = InputType.
Number
,
454
Assert.Equal(InputType.
Number
, input.InputType);
488
InputType = InputType.
Number
,
498
Assert.Equal(InputType.
Number
, input.InputType);
InteractionServiceTests.cs (8)
383
var input = new InteractionInput { Name = "Value", Label = "Value", InputType = InputType.
Number
};
392
inputs: [new InputDto("Value", "one", InputType.
Number
)]);
415
inputs: [new InputDto("Value", "maybe", InputType.
Number
)]);
602
new InteractionInput { Name = "Age", InputType = InputType.
Number
}
936
new InteractionInput { Name = "Age", Label = "Age", InputType = InputType.
Number
, Required = true }
970
new InputDto("Age", "25", InputType.
Number
)
1003
new InteractionInput { Name = "Age", Label = "Age", InputType = InputType.
Number
, Required = true }
1036
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)
208
InputType = InputType.
Number
,
Stress.AppHost (1)
InteractionCommands.cs (1)
235
var numberOfPeopleInput = new InteractionInput { Name = "NumberOfPeople", InputType = InputType.
Number
, Label = "Number of people", Placeholder = "Enter number of people", Value = "2", Required = true };