Getting all NuGet packages used by a GitHub repository
In my previous post, I’ve shown how we can search for C# repositories in GitHub, how to search for files within a repository, and how to get the content of a file. We can now use these to ask a very specific question: Which NuGet packages are used within a specific repository? Let’s start by … Read more