-
Notifications
You must be signed in to change notification settings - Fork 258
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
Solution Restore should clear AutoRestore queue and be added to queue, preventing hangs #3816
Labels
Milestone
Comments
alpaix
added a commit
to alpaix/NuGet.Client
that referenced
this issue
Nov 1, 2016
Resolves NuGet/Home#3816. Added `IsBusy` attribute to evaluate active restore operation is in-progress. Refactored restore operation implementation to use `JoinableTask` when chaining subsequent operations. This technique is supposed to prevent deadlocks we were seeing lately.
rrelyea
changed the title
Solution Restore should clear AutoRestore queue and be added to queue.
Solution Restore should clear AutoRestore queue and be added to queue, preventing hangs
Jan 19, 2017
would prefer to do in 4.0, but will be focusing on higher hitters. |
alpaix
added a commit
to alpaix/NuGet.Client
that referenced
this issue
Feb 28, 2017
Resolves NuGet/Home#3816. Resolves NuGet/Home#4255. Resolves NuGet/Home#4636. In order to prevent hangs in VS Solution Restore should create a background task and push it in the restore worker queue. Added E2E test suite for .NET Standard multi-targeting class library
alpaix
added a commit
to alpaix/NuGet.Client
that referenced
this issue
Mar 1, 2017
Resolves NuGet/Home#3816. Resolves NuGet/Home#4255. Resolves NuGet/Home#4636. In order to prevent hangs in VS Solution Restore should create a background task and push it in the restore worker queue. Added E2E test suite for .NET Standard multi-targeting class library
alpaix
added a commit
to NuGet/NuGet.Client
that referenced
this issue
Mar 1, 2017
Resolves NuGet/Home#3816. Resolves NuGet/Home#4255. Resolves NuGet/Home#4636. In order to prevent hangs in VS Solution Restore should create a background task and push it in the restore worker queue. Added E2E test suite for .NET Standard multi-targeting class library
alpaix
added a commit
to NuGet/NuGet.Client
that referenced
this issue
Mar 2, 2017
Resolves NuGet/Home#3816. Resolves NuGet/Home#4255. Resolves NuGet/Home#4636. In order to prevent hangs in VS Solution Restore should create a background task and push it in the restore worker queue. Added E2E test suite for .NET Standard multi-targeting class library
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
No description provided.
The text was updated successfully, but these errors were encountered: