-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
area-Infrastructure-librariesdev-innerloopin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Milestone
Description
Currently inbox source projects use <Reference /> items instead of <ProjectReference /> items. That design dates back to .NET Core 2.0 days, when dependencies were represented differently. With the continuous work over the last years bringing us closer to the customer path, we should consider updating these to use P2Ps instead.
Here are just some advantages:
- Dependencies are incrementally built
- Inbox projects can be built from a fresh clone without any up-front work (!)
- Faster root builds as a separate reference source projects build isn't necessary anymore.
Blocked on NuGet/NuGet.Client#5452
Metadata
Metadata
Assignees
Labels
area-Infrastructure-librariesdev-innerloopin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged