1. Create new solution
2. Add a solution folder
3. Add a class library project to the solution folder
4. install package to class library
5. delete packages folder
6. build
Actual:
it doesn't restore packages
Expected:
it should restore packages
Comments: Just confirming that I am having the same issue with Premium. Typical reference error because the packages that the project requires are missing and the C# project is in a VS Solution folder. "Error 1 The type or namespace name 'blah' could not be found (are you missing a using directive or an assembly reference?)" Package Manager Console Host Version 2.7.40808.167
2. Add a solution folder
3. Add a class library project to the solution folder
4. install package to class library
5. delete packages folder
6. build
Actual:
it doesn't restore packages
Expected:
it should restore packages
Comments: Just confirming that I am having the same issue with Premium. Typical reference error because the packages that the project requires are missing and the C# project is in a VS Solution folder. "Error 1 The type or namespace name 'blah' could not be found (are you missing a using directive or an assembly reference?)" Package Manager Console Host Version 2.7.40808.167