48 references to SharedCommandStrings
aspire (48)
Commands\AppHostLauncher.cs (3)
39internal static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 46Description = SharedCommandStrings.FormatOptionDescription 54Description = SharedCommandStrings.IsolatedOptionDescription
Commands\DescribeCommand.cs (5)
80private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 121SharedCommandStrings.ScanningForRunningAppHosts, 122string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, DescribeCommandStrings.SelectAppHostAction), 123SharedCommandStrings.NoInScopeAppHostsShowingAll, 124SharedCommandStrings.AppHostNotRunning,
Commands\LogsCommand.cs (5)
87private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 166SharedCommandStrings.ScanningForRunningAppHosts, 167string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, LogsCommandStrings.SelectAppHostAction), 168SharedCommandStrings.NoInScopeAppHostsShowingAll, 169SharedCommandStrings.AppHostNotRunning,
Commands\PsCommand.cs (2)
83SharedCommandStrings.ScanningForRunningAppHosts, 99_interactionService.DisplayMessage("information", SharedCommandStrings.AppHostNotRunning);
Commands\ResourceCommand.cs (5)
34private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 63SharedCommandStrings.ScanningForRunningAppHosts, 64string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, ResourceCommandStrings.SelectAppHostAction), 65SharedCommandStrings.NoInScopeAppHostsShowingAll, 66SharedCommandStrings.AppHostNotRunning,
Commands\ResourceCommandBase.cs (5)
26protected static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 84SharedCommandStrings.ScanningForRunningAppHosts, 85string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, ResourceCommandStrings.SelectAppHostAction), 86SharedCommandStrings.NoInScopeAppHostsShowingAll, 87SharedCommandStrings.AppHostNotRunning,
Commands\StartCommand.cs (4)
111SharedCommandStrings.ScanningForRunningAppHosts, 112string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, ResourceCommandStrings.SelectAppHostAction), 113SharedCommandStrings.NoInScopeAppHostsShowingAll, 114SharedCommandStrings.AppHostNotRunning,
Commands\StopCommand.cs (8)
114SharedCommandStrings.ScanningForRunningAppHosts, 119_interactionService.DisplayError(SharedCommandStrings.AppHostNotRunning); 150SharedCommandStrings.ScanningForRunningAppHosts, 151string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, StopCommandStrings.SelectAppHostAction), 152SharedCommandStrings.NoInScopeAppHostsShowingAll, 153SharedCommandStrings.AppHostNotRunning, 178SharedCommandStrings.ScanningForRunningAppHosts, 183_interactionService.DisplayError(SharedCommandStrings.AppHostNotRunning);
Commands\TelemetryCommandHelpers.cs (5)
42internal static OptionWithLegacy<FileInfo?> CreateAppHostOption() => new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 111SharedCommandStrings.ScanningForRunningAppHosts, 112string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, TelemetryCommandStrings.SelectAppHostAction), 113SharedCommandStrings.NoInScopeAppHostsShowingAll, 114SharedCommandStrings.AppHostNotRunning,
Commands\WaitCommand.cs (5)
42private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.AppHostOptionDescription); 92SharedCommandStrings.ScanningForRunningAppHosts, 93string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, WaitCommandStrings.SelectAppHostAction), 94SharedCommandStrings.NoInScopeAppHostsShowingAll, 95SharedCommandStrings.AppHostNotRunning,
Resources\SharedCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.SharedCommandStrings", typeof(SharedCommandStrings).Assembly);