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.

Restore open cmd window / performance issue

See original GitHub issue

Hi, Since 0.34.0 there is an issue on project build restore open up a cmd window and the restore operation is much more slower than before (0.33.2, had an issue with intellisense with 0.33.3)

The test was made in a solution with 25 projects and auto-restore off, but a restore operation cmd is open for each project. Each cmd is also taking focus everytime it pop.

I guess it would be safer to go :

startInfo.WindowStyle = ProcessWindowStyle.Hidden;
startInfo.CreateNoWindow = true;

And only one paket restore for the whole thing?

Thomas

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
SuperRoflCoptercommented, Oct 13, 2017

Thanks, I did the pull request from a fork. And forki did the release. (0.36) Seems to works fine for the devs in my company.

0reactions
forkicommented, Oct 13, 2017

Keep them coming 😉

Am 13.10.2017 18:57 schrieb “SuperRoflCopter” notifications@github.com:

Thanks, I did the pull request from a fork. And forki did the release. (0.36) Seems to works fine for the devs in my company.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/fsprojects/Paket.VisualStudio/issues/145#issuecomment-336509016, or mute the thread https://github.com/notifications/unsubscribe-auth/AADgNIesLQRv0sDecrLm-KA__--FbqkEks5sr5aCgaJpZM4P4JiN .

Read more comments on GitHub >

github_iconTop Results From Across the Web

Command Prompt not working or opening in Windows 11/10
If the Command Prompt (CMD) is not working or opening on your Windows 11/10 PC, then here some working fixes to resolve the...
Read more >
Command Prompt Not Working or Opening in Windows 11/10 ...
Command Prompt Not Working or Opening in Windows 11/10 FIX [Tutorial] PowerShell Commands Used: sfc /scannow dism /online /cleanup-image ...
Read more >
Command Prompt opens and closes when I try to ...
Option 1. Restart Windows Explorer. 1. Right-click on the blank space of the taskbar and select Task Manager. 2.
Read more >
How to restore missing High performance power plan in ...
Just by running a simple CMD command, you can restore the High Performance plan. 1. Type “cmd” in the search box. 2. Then,...
Read more >
How to Fix the Performance Monitor Not Working on ...
Type cmd in the search bar, then press Ctrl + Shift + Enter to open an elevated Command Prompt. If UAC appears on...
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