1 implementation of Name
aspire (1)
Templating\CallbackTemplate.cs (1)
11public string Name => name;
3 references to Name
aspire (3)
Commands\NewCommand.cs (2)
88if (parseResult.CommandResult.Command != this && _templates.Single(t => t.Name.Equals(parseResult.CommandResult.Command.Name, StringComparison.OrdinalIgnoreCase)) is ITemplate template) 159t => $"{t.Name} ({t.Description})",
Commands\TemplateCommand.cs (1)
16: base(template.Name, template.Description, features, updateNotifier)