clean
Installation
SKILL.md
/dotnet:clean
Recursively clean build artifacts (bin/obj folders) with options for package cache and artifacts folders.
Arguments
Parse arguments from $ARGUMENTS:
| Flag | Description | Default |
|---|---|---|
--all |
Clean bin, obj, packages, and artifacts | false |
--packages |
Also clear NuGet packages cache for solution | false |
--artifacts |
Also clean publish/artifacts folders | false |
--project <path> |
Target specific project (fuzzy matching) | All projects |
--dry-run |
Show what would be deleted without deleting | false |