nuget restore should add pack files to the compile/runtime sections of assets.json #4514
Labels
Functionality:Restore
Priority:3
Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.
Status:Excluded from icebox cleanup
Status:Inactive
Icebox issues not updated for a specific long time
Triage:Investigate
Milestone
Have a project A and a Project B.
Project A has a ProjectReference to Project B.
And ProjectB has something like this in its csproj:
The assemblies under native won't show up in the compile/runtime sections of A's ProjectReference to B in the assets.json file. While, if A referenced B as a nupkg, it would. This forces people to reference projects as packages when they could just reference them as projects.
Once this gets fixed in NuGet, then additional changes will need to be made in the SDK as well.
See dotnet/sdk#765.
The text was updated successfully, but these errors were encountered: