Implemented interface member:
property
Author
Microsoft.TemplateEngine.Abstractions.ITemplateMetadata.Author
4 references to Author
Microsoft.TemplateEngine.Cli (4)
Commands\create\InstantiateCommand.cs (1)
308.DefineColumn(t => t.Author ?? string.Empty, LocalizableStrings.ColumnNameAuthor, showAlways: true, shrinkIfNeeded: true, minWidth: 10)
Commands\create\InstantiateCommand.Help.cs (2)
171if (!string.IsNullOrWhiteSpace(preferredTemplate.Author)) 173writer.WriteLine(HelpStrings.RowHeader_TemplateAuthor, preferredTemplate.Author);
TemplateInvoker.cs (1)
49bool isMicrosoftAuthored = string.Equals(templateToRun.Author, "Microsoft", StringComparison.OrdinalIgnoreCase);