15 references to Number
Aspire.Hosting (2)
Dashboard\DashboardService.cs (1)
213
Aspire.Hosting.InputType.
Number
=> Aspire.DashboardService.Proto.V1.InputType.Number,
InteractionService.cs (1)
292
case InputType.
Number
:
Aspire.Hosting.Azure.Tests (2)
AzureDeployerTests.cs (2)
498
InputType = InputType.
Number
,
521
Assert.Equal(InputType.
Number
, input.InputType);
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)
268
var input = new InteractionInput { Name = "Value", Label = "Value", InputType = InputType.
Number
};
477
new InteractionInput { Name = "Age", InputType = InputType.
Number
}
688
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)
145
var numberOfPeopleInput = new InteractionInput { Name = "NumberOfPeople", InputType = InputType.
Number
, Label = "Number of people", Placeholder = "Enter number of people", Value = "2", Required = true };