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
• Create a .net core console project;
• Right click the solution and add a new standard class library project;
• Add the reference from console to standard class. Build it succeeded.
But if close the solution and reopen it. if choosing the “Package Manager” in Output window, an error message is shown as below:
Error occurred while restoring NuGet packages: The operation failed as details for project ConsoleApp2 could not be loaded.
Restoring NuGet packages...
Time Elapsed: 00:00:00.6876145
========== Finished ==========
Right click the solution and click “Restore NuGet Packages” and restore completed with no error message. But if closing the solution and reopen it, the error message above is still shown.
Build
d15rel.15.1.26304.0 preview
The text was updated successfully, but these errors were encountered:
Repro steps
• Create a .net core console project;
• Right click the solution and add a new standard class library project;
• Add the reference from console to standard class. Build it succeeded.
But if close the solution and reopen it. if choosing the “Package Manager” in Output window, an error message is shown as below:
Error occurred while restoring NuGet packages: The operation failed as details for project ConsoleApp2 could not be loaded.
Restoring NuGet packages...
Time Elapsed: 00:00:00.6876145
========== Finished ==========
Right click the solution and click “Restore NuGet Packages” and restore completed with no error message. But if closing the solution and reopen it, the error message above is still shown.
Build
d15rel.15.1.26304.0 preview
The text was updated successfully, but these errors were encountered: