NuGet can't resolve a dependency when updating a local package with dependencies from online repositories using Visual Studio 2015 Update 1

Kcoder

This is very similar to the issue in this question: Local NuGet package dependencies - resolve from official Nuget feed?

I have a local package whose latest update now has a dependency of EnterpriseLibrary.TransientFaultHandling from NuGet.org. When I attempt to update the package, I get the following error:

Unable to resolve dependency 'EnterpriseLibrary.TransientFaultHandling'. Source(s) used: 'nuget.org', '(My Company)', 'Microsoft and .NET'.

In VS 2013, it updates without any issue. In VS 2015, as a workaround, I have to manually install the dependency and then I can do the update.

Am I missing something or is this just a bug in VS 2015?

Kcoder

The latest NuGet Package Manager (3.4.1.807) fixes this issue.

Set the Package Source to All and they will update across different package sources.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Can't install NuGet package on a blank solution in Visual Studio 2015

From Dev

How do you update a NuGet package from a custom package source in Visual Studio 2015?

From Dev

I can't get Nuget push command to work on Visual Studio Online using latest Nuget tasks

From Dev

Visual Studio Online: Nuget Package restore fails

From Dev

why can't visual studio 2015 resolve dqword when compiling .asm?

From Dev

why can't visual studio 2015 resolve dqword when compiling .asm?

From Dev

How to add a bower package from a local directory in Visual Studio 2015

From Dev

Can't open Package.appxmanifest in Visual Studio 2015

From Dev

Visual Studio 2015 Debugging: Can't expand local variables?

From Dev

dnu restore from from Visual Studio 2015 Update 1 RC

From Dev

Targetting Windows xp from visual studio 2015 enterprise update 1

From Dev

No automatic update for Visual Studio 2015 to update 1?

From Dev

Is there an easy way to automatically create a NuGet package from a Visual Studio 2015 project?

From Dev

NuGet can't resolve a dependency when installing ServiceStack.Caching.Azure

From Dev

Visual Studio Online and Automatic Nuget Package Restore are failing

From Dev

Can't resolve dependency in Android Studio with jcenter

From Dev

Android Studio - Can't Resolve Dependencies

From Dev

Create nuget package from Visual Studio 2013

From Dev

NuGet package causes trouble in visual studio 2015 and Xamarin

From Dev

Visual Studio 2015 - NuGet package removes all project references

From Dev

Not able to install Nuget Package Manager in Visual Studio 2015

From Dev

Visual Studio 2015/2017 local NuGet feed HTTP 403

From Dev

Unable to watch variables during debug of T4 templates after updating to Visual Studio 2015 Update 2

From Dev

Visual Studio 2015 - Can't sign in, Use NuGet, etc. behind corporate proxy

From Dev

Can't update from official repositories

From Java

Visual Studio 2015 Update 1 spamming localhost

From Dev

Visual Studio 2015 Update 1, clang error

From Dev

MicroUpdate 1.1 for Visual Studio 2015 Update 1

From Dev

Can I update Visual Studio Community 2015 RC to 2015 Release when the final version is released, (without reinstallation)?

Related Related

  1. 1

    Can't install NuGet package on a blank solution in Visual Studio 2015

  2. 2

    How do you update a NuGet package from a custom package source in Visual Studio 2015?

  3. 3

    I can't get Nuget push command to work on Visual Studio Online using latest Nuget tasks

  4. 4

    Visual Studio Online: Nuget Package restore fails

  5. 5

    why can't visual studio 2015 resolve dqword when compiling .asm?

  6. 6

    why can't visual studio 2015 resolve dqword when compiling .asm?

  7. 7

    How to add a bower package from a local directory in Visual Studio 2015

  8. 8

    Can't open Package.appxmanifest in Visual Studio 2015

  9. 9

    Visual Studio 2015 Debugging: Can't expand local variables?

  10. 10

    dnu restore from from Visual Studio 2015 Update 1 RC

  11. 11

    Targetting Windows xp from visual studio 2015 enterprise update 1

  12. 12

    No automatic update for Visual Studio 2015 to update 1?

  13. 13

    Is there an easy way to automatically create a NuGet package from a Visual Studio 2015 project?

  14. 14

    NuGet can't resolve a dependency when installing ServiceStack.Caching.Azure

  15. 15

    Visual Studio Online and Automatic Nuget Package Restore are failing

  16. 16

    Can't resolve dependency in Android Studio with jcenter

  17. 17

    Android Studio - Can't Resolve Dependencies

  18. 18

    Create nuget package from Visual Studio 2013

  19. 19

    NuGet package causes trouble in visual studio 2015 and Xamarin

  20. 20

    Visual Studio 2015 - NuGet package removes all project references

  21. 21

    Not able to install Nuget Package Manager in Visual Studio 2015

  22. 22

    Visual Studio 2015/2017 local NuGet feed HTTP 403

  23. 23

    Unable to watch variables during debug of T4 templates after updating to Visual Studio 2015 Update 2

  24. 24

    Visual Studio 2015 - Can't sign in, Use NuGet, etc. behind corporate proxy

  25. 25

    Can't update from official repositories

  26. 26

    Visual Studio 2015 Update 1 spamming localhost

  27. 27

    Visual Studio 2015 Update 1, clang error

  28. 28

    MicroUpdate 1.1 for Visual Studio 2015 Update 1

  29. 29

    Can I update Visual Studio Community 2015 RC to 2015 Release when the final version is released, (without reinstallation)?

HotTag

Archive