0

We decided to have more control about which Nuget packages are allowed in our projects in the company. For that we have to analyze our already used packages first.

Is there a way to find out a specific packages is used by whom (globally)?

For example I remember that Castle.Core is used in Ninject.Extensions.Factory. But which other nugets are using this?

I would like the functionality (for not only specifically Castle.Core) https://www.nuget.org/packages/castle.core/#show-github-usage, but showing the 250+ projects (again not only specifically Castle.Core, but a choosen package).

There are related questions, which are specific for one package. For example> Which NuGet package contains System.Web.Optimization?

My question, if is it possible to generalize this kind of questions. If there is a tool available for that.

ntohl
  • 2,067
  • 1
  • 28
  • 32
  • 1
    Have you look at : [https://stackoverflow.com/questions/6653715/view-nuget-package-dependency-hierarchy](https://stackoverflow.com/questions/6653715/view-nuget-package-dependency-hierarchy) – Troopers Nov 12 '19 at 10:31
  • I have looked at, but IsLatestVersion And IsCompatible not supported only on local NugetPackage descriptors – ntohl Nov 26 '19 at 13:27

0 Answers0