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