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