【发布时间】:2015-10-15 13:08:02
【问题描述】:
有没有办法禁用 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
【问题讨论】:
标签: fody fody-costura