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