Invex.Tools.ArtifactClean.linux-x64 2.0.0

dotnet add package Invex.Tools.ArtifactClean.linux-x64 --version 2.0.0
                    
NuGet\Install-Package Invex.Tools.ArtifactClean.linux-x64 -Version 2.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Invex.Tools.ArtifactClean.linux-x64" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Invex.Tools.ArtifactClean.linux-x64" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Invex.Tools.ArtifactClean.linux-x64" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Invex.Tools.ArtifactClean.linux-x64 --version 2.0.0
                    
#r "nuget: Invex.Tools.ArtifactClean.linux-x64, 2.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Invex.Tools.ArtifactClean.linux-x64@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Invex.Tools.ArtifactClean.linux-x64&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Invex.Tools.ArtifactClean.linux-x64&version=2.0.0
                    
Install as a Cake Tool

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 169 4/11/2026
2.0.0-rc.9 118 4/11/2026
2.0.0-rc.7 113 4/11/2026
2.0.0-rc.4 123 4/11/2026