CleanAll 0.0.0.1-alpha

This is a prerelease version of CleanAll.
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global CleanAll --version 0.0.0.1-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.1-alpha
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CleanAll&version=0.0.0.1-alpha&prerelease
                    
nuke :add-package CleanAll --version 0.0.0.1-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 clean-all 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:

clean-all

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

clean-all MyFolder --dry-run

Delete all from a solution's parent directory:

clean-all MyFolder\MyProject.sln

Delete all from a project's parent directory:

clean-all 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.1.11 297 11/14/2025
0.0.1.11-alpha 295 11/14/2025
0.0.1.10 298 11/12/2025
0.0.1.10-alpha 289 11/12/2025
0.0.0.9-alpha 220 4/4/2025
0.0.0.8-alpha 211 4/1/2025
0.0.0.7-alpha 211 4/1/2025
0.0.0.6-alpha 210 3/30/2025
0.0.0.5-alpha 190 3/30/2025
0.0.0.4-alpha 192 3/30/2025
0.0.0.3-alpha 199 3/30/2025
0.0.0.2-alpha 197 3/30/2025
0.0.0.1-alpha 208 3/30/2025

Initial version, alpha