13 references to LogsCommandStrings
aspire (13)
Commands\LogsCommand.cs (12)
83Description = LogsCommandStrings.ResourceArgumentDescription, 89Description = LogsCommandStrings.FollowOptionDescription 93Description = LogsCommandStrings.JsonOptionDescription 97Description = LogsCommandStrings.TailOptionDescription 101Description = LogsCommandStrings.TimestampsOptionDescription 115: base("logs", LogsCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 144_interactionService.DisplayError(LogsCommandStrings.TailMustBePositive); 151string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, LogsCommandStrings.SelectAppHostAction), 177_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, LogsCommandStrings.ResourceNotFound, resourceName)); 185_interactionService.DisplayMessage(KnownEmojis.Information, LogsCommandStrings.NoResourcesFound); 211LogsCommandStrings.GettingLogs, 264LogsCommandStrings.GettingLogs,
Resources\LogsCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.LogsCommandStrings", typeof(LogsCommandStrings).Assembly);