7 references to CacheCommandStrings
aspire (7)
Commands\CacheCommand.cs (6)
17
: base("cache",
CacheCommandStrings
.Description, features, updateNotifier, executionContext, interactionService)
37
: base("clear",
CacheCommandStrings
.ClearCommand_Description, features, updateNotifier, executionContext, interactionService)
51
InteractionService.DisplayMessage("information",
CacheCommandStrings
.CacheAlreadyEmpty);
86
InteractionService.DisplayMessage("information",
CacheCommandStrings
.CacheAlreadyEmpty);
90
InteractionService.DisplaySuccess(
CacheCommandStrings
.CacheCleared);
97
InteractionService.DisplayError(string.Format(CultureInfo.CurrentCulture,
CacheCommandStrings
.CacheClearFailed, ex.Message));
Resources\CacheCommandStrings.Designer.cs (1)
38
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.CacheCommandStrings", typeof(
CacheCommandStrings
).Assembly);