2 implementations of Author
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
Localization\TemplateLocalizationInfo.cs (1)
27
string? ILocalizationLocator.
Author
=> Model.Author;
Microsoft.TemplateEngine.Utils (1)
LocalizationLocator.cs (1)
34
public string
Author
{ get; }
1 reference to Author
Microsoft.TemplateEngine.Edge (1)
Settings\TemplateInfo.cs (1)
95
Author = localizationInfo?.
Author
?? template.Author;