Skip to content
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

Closed
bunkerdives opened this issue Sep 27, 2016 · 14 comments
Closed

Trouble importing to UWP/UAP10 projects #187

bunkerdives opened this issue Sep 27, 2016 · 14 comments
Labels

Comments

@bunkerdives
Copy link

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!

@yfakariya
Copy link
Member

If you want to use dll directly, the file under lib/netstandard1.3 can be used in uwp/uap.
You can also get dll from github release page. It includes same dlls as nuget package and additional dlls for unity.

@yfakariya
Copy link
Member

I changed package structure due to #221, so uap should work correctly after 0.9.0 rc1.

@marto83
Copy link

marto83 commented Aug 11, 2017

Do you know when 0.9.0 rc1 will be released?
We use MsgPack extensively in our library and currently, we can't support UWP because of this issue. ably/ably-dotnet#106

Thanks

@yfakariya
Copy link
Member

About 10 days ago. Sorry for delay.

@DaTester
Copy link

DaTester commented Sep 6, 2017

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"

@yfakariya
Copy link
Member

@DaTester
Thank you for reporting. I will investigate it. Could you tell me version of Xamarin.Forms, Visual Studio, and UWP SDKs/tools?

@DaTester
Copy link

DaTester commented Sep 7, 2017

Sure thing - if you need any other info let me know
Visual Studio 2015 (Community Edition)
Xamarin SDK version 4.5.0.486
Xamarin Forms version 2.3.3.180
Microsoft.NetCore.UniversalWindowsPlatform version 5.2.3
Visual Studio Tools for Universal Window Apps SDK version 14.0.25527.01

Thanks.

@DaTester
Copy link

Hi @yfakariya - any luck with this issue? I think this issue is related to #206 .

@yfakariya
Copy link
Member

@DaTester Could you upload minimal code to reproduce and debug it? I failed to reproduce this issue.

I guess this is not related to #206 because it should be solved in 0.9. #206 was caused because the package did not include uap10.0 build and it accidentally brought native dll dependency.

@DaTester
Copy link

@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.

@DaTester
Copy link

Please get the sample project (visual studio 2017 community) from the link below. Ensure the project is set to release.
https://app.box.com/s/ljryi57x4lw3mqw2royw48wvl98bb8zq

@yfakariya
Copy link
Member

yfakariya commented Sep 26, 2017

@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
If it is OK, I will release 0.9.2.

@DaTester
Copy link

This issue is fixed with the package you sent, thanks @yfakariya 👍

@yfakariya
Copy link
Member

This bug should be fixed in 0.9.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants