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