Cannot install/query NuGet packages immediately after a project has loaded #1600
Labels
Feature-NuGet
NuGet integration including pushing it properties, project and package references, and Pack support.
Triage-Approved
Reviewed and prioritized
Milestone
This is a more specific version of #1332 and believe to be a cause of NuGet/Home#4622.
Installing a package just after a project has loaded, is resulting in:
This is because we haven't nominated for restore before our project factory has completed. At the moment, it's running after the factory has completed and after a design-time build has been completed. Instead, we consider doing this much earlier before we've been added to the solution and during evaluation. Make note that if we do this - NuGet might not be able to get specific information until the project has fully loaded.
Whatever we do here, is that once the factory has been completed, you should be able to install a package.
The text was updated successfully, but these errors were encountered: