Since you can now include arbitrary files from any package with:
<ItemGroup>
<PackageFile Include="tools/foo.exe" PackageReference="Foo" PackagePath="tools/%(Filename)%(Extension)" />
</ItemGroup>
It would be better to just turn on the GeneratePathProperty metadata for all PackageReference by default, since that only incurs minimal overhead in that it will create a new PkgPACKAGE_ID property on nuget restore, but that's about it.
Since you can now include arbitrary files from any package with:
It would be better to just turn on the
GeneratePathPropertymetadata for allPackageReferenceby default, since that only incurs minimal overhead in that it will create a newPkgPACKAGE_IDproperty on nuget restore, but that's about it.