Why <Link>librdkafka\x86\%(Filename)%(Extension)</Link> is required in librdkafka.redist.props? #4247
inikulshin
started this conversation in
General
Replies: 1 comment
-
I suggest to replace it with
similarly to packaging/nuget/templates/librdkafka.redist.targets |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why
<Link>librdkafka\x86\%(Filename)%(Extension)</Link>
is required in packaging/nuget/templates/librdkafka.redist.props?Afaiu, it just causes the dlls to be copied also into
$(OutputDir)\librdkafka\x86
, in addition to$(OutputDir)
.Update:
I removed the whole
<ItemGroup/>
section - at leastConfluent.Kafka
worked fine (native dlls are loaded from$(OutputDir)
).Beta Was this translation helpful? Give feedback.
All reactions