Hide third party dll with fody

I would like to write a Fody plugin that will allow me to weave a third party DLL.

Is it possible?

Reading documentation and source code from various plugins, I haven't found a way to do this. It looks like fody only lets you weave the assembly referencing the plugin (using the ModuleDefinition property filled at build time).

Since fody relies on Mono.Cecil, I think it is technically possible, but it looks like my use case was not considered at all.

Tanks

+3


source to share





All Articles