22 references to CommandStrings
Aspire.Hosting (15)
ApplicationModel\CommandsConfigurationExtensions.cs (10)
24
displayName:
CommandStrings
.StartName,
48
displayDescription:
CommandStrings
.StartDescription,
57
displayName:
CommandStrings
.StopName,
81
displayDescription:
CommandStrings
.StopDescription,
91
?
CommandStrings
.RestartProjectDescription
92
:
CommandStrings
.RestartDescription;
96
displayName:
CommandStrings
.RestartName,
154
displayName:
CommandStrings
.RebuildName,
174
displayDescription:
CommandStrings
.RebuildDescription,
192
return new ExecuteCommandResult { Success = false, ErrorMessage = string.Format(CultureInfo.InvariantCulture,
CommandStrings
.RebuilderResourceNotFound, projectResource.Name) };
Orchestrator\ParameterProcessor.cs (4)
199
displayName:
CommandStrings
.SetParameterName,
206
displayDescription:
CommandStrings
.SetParameterDescription,
215
displayName:
CommandStrings
.DeleteParameterName,
222
displayDescription:
CommandStrings
.DeleteParameterDescription,
Resources\CommandStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Hosting.Resources.CommandStrings", typeof(
CommandStrings
).Assembly);
Aspire.Hosting.Tests (7)
Orchestrator\ParameterProcessorTests.cs (2)
867
Assert.Equal(
CommandStrings
.SetParameterName, setValueCommand.DisplayName);
868
Assert.Equal(
CommandStrings
.SetParameterDescription, setValueCommand.DisplayDescription);
ResourceCommandAnnotationTests.cs (5)
86
Assert.Equal(
CommandStrings
.RestartDescription, restartCommand.DisplayDescription);
101
Assert.Equal(
CommandStrings
.RestartProjectDescription, restartCommand.DisplayDescription);
116
Assert.Equal(
CommandStrings
.RestartProjectDescription, restartCommand.DisplayDescription);
176
Assert.Equal(
CommandStrings
.RebuildName, rebuildCommand.DisplayName);
177
Assert.Equal(
CommandStrings
.RebuildDescription, rebuildCommand.DisplayDescription);