Aiursoft.NugetNinja.MergeBot 8.0.46

Nuget Ninja

MIT licensed Pipeline stat Test Coverage NuGet version (Aiursoft.NugetNinja) NuGet version (Aiursoft.NugetNinja.PrBot) ManHours

Nuget Ninja is a tool for detecting dependencies of .NET projects. It analyzes the dependency structure of .NET projects in a directory and builds a directed acyclic graph. And will give some modification suggestions for Nuget packages, so that the dependencies of the project are as concise and up-to-date as possible.

Install

Requirements:

  1. .NET 8 SDK

Run the following command to install this tool:

dotnet tool install --global Aiursoft.NugetNinja

Usage

After getting the binary, run it directly in the terminal.

C:\workspace> ninja.exe

Description:
  A tool for detecting dependencies of .NET projects.

Usage:
  ninja [command] [options]

Options:
  -p, --path <path> (REQUIRED)                     Path of the projects to be changed.
  -d, --dry-run                                    Preview changes without actually making them
  -v, --verbose                                    Show detailed log
  --allow-preview                                  Allow using preview versions of packages from Nuget.
  --nuget-server <nuget-server>                    If you want to use a customized nuget server instead of the official nuget.org, you can set it with a value like: https://nuget.myserver/v3/index.json
  --token <token>                                  The PAT token which has privilege to access the nuget server. See: 
                                                   https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate
  --allow-package-version-cross-microsoft-runtime  Allow using NuGet package versions for different Microsoft runtime versions. For example, when using runtime 6.0, it will avoid upgrading packages to 7.0.
  --version                                        Show version information
  -?, -h, --help                                   Show help and usage information

Commands:
  all, all-officials  The command to run all officially supported features.
  fill-properties     The command to fill all missing properties for .csproj files.
  remove-deprecated   The command to replace all deprecated packages to new packages.
  upgrade-pkg         The command to upgrade all package references to possible latest and avoid conflicts.
  clean-pkg           The command to clean up possible useless package references.
  clean-prj           The command to clean up possible useless project references.
  visualize           The command to visualize the dependency relationship, with mermaid markdown.
  expect-files        The command to search for all expected files and add patch the content.

Sample

Generate suggestions for the current workspace without modifying local files:

C:\workspace> ninja.exe all --path . --dry-run

Fill missing properties for current workspace:

C:\workspace> ninja.exe fill-properties --path .

Run all plugins under the current folder:

C:\workspace> ninja.exe all --path .

How to build and run locally

Requirements about how to develop.

  1. Execute dotnet restore to restore all .NET dependencies.
  2. Execute the following command to build the app:
    • dotnet publish -c Release -r win-x64 on Windows.
    • dotnet publish -c Release -r linux-x64 on Linux.
    • dotnet publish -c Release -r osx-x64 on Mac OS.
  3. Execute dotnet run to run the app

Run in Microsoft Visual Studio

  1. Open the .sln file in the project path.
  2. Press F5.

Contributing

There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.

Even if you have push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your personal workflow cruft out of sight.

We're also interested in your feedback for the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.

This package has no dependencies.

Version Downloads Last updated
8.0.46 1 11/13/2024
8.0.45 0 11/12/2024
8.0.44 0 11/10/2024
8.0.43 0 10/29/2024
8.0.42 1 10/28/2024
8.0.41 3 10/26/2024
8.0.40 0 10/25/2024
8.0.39 1 10/24/2024
8.0.38 2 10/11/2024
8.0.37 0 10/10/2024
8.0.36 0 10/09/2024
8.0.34 1 10/02/2024
8.0.33 0 09/27/2024
8.0.32 2 09/23/2024
8.0.31 0 09/14/2024
8.0.30 4 09/02/2024
8.0.29 1 08/31/2024
8.0.28 1 08/20/2024
8.0.27 4 08/18/2024
8.0.26 1 08/01/2024
8.0.25 1 07/15/2024
8.0.24 2 07/10/2024
8.0.23 2 07/08/2024
8.0.22 1 07/07/2024
8.0.21 2 07/01/2024
8.0.20 1 06/29/2024
8.0.19 1 06/27/2024
8.0.18 5 06/17/2024
8.0.17 2 06/14/2024
8.0.16 4 06/13/2024
8.0.15 3 06/09/2024
8.0.14 3 06/08/2024
8.0.13 3 06/05/2024
8.0.12 4 05/16/2024
8.0.11 8 05/04/2024
8.0.10 6 03/31/2024
8.0.8 6 03/31/2024
8.0.7 8 03/28/2024
8.0.6 7 03/26/2024
8.0.5 9 04/03/2024
8.0.4 6 04/05/2024
8.0.3 6 04/04/2024
8.0.2 7 04/05/2024
8.0.1 7 04/04/2024
8.0.0 9 04/05/2024
7.0.47 9 04/05/2024
7.0.46 4 04/29/2024
7.0.45 6 04/03/2024