Shorten PackageReference XML for DevelopmentDependency packages #8098
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
Style:PackageReference
Type:DCR
Design Change Request
Milestone
Today, installing a package with
developmentDependency
set totrue
results in the following XML:This is quite a lot of "stuff" and is pretty hard to write manually. This came up when adding NuGet/NuGetGallery#7124, which will now show the XML in the NuGet gallery:
What would it take to make to "teach" the
PackageReference
node aboutDevelopmentDependency
to make it a first-class citizen? Somethink like this:Has that ship sailed? Was this considered when it was implemented?
The text was updated successfully, but these errors were encountered: