Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable Fody Costura

Is there a way to disable Fody Costura? I need to perform some troubleshooting and I want to know that Fody Costura is not part of the problem. I would prefer to disable it instead of removing the nuget which would be one solution.

Removing <Costura/> from the Fody configuration gives the following error since I do not use any other weavers:

Fody: No configured weavers. It is possible you have not installed a weaver or have installed a fody weaver nuget into a project type that does not support install.ps1. You may need to add that weaver to FodyWeavers.xml manually. eg. <Weavers><WeaverName/></Weavers>. see https://github.com/Fody/Fody/wiki/SampleUsage

like image 350
Magnus Lindhe Avatar asked Nov 08 '25 09:11

Magnus Lindhe


1 Answers

Yes you can comment out or remove the <Costura /> line from FodyWeavers.xml

like image 197
Cameron MacFarland Avatar answered Nov 12 '25 16:11

Cameron MacFarland



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!