tye hangs on Restoring and evaluating projects
See original GitHub issueDescribe the bug
Sometimes tye hangs here and I don’t know how to debug, I already have -v Debug, but nothing other than this is outputed.
Loading Application Details...
Restoring and evaluating projects
To Reproduce
I’m not sure, but can we provide help on what to do if it hangs here?
Further technical details
- Include the output of
tye --version
- If possible rerun the command with
-v debug
and include the output - The platform (Linux/macOS/Windows)
azsdke2e azsdke2e2
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Changing Git Branch that causes Solution Projects to ...
Whenever I change from one Git Branch to another if the solution has to reload the projects, VS stops responding, effectively hanging until...
Read more >Debugger crashes trying to evaluate a watch expression ...
When stopped on a breakpoint, I'm trying to evaluate a C++/CX WinRT object. The debugger crashes 100% of the time.
Read more >dotnet restore command - .NET CLI
Learn how to restore dependencies and project-specific tools with the dotnet restore command.
Read more >Reset Running or Stuck Project Postings
On the main toolbar, click Finance & Administration . In the left pane of the Finance & Administration screen, click General Ledger >...
Read more >DataGrip freezes when focus restored
I'm coming to the end of an evaluation of DataGrip and I have to mention this issue as something of a showstopper.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If I ever manage to repro I’ll be sure to update here
As I did not used
tye
since few weeks. Writing this comment just to make sure you don’t wait for a repro from me, but i’ll be sure to get a repro on github or logs or anything i can if I have a repro(I can’t speak for @jongio who opened the issue though)
I’ve tried to get a repro for this issue for the past few days but didn’t have any luck. Can you share your tye.yaml? A live repro would be even better.
However, from just analyzing the logs, it’s clear that project evaluation here is what is hanging. This is because the
Restoring and evaluating projects
was the last message displayed and if it completed, either aResolved metadata for service
message would appear or an error would be shown. I have not been able to get this to hang, even when cancelling via ctrl-c when this call is running.My best guess right now is that maybe that call is taking a long time? For some apps, I’ve seen that this call takes several seconds since it need to run restore on all services. Though it’s possible that I just haven’t been able to reproduce the hang yet. By the way how often does this issue come up?