-
Notifications
You must be signed in to change notification settings - Fork 10
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
Upgrade to dotnet8, and new plugin to list project dependencies #60
Conversation
@microsoft-github-policy-service agree |
src/NugetNinja.UselessPackageReferencePlugin/Services/UselessPackageReferenceDetector.cs
Outdated
Show resolved
Hide resolved
…nd query description from nuget
Bigger update... I moved solution to net 8 and since dotnet list package is broken with shproj, I decided to re-use this code to generate an excel file with all the packages. |
Maybe also updating this file is needed: https://github.com/microsoft/NugetNinja/blob/main/.github/workflows/build.yml |
done - can you rerun the workflows? |
Thank you for the contribution!!! |
the removal of useless packages doesn't track versions and can remove a higher version dependency simply because it is a transitive one. This small fix prevents this issue.