-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
source sequence is illegal/malformed utf-8 #730
Comments
Could you provide a public AzDo repo to reproduce this? I saw some similar behaviors sometime ago but I can't reproduce them with the sources I have. Maybe related but the repro would confirm it. |
Will try to provide one. |
Will also try checking whether the usage of our private feeds affect it in the first place. |
Hii @mburumaxwell, Hereby a minimal reproduction repository, only relying on nuget.org and the FakeItEasy dependency, which has to be updated from 7.3.1 to 7.4.0. Please let me know if you need any more information. Also, as mentioned earlier, the usage of a private feed seems to be irrelevant for this issue. |
@mburumaxwell Out of curiosity, is it reproducible on your end with the repository above? |
Just to be sure, I also ended up putting the repro on GitHub to see whether the official Dependabot also struggled with this case, and it didn't. Obviously this doesn't conclude that the it wouldn't be a Dependabot-core issue, but at the very least hints that the issue is a lot more nuanced and context-sensitive. Would it make sense to open an issue regarding this on the dependabot-core repository though? |
Informing that this issue still persists with the latest version (1.20.3) |
I have managed to reproduce this It appears that the earlier fix in dependabot/dependabot-core#7140 actually solves it so I will restore it and hopefully they can merge soon |
This will be fixed by dependabot/dependabot-core#8077 once merged and released |
Thank you kindly for looking into this. |
Fixed by #919 |
Dependabot pipeline using the Azure DevOps dependabot extension fails with the error in title and the log below while trying to update the FakeItEasy package from version 7.3.1 to 7.4.0. I've no idea whether this should have been logged on the Dependabot-core repository or this one so feel free to let me know as well. 😅
Additional info:
Dependabot Azure DevOps extension: 1.20.1.531 (Latest)
The pipeline yml is setup like this:
and the underlying dependabot.yml config file looks roughly like this:
The text was updated successfully, but these errors were encountered: