-
Notifications
You must be signed in to change notification settings - Fork 525
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
Paket fails to restore from MyGet feed #2508
Comments
can you please provide a repro? /cc @maartenba @matthid |
Unfortunately, it is easier to fix, than to make a repro. I have no idea if it's a correct change and how to create correct repro/test. |
I think the correct fix is that we use normalization for comparison only, because otherwise we will never use V3 for any source besides nuget.... I'm not exactly sure where this comparison fails so a repro would definitely help or maybe a verbose log |
Or maybe the stacktrace would help as well, please run with |
I'm really not in position to disclose any source code. My lunch is over, maybe I'll dig it in my free time.
|
yeah that never worked |
Not sure what the HTTP requests are triggering this error? The feed URL looks okay. |
@eugene-g sorry for the trouble. in order to fix it properly I released a new version (Paket 5.6.5) that has more trace info. Can you please run the same command as before but with addition -v? It should show one of the following traces:
I assume it's the first one and we do not combine it properly. If you give use the trace then I'm probably able to fix it. |
@forki Important note: Hope it helps. Sorry for being obscure on describing the error. |
ok this is actually helpful. Can you please retry with 5.6.6? |
@forki it works. We can now remove Paket version pinning on build server. |
I was trying to repro that issue almost 2 months ago and I was pretty sure I reported my results here... In short: it wasn't reproducible with the same I'd suggest to clean backlog by removing Since I could forget some details, I've built version without V3->V2 fallback and it works fine on the current version of our project. Pull request incoming. |
Description
5.6.1 and upper gives following error:
Where FEED_NAME and PACKAGE_NAME are our actual names.
paket.dependencies file is valid and I can find mentioned packages manually.
Repro steps
Unfortunately, can't give more details. Package versioning uses ~> operator, if it matters.
Known workarounds
Downgrade to Paket 5.5.3
The text was updated successfully, but these errors were encountered: