-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing MsgPack Nuget for UWP App References libc.dll; Store upload fails #206
Labels
bug
Detected as bug
Comments
It is mistake when I introduce .NET Standard. I will fix this. Sorry. |
Thank you! Could you let me know which Nuget version it is fixed in once you fix it!?! Many thanks. |
yfakariya
added a commit
that referenced
this issue
Feb 12, 2017
yfakariya
added a commit
that referenced
this issue
Feb 12, 2017
This solves following .NET Native related issue: * This build does not contain P/Invoke. * This build does not contain System.Reflection.Emit.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Somewhat similar to Issue #41, we are seeing that installing MsgPack.Cli from Nuget, for a UWP project, results in a dependency on libc.dll. This prevents projects including MsgPack from being capable of Windows Store upload, as compiling with the .NET Native toolchain will fail.
However, compiling the MsgPack source directly DOES result in a MsgPack.dll (Uwp project) which does NOT depend on libc.dll. Perhaps the Nuspec file needs to be updated so that installing via Nuget does not break the UWP store build (thus preventing Store upload)?
Thanks!
The text was updated successfully, but these errors were encountered: