1 implementation of Description
aspire (1)
Templating\CallbackTemplate.cs (1)
13
public string
Description
=> description;
2 references to Description
aspire (2)
Commands\NewCommand.cs (1)
159
t => $"{t.Name} ({t.
Description
})",
Commands\TemplateCommand.cs (1)
16
: base(template.Name, template.
Description
, features, updateNotifier)