Hi all, I've stumbled through and finally gotten a code cloning-based C# mixin provider available at https://github.com/rileywhite/Bix.Mixers.Fody. It is able to be successfully triggered by Fody within the VS build process. It still has a lot of rough edges from the usability side of things, but I hope to make it available via NuGet and as seemlessly usable as possible. The idea is to add an interface to a type and pull the implementation of that interface from a template type. It's smart enough to redirect internal template type references to target type copies, but I'm still working through writing tests, writing documentation, and filling in missing functionality. (The missing functionality points that I've identified are all marked with TODOs in the code, in case anybody wants to help :-)
I wonder if this seems like a useful tool to all of you. I'd also be interested to know whether I am duplicating any other open source effort or whether anybody has tried this sort of thing and can provide any advice. Thanks, Riley -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
