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)
551
InputType = InputType.
Number
,
574
Assert.Equal(InputType.
Number
, input.InputType);
Aspire.Hosting.Tests (13)
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 (8)
382
var input = new InteractionInput { Name = "Value", Label = "Value", InputType = InputType.
Number
};
391
inputs: [new InputDto("Value", "one", InputType.
Number
)]);
414
inputs: [new InputDto("Value", "maybe", InputType.
Number
)]);
601
new InteractionInput { Name = "Age", InputType = InputType.
Number
}
935
new InteractionInput { Name = "Age", Label = "Age", InputType = InputType.
Number
, Required = true }
969
new InputDto("Age", "25", InputType.
Number
)
1002
new InteractionInput { Name = "Age", Label = "Age", InputType = InputType.
Number
, Required = true }
1035
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)
207
InputType = InputType.
Number
,
Stress.AppHost (1)
InteractionCommands.cs (1)
234
var numberOfPeopleInput = new InteractionInput { Name = "NumberOfPeople", InputType = InputType.
Number
, Label = "Number of people", Placeholder = "Enter number of people", Value = "2", Required = true };