README.md

This commit is contained in:
Matthew Parker
2023-08-31 21:15:49 +10:00
parent 526ff1b43d
commit 1764142382
5 changed files with 108 additions and 14 deletions

View File

@@ -1 +1,24 @@
# SlnAndCsprojParityChecker
# 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