Config

FodyWeavers.dll 포함 에러

AutoLoop 2023. 6. 7. 09:32

No configuration entry found for the installed weaver Costura. This weaver will be skipped. You may want to add this weaver to your FodyWeavers.xml 에러인경우 

실행 솔루션 폴더 디렉토리에

FodyWeavers.dll 파일이 없을경우

FodyWeavers.xml  파일수정

<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
  <Costura />
</Weavers>

생성후 재컴파일한다.