13 references to InitCommandStrings
aspire (13)
Commands\InitCommand.cs (11)
88: base("init", InitCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 122Description = InitCommandStrings.LanguageOptionDescription 170InteractionService.DisplayMessage(KnownEmojis.Information, string.Format(CultureInfo.CurrentCulture, InitCommandStrings.SolutionDetected, initContext.SelectedSolutionFile.Name)); 178InteractionService.DisplayMessage(KnownEmojis.Information, InitCommandStrings.NoSolutionFoundCreatingSingleFileAppHost); 204InitCommandStrings.SolutionAndProjectInSameDirectory, 244InteractionService.DisplayMessage(KnownEmojis.CheckMark, InitCommandStrings.SolutionAlreadyInitialized); 437InitCommandStrings.AddingAppHostProjectToSolution, 463InitCommandStrings.AddingServiceDefaultsProjectToSolution, 557InteractionService.DisplaySuccess(InitCommandStrings.AspireInitializationComplete); 625InteractionService.DisplaySuccess(InitCommandStrings.AspireInitializationComplete); 719InitCommandStrings.ResolvingTemplateVersion,
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);