6 references to CacheCommandStrings
aspire (6)
Commands\CacheCommand.cs (5)
20: base("cache", CacheCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 38: base("clear", CacheCommandStrings.ClearCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry) 153InteractionService.DisplayMessage("information", CacheCommandStrings.CacheAlreadyEmpty); 157InteractionService.DisplaySuccess(CacheCommandStrings.CacheCleared); 164var errorMessage = string.Format(CultureInfo.CurrentCulture, CacheCommandStrings.CacheClearFailed, ex.Message);
Resources\CacheCommandStrings.Designer.cs (1)
38global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.CacheCommandStrings", typeof(CacheCommandStrings).Assembly);