You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing solution auto-restore feature needed for CPS w/package-refs
project system.
Created `SolutionRestoreWorker` singleton class responsible for running
solution restore jobs in VS. It supports two methods of running restore.
The blocking restore is invoked on-build or via context menu. Background
restore is scheduled vis Nominate API.
Original `OnBuildRestorer` class was decomposed into `SolutionRestoreJob`
and `WaitDialogLogger`.
The `RestoreManagerPackage` was moved out of `VsExtension` project and
is now configured to auto-load on solution open and start listening to
build events.
FixesNuGet/Home#3657, NuGet/Home#2121.
No description provided.
The text was updated successfully, but these errors were encountered: