You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the homepage_url listed here is often the source repo URL:
'pkg:nuget/[email protected]', 'https://github.com/dotnet/corefx': no source repo, but the homepage_url is a repo and this the same in all API endpoints and its nuspec for this version (this may be different for other versions) ... and even if we had a source repo, there would be an issue as to figure which part of the sources are used in https://github.com/dotnet/corefx/releases/tag/v3.1.0 (which is further more archived)
Things are messy and incomplete at best as provided by the NuGet API!
There could be something extra we could do when this is available in the .nuspec at the cost of an extra (expensive) API call and/or we could come with heuristics when the homepage/project URL is @ Github
Using this Sample.csproj.txt file (renamed to /Sample.csproj) :
I run the inspector and I get this output:
sample.json.txt
So this is a bit messy and there is no easy way to get something clean
The text was updated successfully, but these errors were encountered: