CleanAll 0.0.0.5-alpha

This is a prerelease version of CleanAll.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet tool install --global CleanAll --version 0.0.0.5-alpha
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local CleanAll --version 0.0.0.5-alpha
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CleanAll&version=0.0.0.5-alpha&prerelease
                    
nuke :add-package CleanAll --version 0.0.0.5-alpha
                    

dotnet clean-all

A dotnet tool that permanently removes all bin and obj folders from a directory's subdirectories.

To install globally, just run:

dotnet tool install -g dotnetkyle.cleanall

Then run CleanAll in the directory that you want to recursively remove the bin and obj folders in.

Usage

Delete all from the current directory and it's sub-directories:

CleanAll

Test what the command would do to a specific directory (dry run):

CleanAll MyFolder --dry-run

Delete all from a solution's parent directory:

CleanAll MyFolder\MyProject.sln

Delete all from a project's parent directory:

CleanAll MyFolder\MyProject\MyProject.csproj
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.0.0.9-alpha 78 4/4/2025
0.0.0.8-alpha 112 4/1/2025
0.0.0.7-alpha 115 4/1/2025
0.0.0.6-alpha 104 3/30/2025
0.0.0.5-alpha 101 3/30/2025
0.0.0.4-alpha 100 3/30/2025
0.0.0.3-alpha 99 3/30/2025
0.0.0.2-alpha 99 3/30/2025
0.0.0.1-alpha 105 3/30/2025

Initial version, alpha