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.
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.
The "type" member in
BasePackage
is never set. It was alwaysnuget
- therefore every reference was counted as a third-party-reference, including internal project references.Best regards, Georg