sidecut / NugetVersionChecker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NugetVersionChecker

Options

  • --help displays all options and syntax

Example usage

Output csv and json

This example will output myproject.csv and myproject.json in the current directory:

$ dotnet run -- --project /path/to/project/myproject.csproj -c . -j .

# Or, if you built the executable using AOT
$ NugetVersionChecker --project /path/to/project/myproject.csproj -c . -j .

Output json to the console

$ dotnet run -- --project /path/to/project/myproject.csproj

# Or, if you built the executable using AOT
$ NugetVersionChecker --project /path/to/project/myproject.csproj

Debug output

Set the LOGGING__LOGLEVEL__DEFAULT environment variable to Debug or Trace to see more output.

# All in one line when using bash
$ LOGGING__LOGLEVEL__DEFAULT=Debug dotnet run -- --project /path/to/project/myproject.csproj

About


Languages

Language:C# 100.0%