Giter Site home page Giter Site logo

Comments (3)

xiaoshiyi123 avatar xiaoshiyi123 commented on August 19, 2024

project.assets.json

from home.

Nigusu-Allehu avatar Nigusu-Allehu commented on August 19, 2024

It seems like you're encountering the NU1106 error, which indicates a conflict in your project's dependency graph due to incompatible package version requirements. The error message suggests that your project is unable to reconcile different version demands for the Microsoft.CloudManagedDesktop.Core.Flighting package from various dependencies.
The "lowest applicable version" rule you mentioned typically applies when NuGet is resolving package dependencies. It's designed to choose the minimal version of a package that satisfies all version requirements from different dependencies. However, this process can fail if there are conflicting version constraints that cannot be satisfied simultaneously.
Your understanding of using the direct-dependency rule as a solution is correct. By directly specifying the version of the conflicting package in your project, you override the transitive dependencies' version requirements, which can resolve the NU1106 error.
To better understand why the lowest applicable version rule isn't resolving your conflict as expected, it would indeed be helpful to see a screenshot of the dependency graph for all packages that depend on Microsoft.CloudManagedDesktop.Core.Flighting. You can obtain this information through the package manager UI by navigating to the installed tab, selecting the package, and viewing the list of dependencies and their versions. This detailed view can help identify if a particular package requires an exact version or if there's another issue at play that's preventing the resolution of the dependency graph.

from home.

 avatar commented on August 19, 2024

This issue has been automatically marked as stale because we have not received a response in 14 days. It will be closed if no further activity occurs within another 14 days of this comment.

from home.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.