question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Package dependency conflicts

See original GitHub issue

Nuget refuses to add this package as a dependency because: NU1107: Version conflict detected for AWSSDK.Core. Install/reference AWSSDK.Core 3.5.1.54 directly to resolve this issue. Kralizek.Extensions.Configuration.AWSSecretsManager 1.4.1 -> AWSSDK.SecretsManager 3.3.0 -> AWSSDK.Core (>= 3.3.21.20 && < 3.4.0).

And when referencing the latest AWSSDK.Core package directly, Nuget would warn when restoring that Detected package version outside of dependency constraint: AWSSDK.SecretsManager 3.3.0 requires AWSSDK.Core (>= 3.3.21.20 && < 3.4.0) but version AWSSDK.Core 3.5.1.56 was resolved..

This makes it complicated to consume this package if one uses any other AWS package in their projects.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sol-wassermancommented, Dec 28, 2020

It solved the issue, thank you!

0reactions
Kralizekcommented, Apr 8, 2022

Hi, have you tried pinning the latest version of AWSSDK.SecretsManager in your project file?

@Kralizek can you please clarify what this means? Is there a special syntax or order of dependencies in the .csproj? I’ve never heard of “pinning” a reference

Hi! Check the pinned issue 😃 #45

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dependency Resolution - pip documentation v23.2.1
Dealing with dependency conflicts#. This section provides practical suggestions to pip users who encounter a ResolutionImpossible error, where pip cannot ...
Read more >
Python packages with conflicting dependencies
we are trying to install several own written python3 applications sharing some libraries with conflicting versions. We are currently discussing ...
Read more >
The Nine Circles of Python Dependency Hell | by Knewton
You may see a version conflict if your dependencies are demanding a specific version of a library that you don't currently use in...
Read more >
Dependency hell
The dependency issue arises when several packages have dependencies on the same shared packages or libraries, but they depend on different and incompatible ......
Read more >
Resolve NuGet dependency conflicts
Resolve NuGet dependency conflicts ... Describes why package dependencies can create compatibility issues and how to work around those issues in the Project...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found