It would be helpful if there were events or callbacks during object generation.
For example, for my project in addition to the DbContext, I create a separate Interface with all the tables as properties. I can modify the .ttinclude files to generate this for me, but every time a new version of reverse poco comes out, I need to reapply my edits.
At the most basic level, if you added some sort of callback/delegate/event/whatever that was fired for every table, I could generate my interface based off the data for the calls. This should be pretty quick to do. I'd be happy to send you what I have.
For example, for my project in addition to the DbContext, I create a separate Interface with all the tables as properties. I can modify the .ttinclude files to generate this for me, but every time a new version of reverse poco comes out, I need to reapply my edits.
At the most basic level, if you added some sort of callback/delegate/event/whatever that was fired for every table, I could generate my interface based off the data for the calls. This should be pretty quick to do. I'd be happy to send you what I have.