Hi
Is there any way how to change the template used in .NET DLL Importer for generating code? I may be wrong but I expect there's such XSLT applied during the import process and I can change the filter definition.
What's going on:
I would like to change the class which is the final import derived from to my own nvo because I want to add some other features like logging or general error handling.
I know I can change the ancestor in the source code but I don't want to do it everytime I import a .NET class.
I was looking for a solution but I missed your post. I think that XML/XSL template based importer would be better than adding checkboxes. Actually I'm thinking about to take MS XSLT tool and try to generate .sru