contentFiles don't flow transitively even when explicitly specified , if there is a projectReference involved #6826
Labels
Area:ContentFiles
PackageReference contentFiles folder
Priority:3
Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.
Type:Bug
Milestone
If ProjectA references PackageA which references PackageB (with contentFiles), and all reference edges have PrivateAssets=none set on it, the contentFiles should flow to ProjectA. However, this is not the case.
UPDATE: turns out the scenario is this:
ProjectA -> ProjectB ->PackageB (with contentFiles)
ProjectA doesn't get contentFiles from PackageB.
The text was updated successfully, but these errors were encountered: