You can use this simple CLI tool for deleting temp folders from existing dotnet solution folders.
The list of temp directories which are deleted by this tool:
/node_modules/
/bin/
/obj/
/.vs/
/build/
- You can open the
.exe
file- Also You can call it through console
../dotnetCleaner.exe
- Also You can call it through console
- Pass arguments
- You can use
-h
or--help
for getting the list of supported commands - For cleaning - pass
-p {root directory path}
- provide an absolute path. -
- If your root path contains spaces in names - wrap path into double quotes. Example:
"C:/test folder"
- If your root path contains spaces in names - wrap path into double quotes. Example:
- You can use
There is a chance that this tool can delete important files. So, it firstly displays all pathes that it found for deletion - PLEASE REVIEW IT! And everything is okay - approve deletion.