-
Notifications
You must be signed in to change notification settings - Fork 82
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
does the unique option work? #48
Comments
Hi @AndrewTriesToCode , Thank you for the issue. I've created a unit test to check if the unique functionality is broken and it looks ok. Moreover, I've tested a project with the same library and the unique flag just return the library once.
Could you please tell me more about it or an example? |
Does unique works only when name and version both are unique? I have the following example output for one of the projects
|
Hi @umairjadoon, If the unique flag is active, then the tool groups the libraries by package name and the package version. From your output, I can see that both are different. If you need this functionality, I can add a new parameter to the cli tool in order to group by name only. What do you think? |
Hi @tomchavakis thanks alot for reply. Your tool helped a great deal and i think that would be great to have group by name possibility. Also is it possible to get the packages per individual project in solution? or when one uses list of projects in json file then per project separation list? |
Hi @umairjadoon, Thanks for the reply and your kind words. I would try to update the unique functionality asap as you proposed. |
Hi @umairjadoon, You can check the new functionality at the next PR |
Trying the unique option and I don't see any difference in the output. Thanks!
The text was updated successfully, but these errors were encountered: