-
Notifications
You must be signed in to change notification settings - Fork 172
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
[ISSUE][NUGET] Empty nuget package #233
Comments
I just tried a minimal example and it works fine. Can you post a non-working example? |
It is in my unity project. I try to figure out why this happens only with your 2 xBim repositories. |
Paths have changed in the package because we upgraded to .NET Standard 2.0 and .NET 4.7 |
Yeah I see that but all the package per dll remains empty. |
I would think so. I just tried to create a vanilla project referencing our latest NuGet packages and everything works fine. You might also try to clear any cache your environment might be using. |
I think I hit this yesterday when upgrading XbimUtilities... I believe it's a bug in Nuget. What seems to be happening is it's uninstalling the prior XBIMEssentials package but failing to fully install the new version (which is a meta package). I think the cause is because we upgrade the .net dependency from net45 to net 47 on the Essentials dependencies. The solution seems to be to upgrade your project files to net47 before you upgrade the nuget packages. |
Hopefully that works for you. I've added a note to the Changelog: 48842ea |
All my nuget package from your project build in 5.0 seems to be empty when I download them.
To be sure it wasn't an issue from my side I tried with other package like Newtonsoft JSON and it works.
The text was updated successfully, but these errors were encountered: