1 implementation of Description
aspire (1)
Templating\CallbackTemplate.cs (1)
20public string Description => description;
2 references to Description
aspire (2)
Commands\NewCommand.cs (1)
484t => t.Description.EscapeMarkup(),
Commands\TemplateCommand.cs (1)
18: base(template.Name, template.Description, features, updateNotifier, executionContext, interactionService, telemetry)