13 references to LogsCommandStrings
aspire (13)
Commands\LogsCommand.cs (12)
80Description = LogsCommandStrings.ResourceArgumentDescription, 85Description = LogsCommandStrings.ProjectOptionDescription 89Description = LogsCommandStrings.FollowOptionDescription 93Description = LogsCommandStrings.JsonOptionDescription 97Description = LogsCommandStrings.TailOptionDescription 126: base("logs", LogsCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 153_interactionService.DisplayError(LogsCommandStrings.TailMustBePositive); 158var scanningMessage = format == OutputFormat.Json ? string.Empty : LogsCommandStrings.ScanningForRunningAppHosts; 163LogsCommandStrings.SelectAppHost, 164LogsCommandStrings.NoInScopeAppHostsShowingAll, 165LogsCommandStrings.AppHostNotRunning, 305_interactionService.DisplayMessage("ℹ️", LogsCommandStrings.NoResourcesFound);
Resources\LogsCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.LogsCommandStrings", typeof(LogsCommandStrings).Assembly);