question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Paket 5.1.0 can no longer find a resolution if packages are missing in some sources.

See original GitHub issue

Description

We have two nuget sources local server and nuget.org

For some reason Paket 5.0 write warning on every dependency he fails to find in one of the sources

Here is a sample

Failed to get package details 'unable to find entry node for package System.Reflection.Extensions 4.3.0 in <?xml version="1.0" encoding="utf-8" standa
lone="yes"?>
<feed xml:base="http://nuget/NugetForVS/nuget/" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/
ado/2007/08/dataservices/metadata" xmlns="http://www.w3.org/2005/Atom">
  <title type="text">Packages</title>
  <id>http://nuget/nugetForVS/nuget/Packages</id>
  <updated>2017-06-18T15:01:04Z</updated>
  <author>
    <name />
  </author>
  <link rel="self" title="Packages" href="Packages" />
</feed>'. This feeds implementation might be broken.

Can this warning to be removed ?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
Desarccommented, Jun 19, 2017

I ran the same package resolution with versions 4.8.8, 5.0.0 and 5.1.0 for comparison.

paket_update_4.8.8.txt paket_update_5.0.0.txt paket_update_5.1.0.txt

For the 5.1.0 run, I had to eventually just kill the process, because it seemed to get stuck in a loop. The first run i ended up with an 850MB log file, so the one included above is from a run where i killed it much quicker. There did not seem to be anything interesting in the log beyond that point anyway, just repeats of the same thing.

0reactions
matthidcommented, Aug 17, 2017

Can you all please retry with 5.86.0-alpha002. Otherwise we might break you on next release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - Some NuGet packages are missing from the solution in ...
I am writing this answer as I tried the below solutions but none of them worked : Clearing the cache; Restoring or re-installing...
Read more >
Paket unable to find a resolution on paket install #3452
Paket seems to randomly try various packages. I think eventually it finds a solution (when you only use 3 modules instead of the...
Read more >
release-notes
Report if we can't find packages for top level dependencies. Faster resolver; Try /FindPackagesById before /Packages for nuget package version no. retrieval ...
Read more >
Xcode 13 "Missing package product" using local Swift ...
In Xcode 12, the local Swift packages resolve correctly and compiles, but each beta of Xcode 13 gives me the error: "[ProjectName].xcodeproj Missing...
Read more >
5. Control files and their fields
Control files are used for source packages, binary packages and the ... A stanza must not contain more than one instance of a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found