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.

Description

Please provide a succinct description of your issue.

Repro steps

.\paket.exe why castle.core -v
Paket version 5.231.0
found: C:\Work\eXpandFramework\DevExpress.XAF\paket.dependencies
Parsing C:\Work\eXpandFramework\DevExpress.XAF\paket.dependencies

Expected behavior

graph display

Actual behavior

hangs on parsisng… Stops with no output

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
forkicommented, Nov 15, 2019
PS D:\temp\XAF> .\.paket\paket.exe why castle.core
Paket version 5.234.1
Package system.buffers is defined more than once in group Main of D:\temp\XAF\paket.dependencies
NuGet castle.core - 4.4 is a direct (paket.dependencies) dependency.
It is part of following dependency chains:

-> Moq - 4.13
  -> castle.core - 4.4

Performance:
 - Runtime: 571 milliseconds
PS D:\temp\XAF> .\.paket\paket.exe why Xpand.VersionConverter
Paket version 5.234.1
Package system.buffers is defined more than once in group Main of D:\temp\XAF\paket.dependencies
NuGet Xpand.VersionConverter - 1.0.37 is a transitive dependency.
It is part of following dependency chains:

-> Xpand.XAF.Web.All - 0.0.2.1
  -> Xpand.XAF.Core.All - 0.0.2.1
    -> Xpand.XAF.Modules.AutoCommit - 1.0.18
      -> Xpand.Extensions.XAF - 0.0.8
        -> Xpand.VersionConverter - 1.0.37

-> Xpand.XAF.Win.All - 0.0.2.1
  -> Xpand.XAF.Core.All - 0.0.2.1
    -> Xpand.XAF.Modules.AutoCommit - 1.0.18
      -> Xpand.Extensions.XAF - 0.0.8
        -> Xpand.VersionConverter - 1.0.37

Performance:
 - Runtime: 574 milliseconds
PS D:\temp\XAF>

Great work @theimowski

0reactions
theimowskicommented, Nov 14, 2019

Seems the issue is due to cycles in dependencies between packages like Microsoft.NETCore.Platform, System.Runtime, Microsoft.NETCore.Targets and friends … Will investigate further

Edit: The issue was with using an immutable Set for recursive calls, replaced it with HashSet in #3722 and was able to run paket why on the given sample in 1 second

Read more comments on GitHub >

github_iconTop Results From Across the Web

Paket 'hangs' without any output for several minutes #3412
I feel like paket is waiting for another process to exit and should tell me that. Even better would be to just work...
Read more >
Can't get paket to work for the simplest case : r/fsharp
Hello, no matter what I try I cannot seem to get paket to work (ie, I cannot get my console application to use...
Read more >
Update hangs with paket sqlsysclrtypes
I started the update and it hangs while updating paket sqlsysclrtypes. Visual StudioSetupperformancewindows 10.0.16299visual studio 2017 ...
Read more >
I can't use libraries installed with paket tool
The problem might be caused because of paket's default framework restrictions and your dotnet version mismatch.
Read more >
Why can't I add packages with Paket?
In my experience the Paket UI for VS is problematic, sometimes breaks editor, keeps hanging when VS wants to close etc.
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