Implemented interface member:
property
ThirdPartyNotices
Microsoft.TemplateEngine.Abstractions.ITemplateMetadata.ThirdPartyNotices
4 references to ThirdPartyNotices
Microsoft.TemplateEngine.Cli (4)
Commands\create\InstantiateCommand.Help.cs (2)
181if (!string.IsNullOrEmpty(preferredTemplate.ThirdPartyNotices)) 183writer.WriteLine(HelpStrings.Info_TemplateThirdPartyNotice, preferredTemplate.ThirdPartyNotices);
TemplateInvoker.cs (2)
216if (!string.IsNullOrEmpty(templateArgs.Template.ThirdPartyNotices)) 218Reporter.Output.WriteLine(LocalizableStrings.ThirdPartyNotices, templateArgs.Template.ThirdPartyNotices);