Quantcast
Channel: WE MOVED to github.com/nuget. This site is not monitored!
Viewing all articles
Browse latest Browse all 7612

Commented Issue: automatic Package restore doesn't work for solution folder [3625]

$
0
0
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

Viewing all articles
Browse latest Browse all 7612

Trending Articles