1 implementation of Description
aspire (1)
Templating\CallbackTemplate.cs (1)
23
public string
Description
=> description;
6 references to Description
aspire (4)
Commands\NewCommand.cs (3)
283
return string.Compare(a.
Description
, b.
Description
, StringComparison.OrdinalIgnoreCase);
804
t => t.
Description
.EscapeMarkup(),
Commands\TemplateCommand.cs (1)
16
: base(template.Name, template.
Description
, services)
Aspire.Cli.Tests (2)
Commands\NewCommandTests.cs (2)
903
promptedTemplates = templates.Select(t => (t.Name, t.
Description
)).ToArray();
982
.Select(t => t.
Description
)