9 references to InitCommandStrings
aspire (9)
Commands\InitCommand.cs (7)
60
: base("init",
InitCommandStrings
.Description, features, updateNotifier, executionContext, interactionService)
113
InteractionService.DisplayMessage("information", string.Format(CultureInfo.CurrentCulture,
InitCommandStrings
.SolutionDetected, initContext.SelectedSolutionFile.Name));
120
InteractionService.DisplayMessage("information",
InitCommandStrings
.NoSolutionFoundCreatingSingleFileAppHost);
156
InteractionService.DisplayMessage("check_mark",
InitCommandStrings
.SolutionAlreadyInitialized);
317
InitCommandStrings
.AddingProjectsToSolution,
399
InteractionService.DisplaySuccess(
InitCommandStrings
.AspireInitializationComplete);
444
InteractionService.DisplaySuccess(
InitCommandStrings
.AspireInitializationComplete);
Projects\SolutionLocator.cs (1)
40
InitCommandStrings
.MultipleSolutionsFound,
Resources\InitCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.InitCommandStrings", typeof(
InitCommandStrings
).Assembly);