-
Notifications
You must be signed in to change notification settings - Fork 1
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
Compile error after upgrading to 1.0.131 #22
Comments
Thanks for the heads up. The scripting packages are in I'll take a look at what part of the packaging failed as quick as I can and try to get a build out to replace it. In the meantime I'd recommend downgrading to |
Also, what version of
|
I played around with this last night some trying to figure out what changed in the nuget packaging between While I do know a way to "fix" the issue that you're seeing, (moving Ultimately the problem has to do with the compiler toolchain not picking up the right winmd implementation, but I'm going to need to build the project commit by commit since After working with this last night, I'm confident that this is just a packaging issue with Nuget. If downgrading to I won't have access to a compiler for some time today to start debugging this, in the meantime please use the suggestion above as an alternative until I can identify and resolve this packaging issue. Sorry for the inconvenience. |
I'm going to move forward with moving Regarding the ARM issue. After much digging it looks like I'm suspecting it's something in Visual Studio that changed, but after trying to rebuild I'll provide another update once I'm a bit closer. In
In
|
|
54b9786 fixes this. As soon as the tests pass I'll create and test a new package to deploy to nuget. |
1.0.13.2 has been released and push to nuget. https://github.com/charlesportwoodii/libsodium-uwp/releases/tag/1.0.13.2 Thanks for your patience. Let me know if you have any additional questions, concerns, or if you find any other issues. |
My solution is failing to compile with the following error after the upgrade.
Payload contains two or more files with the same destination path 'Sodium.winmd'. Source files:
....nuget\packages\libsodium-uwp\1.0.131\runtimes\win10-x64\native\Sodium.winmd
....nuget\packages\libsodium-uwp\1.0.131\lib\uap10.0\Sodium.winmd
The text was updated successfully, but these errors were encountered: