SenseNet / sensenet

Open Source Content Services Platform written in .NET
https://sensenet.com
GNU General Public License v2.0
173 stars 112 forks source link

Can't install SenseNet.Services 7.0 beta from internal nuget feed #8

Closed zoltanbedi closed 7 years ago

zoltanbedi commented 7 years ago

I've started to install SensenetServices from nuget but I got en error, it says: Unable to find metadata of EntityFramework.6.1.2

If I install EF manually I got another error: Unable to find metadata of SenseNet.SnAdmin.1.4.0

I'm using visual studio 17

Should I manually install the dependencies?

tusmester commented 7 years ago

Could be related to this issue about not resolving dependencies across multiple sources: https://github.com/NuGet/Home/issues/4768

(of course this is only a temporary issue, because you are using an internal feed that will change to the official public NuGet feed on nuget.org when we release the package)

Please try to install the package with "All" selected as a Package source in the top right corner.

If that does not help, installing the dependencies that cause the error manually should work as a workaround.

zoltanbedi commented 7 years ago

Selecting All in the Manage nuget packages window solved the problem. Thanks

tusmester commented 7 years ago

Cool! According to the linked issue above, the original problem is already solved in the dev branch of the nuget client, hope they release the new version soon :).