1 implementation of Description
aspire (1)
Templating\CallbackTemplate.cs (1)
20
public string
Description
=> description;
7 references to Description
aspire (5)
Commands\NewCommand.cs (4)
132
return string.Compare(a.
Description
, b.
Description
, StringComparison.OrdinalIgnoreCase);
168
InteractionService.DisplayPlainText($"{NewCommandStrings.SelectAProjectTemplate} {result.
Description
}");
435
t => 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)
883
promptedTemplates = templates.Select(t => (t.Name, t.
Description
)).ToArray();
949
.Select(t => t.
Description
)