/VsFullCleanup

Console application for full clean up of generated visual studio files.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

VsFullCleanup CI Contributors Stargazers Issues GPLv3 LinkedIn


VsFullCleanup Console Tool

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact

About The Project

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

(back to top)

Built With

This project is built using:

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This tool requires installed .NET framework 4.8 on machine.

Installation

  1. Clone the repo
    git clone https://github.com/srdjan-drca/VsFullCleanup.git
  2. Make sure you have .NET framework 4.8 installed
  3. Open VsFullCleanup.sln file with Visual Studio and build solution

(back to top)

Usage

This will search for files generated by VS in current directory.

DirectoryCleanup.exe

This will search for files generated by VS in specified directory.

DirectoryCleanup.exe -path C:/ThisMustBeFullPath

This will search for packages directory generated by NuGet.

DirectoryCleanup.exe -packages

This will show help message.

DirectoryCleanup.exe -help

(back to top)

License

Distributed under the GPLv3. See LICENSE for more information.

(back to top)

Contact

Srdjan Drca - @linkedin - srdjan.drca@yahoo.com

Project Link: https://github.com/srdjan-drca/VsFullCleanup

(back to top)