Sometimes I load Nuget packages into my solution that I don't end up actually using, or I use them for awhile, then switch to something else, and forget to remove the old package. I suspect that my solution has Nuget packages installed that I'm not actually using anymore.
Is there a way to find unused installed Nuget packages, other than removing them one by one and checking for build errors?