8 references to Commands
Aspire.Dashboard (8)
Resources\Commands.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Dashboard.Resources.Commands", typeof(
Commands
).Assembly);
ResourceService\Partials.cs (7)
9
using CommandsResources = Aspire.Dashboard.Resources.
Commands
;
124
KnownResourceCommands.StartCommand => (
CommandsResources
.StartCommandDisplayName,
CommandsResources
.StartCommandDisplayDescription),
125
KnownResourceCommands.StopCommand => (
CommandsResources
.StopCommandDisplayName,
CommandsResources
.StopCommandDisplayDescription),
126
KnownResourceCommands.RestartCommand => (
CommandsResources
.RestartCommandDisplayName,
CommandsResources
.RestartCommandDisplayDescription),