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