Default 7.2.8 nuget install and setup... followed by attempted nuget Skybrud.Social.Umbraco fails with the following error.
Install-Package Skybrud.Social.Umbraco
Attempting to gather dependencies information for package 'Skybrud.Social.Umbraco.1.0.1' with respect to project 'Umbraco 7.2.8', targeting '.NETFramework,Version=v4.5.2'
Attempting to resolve dependencies for package 'Skybrud.Social.Umbraco.1.0.1' with DependencyBehavior 'Lowest'
Install-Package : Unable to resolve dependency 'Skybrud.Social'.
You wouldn't by any chance be using Visual Studio 2015? I've just installed VS2015 to test your issue, and I haven't even been able to install Umbraco via NuGet yet. Everything works fine if I test in VS2013 - both Umbraco and my own package.
Regarding the package repository not working, I think that is a local issue in your installation. I've also tried that in a fresh 7.2.8 installation, and it works fine.
Yes, you are spot on, I had no issues installing umbraco 7.2.8 via nuget in VS2015 community (on windows 10)
But just get the can't resolve dependancy on the Skybrud attempted install.. not the lengthy resolving dependancies that you see..
Did you run the umbraco sit using iis express in v2015? and managed to get the respository install to work?
However, I do see that there are plenty of other issues with vs2015 presently like no intellisence unless mvc5, which I don't really want to update, So I think the answer is to go back to vs2013 until these umbraco specific issues are resolved.
Nuget install fails....
Default 7.2.8 nuget install and setup... followed by attempted nuget Skybrud.Social.Umbraco fails with the following error.
Also.. trying to install via the package repository admin in the umbraco installation..
You wouldn't by any chance be using Visual Studio 2015? I've just installed VS2015 to test your issue, and I haven't even been able to install Umbraco via NuGet yet. Everything works fine if I test in VS2013 - both Umbraco and my own package.
Regarding the package repository not working, I think that is a local issue in your installation. I've also tried that in a fresh 7.2.8 installation, and it works fine.
A little update: Turns out VS2015/NuGet just took about half an hour to resolve dependencies.
I have now installed both Umbraco and my package via NuGet successfully, so again thinking your issue might be caused by something locally.
Yes, you are spot on, I had no issues installing umbraco 7.2.8 via nuget in VS2015 community (on windows 10)
But just get the can't resolve dependancy on the Skybrud attempted install.. not the lengthy resolving dependancies that you see..
Did you run the umbraco sit using iis express in v2015? and managed to get the respository install to work?
However, I do see that there are plenty of other issues with vs2015 presently like no intellisence unless mvc5, which I don't really want to update, So I think the answer is to go back to vs2013 until these umbraco specific issues are resolved.
My problem with installing Umbraco was that NuGet took forever to resolve the dependencies. After that, it worked fine.
I ran Umbraco using IIS express in VS2015. I had no problems with the repository.
is working on a reply...