Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance HEAT to pull referenced DLLs from CSPROJ harvesting #4701

Open
wixbot opened this issue Mar 12, 2015 · 0 comments
Open

Enhance HEAT to pull referenced DLLs from CSPROJ harvesting #4701

wixbot opened this issue Mar 12, 2015 · 0 comments
Milestone

Comments

@wixbot
Copy link

wixbot commented Mar 12, 2015

It would be great if HEAT would allow the creation of a fragment that contains a list of dependent DLLs when harvesting with the 'project' type (CSPROJ). This harvesting should allow for metadata filtering so you can do things like only harvesting DLLs that have CopyLocal=true or if the HintPath matches a certain regular expression (like only harvest NuGet included references). Currently, Heat is hard coded to append 'Output' to the name of the Common.targets and this is not how Referenced DLLs are output. HEAT would need to allow for a more flexible harvesting setup that can handle different naming conventions for MSBuil Common.targets

Originally opened by blamoureux

@wixbot wixbot added this to the v4.x milestone Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant