Matthew Parker 45bac7fad5 .net 8
2023-11-16 21:47:36 +10:00
2023-11-16 21:47:36 +10:00
2023-11-16 21:47:36 +10:00
2023-11-16 21:47:36 +10:00
2023-08-29 23:01:11 +10:00
2023-08-29 23:01:11 +10:00
2023-08-31 21:37:54 +10:00
2023-11-16 21:47:36 +10:00
2023-08-31 23:54:00 +10:00

Dotnet Solution Tools

Various tools to manage a C# solution.

CLI

compare <SolutionFolderPath> <SolutionFilePath> Finds any missing C# projects in the solution file compared to the folder.
options -l --logprojectfiles logs all project files found in folder

implicit-usings <SolutionFilePath> Find projects that don't have implicit usings enabled. Optionally enables them.
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 Formats a C# project file(s).
--folder <SolutionFolderPath> or --sln <SolutionFilePath> or --project <CsprojFilePath>

App

TODO

Languages
C# 90.8%
HTML 8.9%
Batchfile 0.3%