-
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
Trouble importing to UWP/UAP10 projects #187
Comments
If you want to use dll directly, the file under |
I changed package structure due to #221, so uap should work correctly after 0.9.0 rc1. |
Do you know when 0.9.0 rc1 will be released? Thanks |
About 10 days ago. Sorry for delay. |
Hi @yfakariya - i'm afraid we still have issue with the latest release (0.9.1) with Xamarin UWP. The project fails to start when in release mode but works fine in run debug mode. Not much details are provided when it fails except - "A dependent dll was not found" |
@DaTester |
Sure thing - if you need any other info let me know Thanks. |
Hi @yfakariya - any luck with this issue? I think this issue is related to #206 . |
@yfakariya, no code needed to reproduce this issue. Just open up new xamarin UWP project add the nuget MsgPack.Cli set project to release mode. you will find the project fails to launch. |
Please get the sample project (visual studio 2017 community) from the link below. Ensure the project is set to release. |
@DaTester Sorry for delay. I found that the nupkg did not include UAP build. Could you try this fixed package? https://ci.appveyor.com/api/buildjobs/3nk40pn5m0xydft1/artifacts/MsgPack.Cli.0.9.2-138.nupkg |
This issue is fixed with the package you sent, thanks @yfakariya 👍 |
This bug should be fixed in 0.9.2. |
Where in the lib directory are the UWP/UAP dll files stored? In-case we prefer not to use nuget inclusion, and instead decide to reference the DLL's directly?
Thanks!
The text was updated successfully, but these errors were encountered: