(Ed. Note: This is not related to this question, which asks about a different kind of source repository. It may be related to this question, but I am trying to differentiate.)
Background/ Challenge
I am attempting to use the NuGet client SDK to programmatically work my way back from a package found on a machine to its source repository.
I am using the NuGet Client SDK, and I am able to pull package metadata. However, the source repository URL does not seem to be present in the metadata (only a project URL is present, and that is for a different URL).
Is there a way to get to this information without downloading a parsing the nuspec for the latest version, as indicated in this SO question?