-
Notifications
You must be signed in to change notification settings - Fork 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
Error when updating NuGet packages from Public and Private Feed #9069
Comments
Could you post the whole log? There's likely something interesting before the failure listed. |
I'm using a similar configuration and have been experiencing this issue for all my repos for the last 2 months or so
Examples: |
Of course! I have attached it here (since it's massive) |
Yes, this is a very accurate description of the problem. |
@FrankRua some of the log info was truncated too much. Could you grab some chunks for me from your log? Specifically line 5749 and the next 100 lines or so. I need to see the whole line (file paths can be redacted) that starts with:
Similarly line 5826 and the next chunk. I'm looking for the |
@brettfo Yes! I have attached it in one text file here, you can see they are separated in sections with:
And
Let me know if you need anything else 😄. |
@FrankRua I wasn't able to figure anything out from the bigger log segments. Are you able to share the full unredacted log with me privately via email? Maybe something from that will stick out to me. Anything I receive will only be seen by me and deleted as soon as I'm done. If this is something you're able to do, my direct email is |
@brettfo I have gotten the ok for SecOps to send them to you, I will send them over to you in a few minutes. |
I've been working with @FrankRua via email and this appears to now be solved. |
Is there an existing issue for this?
Package ecosystem
NuGet
Package manager version
No response
Language version
C# (.NET 6)
Manifest location and content before the Dependabot update
Manifest files would be kept respectively in the
csproj
files that contain them,dependabot.yml content
Updated dependency
No response
What you expected to see, versus what you actually saw
What I expect: Dependabot to raise a PR with the correct depdendcies updates for both public and private feeds.
What is happening: Only a few packages are being updated and we are getting errors on the rest. Example for a public package:
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: