-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependabot doesn't update NuGet version in all projects #9444
Comments
This looks like a reemergence of the issue here #8576, possibly due to this commit 02f47fd as it touched the same file after the fix, which seemed to work. I know 0 Ruby so can't comment but perhaps @JamieMagee can take a look? |
@prplecake are you able to share any other logs? @kmcc049 It's hard to say whether or not it's related to Sorbet without any stack traces. |
@JamieMagee I'm not sure what other logs I could provide. |
@prplecake Is the repo where you're seeing this public? If not can you share the job ID so I can pull the full logs from my end? There will be several instances of a string like |
@brettfo Repo is private. I don't have the job ID for the run when I opened this issue, and I haven't had a bunch of dependency updates in the last several weeks. In any case, there was a job that ran two weeks ago, I hope they help. |
@prplecake , a lot of improvements have been made to |
Is there an existing issue for this?
Package ecosystem
NuGet
Package manager version
No response
Language version
.NET 8
Manifest location and content before the Dependabot update
Project layout follows a pattern similar to the following:
/src/Core/Core.csproj
/src/Infrastructure/Infrastructure.csproj
/src/CLI/CLI.csproj
/tests/Core.Tests/Core.Tests.csproj
/tests/Infrastructure.Tests/Infrastructure.Tests.csproj
/tests/TestHelpers/TestHelpers.csproj
dependabot.yml content
Updated dependency
Microsoft.Test.SDK 17.6.0 to 17.9.0
What you expected to see, versus what you actually saw
I would expect Microsoft.Test.SDK to be updated in all three test projects, but it's only updated in a single project, causing any related restore/builds to fail with a package downgrade error from MSBuild.
Native package manager behavior
Not applicable.
Images of the diff or a link to the PR, issue, or logs
According to the dependabot logs, dependabot knows this dependency is found in other projects:
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: