17 references to ConfigCommandStrings
aspire (17)
Commands\ConfigCommand.cs (16)
22: base("config", ConfigCommandStrings.Description, features, updateNotifier) 57: base("get", ConfigCommandStrings.GetCommand_Description, features, updateNotifier) 64Description = ConfigCommandStrings.GetCommand_KeyArgumentDescription 101: base("set", ConfigCommandStrings.SetCommand_Description, features, updateNotifier) 108Description = ConfigCommandStrings.SetCommand_KeyArgumentDescription 114Description = ConfigCommandStrings.SetCommand_ValueArgumentDescription 120Description = ConfigCommandStrings.SetCommand_GlobalArgumentDescription 149? string.Format(CultureInfo.CurrentCulture, ConfigCommandStrings.ConfigurationKeySetGlobally, key, 151: string.Format(CultureInfo.CurrentCulture, ConfigCommandStrings.ConfigurationKeySetLocally, key, 170: base("list", ConfigCommandStrings.ListCommand_Description, features, updateNotifier) 184_interactionService.DisplayMessage("information", ConfigCommandStrings.NoConfigurationValuesFound); 203: base("delete", ConfigCommandStrings.DeleteCommand_Description, features, updateNotifier) 210Description = ConfigCommandStrings.DeleteCommand_KeyArgumentDescription 216Description = ConfigCommandStrings.DeleteCommand_GlobalArgumentDescription 243_interactionService.DisplaySuccess(string.Format(CultureInfo.CurrentCulture, ConfigCommandStrings.ConfigurationKeyDeletedGlobally, key)); 247_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);