Aiursoft.NugetNinja.PrBot 9.0.26

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Aiursoft.NugetNinja.PrBot --version 9.0.26
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Aiursoft.NugetNinja.PrBot --version 9.0.26
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Aiursoft.NugetNinja.PrBot&version=9.0.26
                    
nuke :add-package Aiursoft.NugetNinja.PrBot --version 9.0.26
                    

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.

Installation

Requirements:

  1. .NET 9 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 .

Run locally

Requirements about how to run

  1. .NET 9 SDK
  2. Execute dotnet run to run the app

Run in Microsoft Visual Studio

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

How to contribute

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

Even if you with 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 workflow cruft out of sight.

We're also interested in your feedback on 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.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
9.0.29 131 6/18/2025
9.0.28 128 6/17/2025
9.0.26 281 6/12/2025
9.0.25 281 6/11/2025
9.0.24 141 6/3/2025
9.0.23 137 6/2/2025
9.0.22 107 5/18/2025
9.0.21 153 4/11/2025
9.0.20 189 4/10/2025
9.0.19 179 4/9/2025
9.0.18 164 3/20/2025
9.0.17 168 3/13/2025
9.0.16 176 3/12/2025
9.0.15 120 2/28/2025
9.0.14 129 2/26/2025
9.0.13 119 2/24/2025
9.0.12 111 2/23/2025
9.0.11 127 2/14/2025
9.0.10 141 2/13/2025
9.0.9 134 2/12/2025
9.0.8 130 2/1/2025
9.0.7 119 2/1/2025
9.0.6 126 1/28/2025
9.0.5 111 1/17/2025
9.0.4 103 1/16/2025
9.0.3 95 1/15/2025
9.0.2 138 1/1/2025
9.0.1 116 12/31/2024
9.0.0 112 12/30/2024
8.0.48 124 12/30/2024
8.0.47 124 12/24/2024
8.0.46 115 12/1/2024
8.0.45 149 11/12/2024
8.0.44 131 11/10/2024
8.0.43 131 11/2/2024
8.0.42 128 10/29/2024
8.0.41 115 10/28/2024
8.0.40 114 10/26/2024
8.0.39 126 10/25/2024
8.0.38 144 10/24/2024
8.0.37 131 10/11/2024
8.0.36 121 10/10/2024
8.0.35 119 10/9/2024
8.0.33 122 10/7/2024
8.0.32 115 10/7/2024
8.0.31 123 10/2/2024
8.0.30 128 9/27/2024
8.0.29 129 9/23/2024
8.0.28 132 9/14/2024
8.0.27 145 9/2/2024
8.0.26 148 8/31/2024
8.0.25 160 8/20/2024
8.0.24 159 8/18/2024
8.0.23 130 8/1/2024
8.0.22 138 7/15/2024
8.0.21 132 7/10/2024
8.0.20 148 7/8/2024
8.0.19 152 7/7/2024
8.0.18 137 7/1/2024
8.0.17 158 6/29/2024
8.0.16 148 6/27/2024
8.0.15 143 6/17/2024
8.0.14 129 6/14/2024
8.0.13 121 6/13/2024
8.0.12 128 6/9/2024
8.0.11 135 6/8/2024
8.0.10 135 6/5/2024
8.0.9 144 5/16/2024
8.0.8 178 5/4/2024
8.0.7 315 3/28/2024
8.0.6 322 3/17/2024
8.0.5 358 3/17/2024
8.0.4 315 3/17/2024
8.0.3 359 3/15/2024
8.0.2 432 2/28/2024
8.0.1 416 2/19/2024
8.0.0 531 2/19/2024
7.0.50 456 2/15/2024
7.0.49 545 2/5/2024
7.0.48 472 2/4/2024
7.0.47 524 2/4/2024
7.0.46 453 2/3/2024
7.0.45 476 2/2/2024
7.0.44 550 2/2/2024
7.0.43 431 1/30/2024
7.0.42 482 1/30/2024
7.0.41 448 1/30/2024
7.0.40 724 1/4/2024
7.0.39 594 1/4/2024
7.0.38 656 12/31/2023
7.0.37 678 12/30/2023
7.0.36 768 12/24/2023
7.0.35 614 12/24/2023
7.0.34 651 12/23/2023
7.0.33 628 12/22/2023
7.0.32 695 12/16/2023
7.0.31 637 12/12/2023
7.0.30 643 12/12/2023
7.0.29 683 12/12/2023
7.0.28 677 12/6/2023
7.0.27 812 12/6/2023
7.0.26 656 12/6/2023
7.0.25 527 12/6/2023
7.0.24 726 12/3/2023
7.0.23 687 12/1/2023
7.0.22 777 11/26/2023
7.0.21 593 11/26/2023
7.0.20 703 11/26/2023
7.0.19 652 11/25/2023
7.0.18 639 11/24/2023
7.0.17 608 11/24/2023
7.0.16 799 11/22/2023
7.0.15 731 11/12/2023
7.0.14 739 11/2/2023
7.0.13 699 11/2/2023
7.0.12 766 11/2/2023
7.0.11 636 11/2/2023
7.0.10 692 11/2/2023
7.0.9 861 11/2/2023
7.0.8 709 10/31/2023
7.0.7 836 10/6/2023
7.0.6 832 10/6/2023
7.0.5 826 9/23/2023
7.0.4 895 9/18/2023
7.0.3 920 9/14/2023
7.0.2 906 9/13/2023
7.0.1 784 9/13/2023
7.0.0 562 9/6/2023
0.0.23 823 9/5/2023
0.0.22 882 8/23/2023
0.0.21 892 8/22/2023
0.0.20 857 8/20/2023
0.0.19 782 8/20/2023
0.0.18 857 8/20/2023
0.0.17 926 8/20/2023
0.0.16 880 8/20/2023
0.0.15 999 8/20/2023
0.0.14 764 8/20/2023
0.0.13 758 7/20/2023
0.0.12 986 6/24/2023
0.0.11 978 6/11/2023
0.0.10 782 6/11/2023
0.0.9 921 6/10/2023
0.0.8 817 6/10/2023
0.0.7 960 6/7/2023
0.0.6 873 5/25/2023
0.0.5 875 5/17/2023
0.0.4 974 5/17/2023
0.0.3 791 5/17/2023
0.0.2 832 5/11/2023
0.0.1 565 8/30/2022