1 implementation of Description
aspire (1)
Templating\CallbackTemplate.cs (1)
20public string Description => description;
7 references to Description
aspire (5)
Commands\NewCommand.cs (4)
132return string.Compare(a.Description, b.Description, StringComparison.OrdinalIgnoreCase); 168InteractionService.DisplayPlainText($"{NewCommandStrings.SelectAProjectTemplate} {result.Description}"); 435t => t.Description.EscapeMarkup(),
Commands\TemplateCommand.cs (1)
18: base(template.Name, template.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Aspire.Cli.Tests (2)
Commands\NewCommandTests.cs (2)
883promptedTemplates = templates.Select(t => (t.Name, t.Description)).ToArray(); 949.Select(t => t.Description)