598 B
598 B
Solution Parity Checker
Various tools to manage a C# solution.
CLI
compare <SolutionFolderPath> <SolutionFilePath>
options
-l --logprojectfiles logs all project files found in folder
implicit-usings <SolutionFilePath>
options
-m|--add-missing adds missing implicit usings to all project files
-d|--enable-disabled enables disabled implicit usings in all project files
-a|--enable-all enables implicit usings in all project files
format-csproj
--folder <SolutionFolderPath> or
--sln <SolutionFilePath> or
--project <CsprojFilePath>
App
TODO