- --help displays all options and syntax
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 .
$ dotnet run -- --project /path/to/project/myproject.csproj
# Or, if you built the executable using AOT
$ NugetVersionChecker --project /path/to/project/myproject.csproj
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