13 references to InitCommandStrings
aspire (13)
Commands\InitCommand.cs (11)
90
: base("init",
InitCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
124
Description =
InitCommandStrings
.LanguageOptionDescription
172
InteractionService.DisplayMessage(KnownEmojis.Information, string.Format(CultureInfo.CurrentCulture,
InitCommandStrings
.SolutionDetected, initContext.SelectedSolutionFile.Name));
180
InteractionService.DisplayMessage(KnownEmojis.Information,
InitCommandStrings
.NoSolutionFoundCreatingSingleFileAppHost);
206
InitCommandStrings
.SolutionAndProjectInSameDirectory,
246
InteractionService.DisplayMessage(KnownEmojis.CheckMark,
InitCommandStrings
.SolutionAlreadyInitialized);
439
InitCommandStrings
.AddingAppHostProjectToSolution,
465
InitCommandStrings
.AddingServiceDefaultsProjectToSolution,
559
InteractionService.DisplaySuccess(
InitCommandStrings
.AspireInitializationComplete);
627
InteractionService.DisplaySuccess(
InitCommandStrings
.AspireInitializationComplete);
721
InitCommandStrings
.ResolvingTemplateVersion,
Projects\SolutionLocator.cs (1)
41
InitCommandStrings
.MultipleSolutionsFound,
Resources\InitCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.InitCommandStrings", typeof(
InitCommandStrings
).Assembly);