aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
256 stars 123 forks source link

Entire chain of Class Library (.NET Standard) dependencies need to be referenced to compile #967

Closed praneethw closed 7 years ago

praneethw commented 7 years ago

In VS2017 the entire chain of Class Library (.NET Standard) dependencies need to be referenced to compile.

For instance in the dependency hierarchy such as below below, .ASPNET Core Web API -> .Net Standard Class Library 1 -> .Net Standard Class Library 1

Both .Net Standard Class Library 1 and .Net Standard Class Library 1 need to be referenced by .ASPNET Core Web API to compile.See the image attached for more info, comple error

Upon adding sub dependencies compilation suceeds. See the image attached for more info, comple success

davkean commented 7 years ago

This issue was moved to NuGet/Home#4482

nkolev92 commented 7 years ago

@praneethw I could not reproduce this in 26206.0-d15rel and NuGet version 4.0.0.2275. Can you please provide the dummy project you're using?