Che cos'è dotnet-local-tools?
Gestione degli strumenti .NET locali con dotnet-tools.json per strumenti coerenti negli ambienti di sviluppo e nelle pipeline CI/CD. Fonte: aaronontheweb/dotnet-skills.
Gestione degli strumenti .NET locali con dotnet-tools.json per strumenti coerenti negli ambienti di sviluppo e nelle pipeline CI/CD.
Installa rapidamente la skill AI dotnet-local-tools nel tuo ambiente di sviluppo tramite riga di comando
Fonte: aaronontheweb/dotnet-skills.
Local tools are .NET CLI tools that are installed and versioned per-repository rather than globally. They're defined in .config/dotnet-tools.json and restored with dotnet tool restore.
| Installation | dotnet tool install -g | dotnet tool restore | | Scope | Machine-wide | Per-repository | | Version control | Manual | In .config/dotnet-tools.json | | CI/CD | Must install each tool | Single restore command | | Conflicts | Can have version conflicts | Isolated per project |
| version | Manifest schema version (always 1) | | isRoot | Marks this as the root manifest (prevents searching parent directories) | | tools | Dictionary of tool configurations | | tools. .version | Exact version to install | | tools. .commands | CLI commands the tool provides |
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-local-toolsGestione degli strumenti .NET locali con dotnet-tools.json per strumenti coerenti negli ambienti di sviluppo e nelle pipeline CI/CD. Fonte: aaronontheweb/dotnet-skills.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-local-tools Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/aaronontheweb/dotnet-skills