Table of Contents
This is console tool that runs on windows and do cleanup of following directories / files generated by VisualStudio IDE and NuGet:
- bin directory
- obj directory
- .vs directory
- .csproj.user file
- packages directory
This project is built using:
To get a local copy up and running follow these simple steps.
This tool requires installed .NET framework 4.8 on machine.
- Clone the repo
git clone https://github.com/srdjan-drca/VsFullCleanup.git
- Make sure you have .NET framework 4.8 installed
- Open VsFullCleanup.sln file with Visual Studio and build solution
DirectoryCleanup.exe
DirectoryCleanup.exe -path C:/ThisMustBeFullPath
DirectoryCleanup.exe -packages
DirectoryCleanup.exe -help
Distributed under the GPLv3. See LICENSE
for more information.
Srdjan Drca - @linkedin - srdjan.drca@yahoo.com
Project Link: https://github.com/srdjan-drca/VsFullCleanup