Skip to content

Enable GeneratePathProperty by default #35

@kzu

Description

@kzu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions