DpdtInject
DpdtInject copied to clipboard
SG should produce an additional XML file with all bindings it produced
the framework allows SG to append not only CS files, but some additional files.
we may put some XML or txt file with info about produced bindings, their details, and their source code position.
it is implemented. but I need to escape XML with // and put it in cs file due to SG design limitation
I need to wait for the ability for SG to produce not only source code, but the other kind of the results, like non-compilable XML files. After that, I need to remove escaping with // from Dpdt codebase and things will become easier.