1 write to Value
Aspire.Cli.Tests (1)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
587
Value
= input.Value,
7 references to Value
aspire (7)
Commands\PublishCommandBase.cs (7)
456
result = input.
Value
;
487
defaultValue: input.
Value
,
493
defaultValue: input.
Value
,
500
InputType.Boolean => (await _interactionService.ConfirmAsync(promptText, defaultValue: ParseBooleanValue(input.
Value
), cancellationToken: cancellationToken)).ToString().ToLowerInvariant(),
504
_ => await _interactionService.PromptForStringAsync(promptText, defaultValue: input.
Value
, required: input.Required, cancellationToken: cancellationToken)
512
return await _interactionService.PromptForStringAsync(promptText, defaultValue: input.
Value
, required: input.Required, cancellationToken: cancellationToken);
542
defaultValue: input.
Value
,