solt

SOLution Tool is a small commandline app written in Go that allows you to easily analyze
sources and Microsoft Visual Studion solutions and projects.
The tool can find files that aren't included into any project and projects that
are not included into any solution. Additionally the tool shows some useful
solution statistic
Command line syntax:
SOLution Tool that analyzes Microsoft Visual Studio solutions and projects
Usage:
solt [flags]
solt [command]
Available Commands:
help Help about any command
in Get information about found solutions
lf Find lost files in the folder specified
lp Find projects that not included into any solution
nu Get nuget packages information within solutions, projects or find Nuget mismatches in solution
ver Print the version number of solt
Flags:
-d, --diag Show application diagnostic after run
-h, --help help for solt
-p, --path string REQUIRED. Path to the sources folder
Use "solt [command] --help" for more information about a command.
Search lost files syntax:
Find lost files in the folder specified
Usage:
solt lf [flags]
Aliases:
lf, lostfiles
Flags:
-a, --all Search all lost files including that have links to but not exists in file system
-f, --file string Lost files filter extension. If not set .cs extension used (default ".cs")
-h, --help help for lf
-r, --remove Remove lost files
Global Flags:
-d, --diag Show application diagnostic after run
-p, --path string REQUIRED. Path to the sources folder
Search lost projects syntax:
Find projects that not included into any solution
Usage:
solt lp [flags]
Aliases:
lp, lostprojects
Flags:
-h, --help help for lp
Global Flags:
-d, --diag Show application diagnostic after run
-p, --path string REQUIRED. Path to the sources folder
Get nuget packages information within solutions, projects or find Nuget mismatches in solution
Usage:
solt nu [flags]
Aliases:
nu, nuget
Flags:
-h, --help help for nu
-m, --mismatch Find packages to consolidate i.e. packages with different versions in the same solution
-r, --project Show packages by projects instead
Global Flags:
-d, --diag Show application diagnostic after run
-p, --path string REQUIRED. Path to the sources folder