-
Notifications
You must be signed in to change notification settings - Fork 11
06: Build nuget package
win edited this page Jul 19, 2016
·
2 revisions
.. developing ...
see
https://github.com/prepare/Espresso/tree/master/espr_build_nuget
https://github.com/prepare/Espresso/blob/master/espr_build_nuget/Program.cs
key note:
-
How to pack native dll (lipespr.dll) into nuget.
-
DllImport not found? , nuget not copy native dll to proper folder? or nuget not load proper dll?
-
take care of runtime, platform id
questions:
when package id is the same as managed assembly,
the bundled native dlls are not loaded,
but when the package id name is different, it works!,
2 days pass .... :'(
but now it was resolved :)
see more