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)
170if (!string.IsNullOrWhiteSpace(preferredTemplate.Author)) 172writer.WriteLine(HelpStrings.RowHeader_TemplateAuthor, preferredTemplate.Author);
TemplateInvoker.cs (1)
47bool isMicrosoftAuthored = string.Equals(templateToRun.Author, "Microsoft", StringComparison.OrdinalIgnoreCase);