有没有办法禁用Fody Costura?我需要执行一些故障排除,并且我想知道Fody Costura不是问题的一部分。我宁愿禁用它而不是删除nuget,这是一种解决方案。
从Fody配置中删除<Costura/>
会产生以下错误,因为我没有使用任何其他的编织器: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
最佳答案
是的,您可以注释掉或从<Costura />
中删除FodyWeavers.xml
行
关于fody - 禁用Fody Costura,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/33149431/