MyGet .NET package builds not starting, only getting queued
As pictured below, our myget instance has apparently stopped building our packages. We have not changed anything in the configuration at all, but as of right now builds are only getting queued, and do not start (or fail, for that matter). We have it setup to watch for commits in BitBucket and build from there (master branch), this does not work anymore, nor does it work to try to force the builds manually.
Is there a way in C# to get all the third party packages/libraries (source code not binary) being used in the project
Like in Golang,Python and Java, we can easily get all the third party packages being used in the projects using their package managers.