1 write to Author
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ConfigModel\TemplateConfigModel.cs (1)
60Author = source.ToString(nameof(Author));
6 references to Author
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (6)
ConfigModel\TemplateConfigModel.cs (2)
60Author = source.ToString(nameof(Author)); 461_author = locModel.Author ?? Author;
DirectoryBasedTemplate.Interfaces.cs (1)
21string? ITemplateMetadata.Author => ConfigurationModel.Author;
RunnableProjectConfig.ITemplate.cs (1)
34string? ITemplateMetadata.Author => ConfigurationModel.Author;
RunnableProjectGenerator.cs (1)
438public string? Author => _templateInfo.ConfigurationModel.Author;
Validation\MandatoryValidationFactory.cs (1)
67vi => string.IsNullOrWhiteSpace(vi.ConfigModel.Author)),