4 references to InteractionHelpers
Aspire.Hosting (2)
InteractionService.cs (2)
108return await PromptInputAsync(title, message, new InteractionInput { Name = InteractionHelpers.LabelToName(inputLabel), InputType = InputType.Text, Label = inputLabel, Required = true, Placeholder = placeHolder }, options, cancellationToken).ConfigureAwait(false); 398var maxLength = InteractionHelpers.GetMaxLength(input.MaxLength);
Aspire.Hosting.Tests (2)
InteractionServiceTests.cs (2)
427[InlineData(InputType.Text, InteractionHelpers.DefaultMaxLength)] 442var resolvedMaxLength = InteractionHelpers.GetMaxLength(maxLength);