UNIT6-open / TemplateEngine.Docx

Smart docx template engine for .NET
Other
406 stars 137 forks source link

Need access to the list of errors #69

Open izimiky opened 3 years ago

izimiky commented 3 years ago

In my case, the template files are available for users to edit. And if the template is not valid, it would be great not to fill in the template and provide a list of errors. It would be cool to have access to the error list programmatically for that. Thank you!