11 references to DescribeCommandStrings
aspire (11)
Commands\DescribeCommand.cs (10)
77Description = DescribeCommandStrings.ResourceArgumentDescription, 82Description = DescribeCommandStrings.ProjectOptionDescription 86Description = DescribeCommandStrings.FollowOptionDescription 90Description = DescribeCommandStrings.JsonOptionDescription 101: base("describe", DescribeCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 123var scanningMessage = format == OutputFormat.Json ? string.Empty : DescribeCommandStrings.ScanningForRunningAppHosts; 128DescribeCommandStrings.SelectAppHost, 129DescribeCommandStrings.NoInScopeAppHostsShowingAll, 130DescribeCommandStrings.AppHostNotRunning, 169_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, DescribeCommandStrings.ResourceNotFound, resourceName));
Resources\DescribeCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.DescribeCommandStrings", typeof(DescribeCommandStrings).Assembly);