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

[Question] Print the projects of specific nuget #192

Open
LiorBanai opened this issue Jul 6, 2023 · 3 comments · May be fixed by #199
Open

[Question] Print the projects of specific nuget #192

LiorBanai opened this issue Jul 6, 2023 · 3 comments · May be fixed by #199

Comments

@LiorBanai
Copy link

Hi,
is there a flag to also print which csproj is using the specific Nuget package?
--include-project-file seems to do nothing as:
dotnet-project-licenses --input solution.sln --md --unique --export-license-texts --include-project-file --convert-html-to-text -f licenses --outfile output.md --timeout 600 --packages-filter NugetLicensesExclude.json

@paulsiersma
Copy link

I'm experiencing the same problem. Seems like a useful flag, if only it would work.

@paulsiersma
Copy link

@LiorBanai it turns out that the --include-project-file option was only implemented for txt and json output files. I opened MR #199 to also implement for Markdown output.

@LiorBanai
Copy link
Author

@paulsiersma nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants