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