Hi All,
I was wondering if there was any way to add a list of xml files all at once, rather than calling AddXmlFile on each file? For various reasons I can't add the mapping files as an embedded resource, and the application I'm working on currently adds all the files in my mappings directory alphabetically (so if a file depends on a superclass that has not yet been mapped, an error is thrown). Is there any way of doing this?
Apologies if this has been covered in the docs but I couldn't see anything. If there's no way of doing this I'd be happy to amend the configuration class so that it can be done and create a pull request.
Kind Regards,
David