2 references to SecretNotFound
aspire (2)
Commands\SecretDeleteCommand.cs (1)
58
InteractionService.DisplayError(string.Format(CultureInfo.CurrentCulture, SecretCommandStrings.
SecretNotFound
, key.EscapeMarkup()));
Commands\SecretGetCommand.cs (1)
59
InteractionService.DisplayError(string.Format(CultureInfo.CurrentCulture, SecretCommandStrings.
SecretNotFound
, key.EscapeMarkup()));