15 references to CertificatesCommandStrings
aspire (15)
Certificates\CertificateService.cs (1)
99interactionService.DisplayMessage(KnownEmojis.Warning, CertificatesCommandStrings.TrustCancelled);
Commands\CertificatesCleanCommand.cs (6)
23: base("clean", CertificatesCommandStrings.CleanDescription, features, updateNotifier, executionContext, interactionService, telemetry) 32InteractionService.DisplayMessage(KnownEmojis.Information, CertificatesCommandStrings.CleanProgress); 38InteractionService.DisplaySuccess(CertificatesCommandStrings.CleanSuccess); 44InteractionService.DisplayMessage(KnownEmojis.Warning, CertificatesCommandStrings.CleanCancelled); 48var details = string.Format(CultureInfo.CurrentCulture, CertificatesCommandStrings.CleanFailureDetailsFormat, result.ErrorMessage); 50InteractionService.DisplayError(CertificatesCommandStrings.CleanFailure);
Commands\CertificatesCommand.cs (1)
19: base("certs", CertificatesCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\CertificatesTrustCommand.cs (6)
24: base("trust", CertificatesCommandStrings.TrustDescription, features, updateNotifier, executionContext, interactionService, telemetry) 33InteractionService.DisplayMessage(KnownEmojis.Information, CertificatesCommandStrings.TrustProgress); 39InteractionService.DisplaySuccess(CertificatesCommandStrings.TrustSuccess); 45InteractionService.DisplayMessage(KnownEmojis.Warning, CertificatesCommandStrings.TrustCancelled); 49var details = string.Format(CultureInfo.CurrentCulture, CertificatesCommandStrings.TrustFailureDetailsFormat, result); 51InteractionService.DisplayError(CertificatesCommandStrings.TrustFailure);
Resources\CertificatesCommandStrings.Designer.cs (1)
38global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.CertificatesCommandStrings", typeof(CertificatesCommandStrings).Assembly);