Aiursoft.NugetNinja.PrBot 8.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Aiursoft.NugetNinja.PrBot --version 8.0.7
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 8.0.7
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Aiursoft.NugetNinja.PrBot&version=8.0.7
nuke :add-package Aiursoft.NugetNinja.PrBot --version 8.0.7

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

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:
  Nuget Ninja, 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
  --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.

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.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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
8.0.8 57 5/4/2024
8.0.7 237 3/28/2024
8.0.6 242 3/17/2024
8.0.5 294 3/17/2024
8.0.4 242 3/17/2024
8.0.3 286 3/15/2024
8.0.2 362 2/28/2024
8.0.1 348 2/19/2024
8.0.0 457 2/19/2024
7.0.50 385 2/15/2024
7.0.49 475 2/5/2024
7.0.48 407 2/4/2024
7.0.47 451 2/4/2024
7.0.46 384 2/3/2024
7.0.45 408 2/2/2024
7.0.44 473 2/2/2024
7.0.43 361 1/30/2024
7.0.42 417 1/30/2024
7.0.41 394 1/30/2024
7.0.40 658 1/4/2024
7.0.39 518 1/4/2024
7.0.38 590 12/31/2023
7.0.37 613 12/30/2023
7.0.36 702 12/24/2023
7.0.35 551 12/24/2023
7.0.34 585 12/23/2023
7.0.33 567 12/22/2023
7.0.32 633 12/16/2023
7.0.31 578 12/12/2023
7.0.30 579 12/12/2023
7.0.29 627 12/12/2023
7.0.28 621 12/6/2023
7.0.27 751 12/6/2023
7.0.26 618 12/6/2023
7.0.25 485 12/6/2023
7.0.24 682 12/3/2023
7.0.23 641 12/1/2023
7.0.22 726 11/26/2023
7.0.21 550 11/26/2023
7.0.20 655 11/26/2023
7.0.19 596 11/25/2023
7.0.18 588 11/24/2023
7.0.17 565 11/24/2023
7.0.16 749 11/22/2023
7.0.15 678 11/12/2023
7.0.14 686 11/2/2023
7.0.13 645 11/2/2023
7.0.12 725 11/2/2023
7.0.11 589 11/2/2023
7.0.10 639 11/2/2023
7.0.9 814 11/2/2023
7.0.8 657 10/31/2023
7.0.7 782 10/6/2023
7.0.6 776 10/6/2023
7.0.5 773 9/23/2023
7.0.4 842 9/18/2023
7.0.3 869 9/14/2023
7.0.2 851 9/13/2023
7.0.1 728 9/13/2023
7.0.0 511 9/6/2023
0.0.23 768 9/5/2023
0.0.22 827 8/23/2023
0.0.21 836 8/22/2023
0.0.20 796 8/20/2023
0.0.19 731 8/20/2023
0.0.18 804 8/20/2023
0.0.17 878 8/20/2023
0.0.16 825 8/20/2023
0.0.15 942 8/20/2023
0.0.14 700 8/20/2023
0.0.13 704 7/20/2023
0.0.12 934 6/24/2023
0.0.11 916 6/11/2023
0.0.10 724 6/11/2023
0.0.9 860 6/10/2023
0.0.8 747 6/10/2023
0.0.7 908 6/7/2023
0.0.6 816 5/25/2023
0.0.5 821 5/17/2023
0.0.4 918 5/17/2023
0.0.3 716 5/17/2023
0.0.2 765 5/11/2023
0.0.1 498 8/30/2022