1 write to Value
Aspire.Cli.Tests (1)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
633
Value
= input.Value,
7 references to Value
aspire (7)
Commands\PublishCommandBase.cs (7)
472
result = input.
Value
;
506
defaultValue: input.
Value
,
512
defaultValue: input.
Value
,
519
InputType.Boolean => (await _interactionService.ConfirmAsync(promptText, defaultValue: ParseBooleanValue(input.
Value
), cancellationToken: cancellationToken)).ToString().ToLowerInvariant(),
523
_ => await _interactionService.PromptForStringAsync(promptText, defaultValue: input.
Value
, required: input.Required, cancellationToken: cancellationToken)
531
return await _interactionService.PromptForStringAsync(promptText, defaultValue: input.
Value
, required: input.Required, cancellationToken: cancellationToken);
561
defaultValue: input.
Value
,