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)
467
result = input.
Value
;
501
defaultValue: input.
Value
,
507
defaultValue: input.
Value
,
514
InputType.Boolean => (await _interactionService.ConfirmAsync(promptText, defaultValue: ParseBooleanValue(input.
Value
), cancellationToken: cancellationToken)).ToString().ToLowerInvariant(),
518
_ => await _interactionService.PromptForStringAsync(promptText, defaultValue: input.
Value
, required: input.Required, cancellationToken: cancellationToken)
526
return await _interactionService.PromptForStringAsync(promptText, defaultValue: input.
Value
, required: input.Required, cancellationToken: cancellationToken);
556
defaultValue: input.
Value
,