Invex.Tools.ArtifactClean 2.0.0

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

Invex.Dotnet.Tools

A collection of useful .NET tools for developers.

Tools

ArtifactClean (artclean)

artclean is a high-performance, recursive cleaning tool for .NET projects. It identifies and removes bin and obj directories across your workspace to reclaim disk space or ensure a clean state for your builds.

By default, it automatically executes dotnet restore after cleaning to bring your projects back to a ready-to-build state.

Key Features
  • Fast Recursion: Efficiently scans directories while ignoring reparse points.
  • Deep Clean: Removes both bin and obj folders.
  • Auto-Restore: Automatically runs dotnet restore to minimize downtime (can be disabled).
  • Native AOT: Built with Native AOT for minimal startup time and zero dependencies.
Installation
dotnet tool install --global Invex.Tools.ArtifactClean
Usage
# In the repo you want to clean
artclean

# Or specify arguments / options:
artclean [path] [options]

Arguments:

  • path: The root directory to begin the recursive search. [Default: current directory]

Options:

  • -n, --no-restore: Skips the dotnet restore operation after cleaning.
  • -v, --verbose: Enables verbose output during the cleaning process.

Repository Structure

  • Invex.Tools.ArtifactClean: Source code for the artclean tool.
  • _atom: The Atom build system project used for CI/CD and automation.

License

This project is licensed under the MIT License.

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 is compatible.  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
2.3.0-rc.6 65 8/28/2026
2.3.0-rc.4 66 8/21/2026
2.3.0-rc.2 75 8/14/2026
2.2.0 113 8/3/2026
2.2.0-rc.3 65 8/3/2026
2.2.0-rc.2 66 7/24/2026
2.1.0 114 7/13/2026
2.1.0-rc.15 69 7/13/2026
2.1.0-rc.14 64 7/13/2026
2.1.0-rc.12 97 7/10/2026
2.1.0-rc.10 74 7/9/2026
2.1.0-rc.8 67 7/9/2026
2.1.0-rc.5 73 7/5/2026
2.1.0-rc.2 77 7/2/2026
2.0.0 128 4/11/2026
2.0.0-rc.9 67 4/11/2026
2.0.0-rc.7 77 4/11/2026
2.0.0-rc.4 78 4/11/2026