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