10 references to InitCommandStrings
aspire (10)
Commands\InitCommand.cs (8)
88
: base("init",
InitCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
176
InteractionService.DisplayMessage("information", string.Format(CultureInfo.CurrentCulture,
InitCommandStrings
.SolutionDetected, initContext.SelectedSolutionFile.Name));
183
InteractionService.DisplayMessage("information",
InitCommandStrings
.NoSolutionFoundCreatingSingleFileAppHost);
227
InteractionService.DisplayMessage("check_mark",
InitCommandStrings
.SolutionAlreadyInitialized);
419
InitCommandStrings
.AddingAppHostProjectToSolution,
445
InitCommandStrings
.AddingServiceDefaultsProjectToSolution,
539
InteractionService.DisplaySuccess(
InitCommandStrings
.AspireInitializationComplete);
602
InteractionService.DisplaySuccess(
InitCommandStrings
.AspireInitializationComplete);
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);