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

fix #54 by setting the type property of dependencies #58

Open georg-eckert-zeiss opened 2 months ago

georg-eckert-zeiss commented 2 months ago

The "type" member in BasePackage is never set. It was always nuget - therefore every reference was counted as a third-party-reference, including internal project references.

Best regards, Georg