8 references to RestoreCommandStrings
aspire (8)
Commands\RestoreCommand.cs (7)
46
: base("restore",
RestoreCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
83
InteractionService.DisplayError(
RestoreCommandStrings
.UnrecognizedAppHostType);
98
RestoreCommandStrings
.RestoringSdkCode,
105
string.Format(CultureInfo.CurrentCulture,
RestoreCommandStrings
.RestoreSucceeded, effectiveAppHostFile.Name));
118
RestoreCommandStrings
.RestoringSdkCode,
125
string.Format(CultureInfo.CurrentCulture,
RestoreCommandStrings
.RestoreSucceeded, effectiveAppHostFile.Name));
132
InteractionService.DisplayError(
RestoreCommandStrings
.UnrecognizedAppHostType);
Resources\RestoreCommandStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.RestoreCommandStrings", typeof(
RestoreCommandStrings
).Assembly);