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
At the moment, .NET tool install uses its own package installer to download the packages it needs using a temp project and classic restore. Now that we have the NugetPackageDownloader we can make this code a lot cleaner (and potentially faster?) by switching the old tool install download logic to use the NugetPackageDownloader.
The text was updated successfully, but these errors were encountered:
At the moment, .NET tool install uses its own package installer to download the packages it needs using a temp project and classic restore. Now that we have the NugetPackageDownloader we can make this code a lot cleaner (and potentially faster?) by switching the old tool install download logic to use the NugetPackageDownloader.
The text was updated successfully, but these errors were encountered: