How it worksSeveral times developers need to delete the obj, bin, NuGet package folders for a really clean build. It is a time consuming manual process to go through the folders in all the projects and the NuGet packages cache. This extension walks the sub-tree of solution folder and performs the job for you. It will also optionally delete all the packages from the NuGet packages cache folder. Effectively it saves time and labor. Note: Visual Studio may recreate bin and obj folders and subfolders after the operation. How to use
TipIf you hold the shift key while clicking the Brute Clean menu, the confirmation messages will not be shown and all the folders will be cleaned. Known Limitations
LicenseCopyrights: Sameer Khandekar 2018-2019 You are installing and using it solely at your own risk. The developer is not responsible for any kind of damages/losses caused by it. The distribution/installation from a location other than Visual Studio Marketplace is prohibited. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |