25 writes to MaxLength
Aspire.Hosting (4)
ApplicationModel\ResourceCommandService.cs (1)
814MaxLength = input.MaxLength
Ats\InteractionExports.cs (2)
269MaxLength = input.MaxLength, 320MaxLength = options?.MaxLength,
ParameterResourceBuilderExtensions.cs (1)
276MaxLength = options.MaxLength
Aspire.Hosting.Azure.Tests (1)
AzureEnvironmentResourceExtensionsTests.cs (1)
5009MaxLength = input.MaxLength
Aspire.Hosting.Tests (3)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (1)
227MaxLength = 128,
InteractionServiceTests.cs (2)
522var input = new InteractionInput { Name = "Value", Label = "Value", InputType = inputType, MaxLength = maxLength }; 632MaxLength = length
Stress.AppHost (17)
CommandResources.cs (15)
210MaxLength = 80 305MaxLength = 80 583MaxLength = 100 657MaxLength = 100 666MaxLength = 100 792MaxLength = 100 801MaxLength = 200 830MaxLength = 500 839MaxLength = 100 848MaxLength = 100 878MaxLength = 100 888MaxLength = 200 898MaxLength = 200 1314MaxLength = 64 1346MaxLength = 64
InteractionCommands.cs (2)
239new InteractionInput { Name = "Name", InputType = InputType.Text, Label = "Name", Placeholder = "Enter name", Required = true, MaxLength = 50 }, 240new InteractionInput { Name = "Password", InputType = InputType.SecretText, Label = "Password", Placeholder = "Enter password", Required = true, MaxLength = 20 },
10 references to MaxLength
Aspire.Hosting (7)
ApplicationModel\ResourceCommandService.cs (2)
621var maxLength = InteractionHelpers.GetMaxLength(argument.MaxLength); 814MaxLength = input.MaxLength
Ats\InteractionExports.cs (1)
269MaxLength = input.MaxLength,
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1381MaxLength = input.MaxLength,
Dashboard\DashboardService.cs (2)
232if (input.MaxLength != null) 234dto.MaxLength = input.MaxLength.Value;
InteractionService.cs (1)
594var maxLength = InteractionHelpers.GetMaxLength(input.MaxLength);
Aspire.Hosting.Azure.Tests (1)
AzureEnvironmentResourceExtensionsTests.cs (1)
5009MaxLength = input.MaxLength
Aspire.Hosting.Tests (2)
AddParameterTests.cs (2)
629[nameof(InteractionInput.MaxLength)] = 2 643Assert.Equal(2, input.MaxLength);