10 references to InitCommandStrings
aspire (10)
Commands\InitCommand.cs (8)
64: base("init", InitCommandStrings.Description, features, updateNotifier, executionContext, interactionService) 133InteractionService.DisplayMessage("information", string.Format(CultureInfo.CurrentCulture, InitCommandStrings.SolutionDetected, initContext.SelectedSolutionFile.Name)); 140InteractionService.DisplayMessage("information", InitCommandStrings.NoSolutionFoundCreatingSingleFileAppHost); 184InteractionService.DisplayMessage("check_mark", InitCommandStrings.SolutionAlreadyInitialized); 376InitCommandStrings.AddingAppHostProjectToSolution, 402InitCommandStrings.AddingServiceDefaultsProjectToSolution, 495InteractionService.DisplaySuccess(InitCommandStrings.AspireInitializationComplete); 524InteractionService.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);