Configuring a Fody solution weaver

8.5k views Asked by At

I am using Fody in-solution weaving. I have a couple of projects configured to use Fody and would like them to be able to pass in configuration to my weaver in the same fashion any other weaver could (via an auto-wired Config property). However, I am unable to find any documentation on how to achieve this.

Is it supported? If so, how?

1

There are 1 answers

0
Simon On

u should be able to reference the reference the solution weaver by name. as is done here https://github.com/Fody/Fody/blob/master/Integration/WithNugetAndInSolutionWeavers/FodyWeavers.xml

then you can pass configuration to it