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