aboutcode-org / nuget-inspector

Inspect and resolve .NET and NuGet package dependencies like dotnet and nuget do. Fetch manifests data. Runs on Linux, Windows and macOS as a standalone application.
https://github.com/nexB/nuget-inspector
4 stars 4 forks source link

Some metadata are not provided by the NuGet metadata API #35

Closed pombredanne closed 1 year ago

pombredanne commented 1 year ago

For this package we can see some metadata in https://www.nuget.org/packages/xunit.analyzers/1.0.0 including the source repository. Yes this data is not returned by the nuget-inspector

So whatever nuget.org does is not clear:

Installing this package provides code analyzers to help developers find and fix frequent issues when writing tests and xUnit.net extensibility code.

Copyright (C) .NET Foundation
<tags>xunit.analyzers, analyzers, roslyn, xunit, xunit.net</tags>
<repository type="git" url="https://github.com/xunit/xunit.analyzers" commit="2108db7ed1fc227632d18639413761dc7b0b5f17" />

pombredanne commented 1 year ago

New feature added in v0.9.10