Skip to content

Use ProjectReferences for inbox libraries source projects #93877

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions