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.
- Host: GitHub
- URL: https://github.com/aboutcode-org/nuget-inspector
- Owner: aboutcode-org
- Created: 2022-07-20T14:43:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T08:48:43.000Z (8 months ago)
- Last Synced: 2025-04-11T20:05:29.142Z (about 1 month ago)
- Topics: dependencies, dependency-resolver, dotnet, nuget, package-manager
- Language: C#
- Homepage: https://github.com/nexB/nuget-inspector
- Size: 19.6 MB
- Stars: 4
- Watchers: 7
- Forks: 6
- Open Issues: 26
-
Metadata Files:
- Readme: README-dev.rst
- Changelog: CHANGELOG.rst
- Code of conduct: CODE_OF_CONDUCT.rst
- Authors: AUTHORS.rst
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/csharpTo 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