17 references to ConfigCommandStrings
aspire (17)
Commands\ConfigCommand.cs (16)
24: base("config", ConfigCommandStrings.Description, features, updateNotifier) 61: base("get", ConfigCommandStrings.GetCommand_Description, features, updateNotifier) 68Description = ConfigCommandStrings.GetCommand_KeyArgumentDescription 105: base("set", ConfigCommandStrings.SetCommand_Description, features, updateNotifier) 112Description = ConfigCommandStrings.SetCommand_KeyArgumentDescription 118Description = ConfigCommandStrings.SetCommand_ValueArgumentDescription 124Description = ConfigCommandStrings.SetCommand_GlobalArgumentDescription 153? string.Format(CultureInfo.CurrentCulture, ConfigCommandStrings.ConfigurationKeySetGlobally, key, 155: string.Format(CultureInfo.CurrentCulture, ConfigCommandStrings.ConfigurationKeySetLocally, key, 174: base("list", ConfigCommandStrings.ListCommand_Description, features, updateNotifier) 188_interactionService.DisplayMessage("information", ConfigCommandStrings.NoConfigurationValuesFound); 207: base("delete", ConfigCommandStrings.DeleteCommand_Description, features, updateNotifier) 214Description = ConfigCommandStrings.DeleteCommand_KeyArgumentDescription 220Description = ConfigCommandStrings.DeleteCommand_GlobalArgumentDescription 247_interactionService.DisplaySuccess(string.Format(CultureInfo.CurrentCulture, ConfigCommandStrings.ConfigurationKeyDeletedGlobally, key)); 251_interactionService.DisplaySuccess(string.Format(CultureInfo.CurrentCulture, ConfigCommandStrings.ConfigurationKeyDeletedLocally, key));
Resources\ConfigCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.ConfigCommandStrings", typeof(ConfigCommandStrings).Assembly);