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
<PackageReference Include="Invex.Tools.ArtifactClean.linux-x64" Version="2.0.0" />
<PackageVersion Include="Invex.Tools.ArtifactClean.linux-x64" Version="2.0.0" />
<PackageReference Include="Invex.Tools.ArtifactClean.linux-x64" />
paket add Invex.Tools.ArtifactClean.linux-x64 --version 2.0.0
#r "nuget: Invex.Tools.ArtifactClean.linux-x64, 2.0.0"
#:package Invex.Tools.ArtifactClean.linux-x64@2.0.0
#addin nuget:?package=Invex.Tools.ArtifactClean.linux-x64&version=2.0.0
#tool nuget:?package=Invex.Tools.ArtifactClean.linux-x64&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
binandobjfolders. - Auto-Restore: Automatically runs
dotnet restoreto 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 thedotnet restoreoperation after cleaning.-v, --verbose: Enables verbose output during the cleaning process.
Repository Structure
Invex.Tools.ArtifactClean: Source code for theartcleantool._atom: The Atom build system project used for CI/CD and automation.
License
This project is licensed under the MIT License.
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 |