Package dependency conflicts
See original GitHub issueNuget 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:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It solved the issue, thank you!
Hi! Check the pinned issue 😃 #45