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