Determine why a dependency is required.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
|
paket why [--help] [--group <name>] [--details] <package ID>
NUGET:
<package ID> NuGet package ID
OPTIONS:
--group, -g <name> specify dependency group (default: Main group)
--details display detailed information with all paths, versions and framework
restrictions
--silent, -s suppress console output
--verbose, -v print detailed information to the console
--log-file <path> print output to a file
--help display this list of options.
|
If you add the --verbose
flag Paket will run in verbose mode and show detailed information.
With --log-file [path]
you can trace the logged information into a file.
Have a look at
this blog post.