Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

Is there a way in C# to get all the third party packages/libraries (source code not binary) being used in the project

$
0
0

Like in Golang,Python and Java, we can easily get all the third party packages being used in the projects using their package managers.

example :

go mod vendor in Golang and mvn dependency:copy-dependencies in Java etc

I am trying to find any utility from nuget/dotnet package manager which does the same.

dotnet list <project solution> 

will fetch only the names of the third party packages but I need source code of those third party packages.

any help on this please.

dotnet list <path to the project solution file> 

Above command just lists the third party packages but I need to get the source code of those libraries.


Viewing all articles
Browse latest Browse all 3067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>