期待这篇文章和问题:
1) https://idmedia.no/general/include-sqlite-interop-dll-into-your-c-project/
2) https://github.com/Fody/Fody/issues/673
无法解决问题。有没有人有类似的问题?
Costura /Fody 不能包含grpc_csharp_ext.x86.dll。因为它是运行时 .dll 有关系吗?
图 1)忽略此消息检查互联网连接它只是我的后缀句。.
.
.
.
图 2)那是不包括在内的 .dll。.
.
.
.
图 3)这些是解决方案项目中的 dll,如链接1)设置为 EmbededResource 但仍然无法正常工作。.
.
.
.
这是我的 FodyWeavers.xml
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Costura IgnoreSatelliteAssemblies='true'
Unmanaged32Assemblies='grpc_csharp_ext'
Unmanaged64Assemblies='grpc_csharp_ext'>
</Costura>
</Weavers>