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

Consider droping support for some legacy data file formats #6

Closed pombredanne closed 1 year ago

pombredanne commented 1 year ago

We support today a bunch of old, legacy data file formats such as project.json and project.lock.json that were briefly used by Visual Studio and MSbuild roughly 5+ years ago.

Being able to find some projects to use as test cases was difficult. We should consider dropping support for these.

pombredanne commented 1 year ago

It does not hurt to keep these for now. Closing