10 references to InitCommandStrings
aspire (10)
Commands\InitCommand.cs (8)
72
: base("init",
InitCommandStrings
.Description, features, updateNotifier, executionContext, interactionService)
180
InteractionService.DisplayMessage("information", string.Format(CultureInfo.CurrentCulture,
InitCommandStrings
.SolutionDetected, initContext.SelectedSolutionFile.Name));
187
InteractionService.DisplayMessage("information",
InitCommandStrings
.NoSolutionFoundCreatingSingleFileAppHost);
231
InteractionService.DisplayMessage("check_mark",
InitCommandStrings
.SolutionAlreadyInitialized);
423
InitCommandStrings
.AddingAppHostProjectToSolution,
449
InitCommandStrings
.AddingServiceDefaultsProjectToSolution,
542
InteractionService.DisplaySuccess(
InitCommandStrings
.AspireInitializationComplete);
596
InteractionService.DisplaySuccess(
InitCommandStrings
.AspireInitializationComplete);
Projects\SolutionLocator.cs (1)
40
InitCommandStrings
.MultipleSolutionsFound,
Resources\InitCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.InitCommandStrings", typeof(
InitCommandStrings
).Assembly);