10 references to InitCommandStrings
aspire (10)
Commands\InitCommand.cs (8)
88: base("init", InitCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 176InteractionService.DisplayMessage("information", string.Format(CultureInfo.CurrentCulture, InitCommandStrings.SolutionDetected, initContext.SelectedSolutionFile.Name)); 183InteractionService.DisplayMessage("information", InitCommandStrings.NoSolutionFoundCreatingSingleFileAppHost); 227InteractionService.DisplayMessage("check_mark", InitCommandStrings.SolutionAlreadyInitialized); 419InitCommandStrings.AddingAppHostProjectToSolution, 445InitCommandStrings.AddingServiceDefaultsProjectToSolution, 539InteractionService.DisplaySuccess(InitCommandStrings.AspireInitializationComplete); 602InteractionService.DisplaySuccess(InitCommandStrings.AspireInitializationComplete);
Projects\SolutionLocator.cs (1)
41InitCommandStrings.MultipleSolutionsFound,
Resources\InitCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.InitCommandStrings", typeof(InitCommandStrings).Assembly);