-
Notifications
You must be signed in to change notification settings - Fork 124
error NU1605: Detected package downgrade #325
Comments
This looks to me as a subset of #128 . If we'd detect packages that have to be updated together (most likely by extending the graph walking feature to check constraints on the updates generated), we could solve this one. |
It's definitely an ordering or a batching problem. Also it looks like it could be a warning (on a transitional state) which is promoted to an error by project settings |
I'm seeing similar today:
So NuKeeper is updating |
If I am reading this issue right, what is happening is that you have Now the update to The end state is consistent, but the intermediate state is not. Applying the update to the "direct reference" in Unless there's a way now to ask https://docs.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1605 |
I have been thinking about this one. In order to sort projects, we need to relate them. When we have a new style VS 2018 project, we are parsing the However if we have an old-style project, we are parsing the |
Should be fixed in |
I just updated from Side note: This is an excellent project, and we really love using this on our team in a nightly Jenkins job to update a single dependency each night--really helps us stay on top of things. |
In the AWS Watchman runs, NuKeeper has been failing with errors as below.
I'm not sure what's causing it. It is correct to attempt to update
AWSSDK.Core
first, as it is upstream of the otherAWSSDK.*
packages.But it might be that when the projects relate to each other and with the new package model have tree of project and package dependencies, it matter which project is updated first - i.e. it should be the upstream project first?
The text was updated successfully, but these errors were encountered: