10 references to InitCommandStrings
aspire (10)
Commands\InitCommand.cs (8)
86
: base("init",
InitCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
174
InteractionService.DisplayMessage("information", string.Format(CultureInfo.CurrentCulture,
InitCommandStrings
.SolutionDetected, initContext.SelectedSolutionFile.Name));
181
InteractionService.DisplayMessage("information",
InitCommandStrings
.NoSolutionFoundCreatingSingleFileAppHost);
225
InteractionService.DisplayMessage("check_mark",
InitCommandStrings
.SolutionAlreadyInitialized);
417
InitCommandStrings
.AddingAppHostProjectToSolution,
443
InitCommandStrings
.AddingServiceDefaultsProjectToSolution,
537
InteractionService.DisplaySuccess(
InitCommandStrings
.AspireInitializationComplete);
600
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);