An open API service indexing awesome lists of open source software.

https://github.com/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/aboutcode-org/nuget-inspector

dependencies dependency-resolver dotnet nuget package-manager

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Getting started for development

- Install the .NET SDK 6.x from https://dotnet.microsoft.com/en-us/download/dotnet/6.0
- Install the VSCode from https://code.visualstudio.com/
- Install the extension: C# for Visual Studio Code (powered by OmniSharp)
from https://code.visualstudio.com/Docs/languages/csharp

To run the tests:

- Run ./build.sh to create a Linux build
- Run ./configure --dev once to setup the Python evnvironment used for testing
- Run pytest with::

venv/bin/pytest -vvs