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

Add CLI option to filter out .Net framework dependencies #40

Open pombredanne opened 1 year ago

pombredanne commented 1 year ago

It would useful to add a CLI option to filter out .Net framework dependencies from the output. These are typically considered as less interesting and even treated as private assets in lockfiles ike project-assets.json

georg-eckert-zeiss commented 3 weeks ago

Are packages which exist in both nuget.org and the .NET SDK (framework references) resolved correctly yet? Like if you have something like System.Text.Json and you reference it from nuget.org in version 4.5.0 it will be replaced ultimatively with e.g. 8.0.0 if you use .NET SDK 8.0.0.

Best regards