ما هي dotnet-local-tools؟
إدارة أدوات .NET المحلية باستخدام dotnet-tools.json للحصول على أدوات متسقة عبر بيئات التطوير وخطوط أنابيب CI/CD. المصدر: aaronontheweb/dotnet-skills.
إدارة أدوات .NET المحلية باستخدام dotnet-tools.json للحصول على أدوات متسقة عبر بيئات التطوير وخطوط أنابيب CI/CD.
ثبّت مهارة الذكاء الاصطناعي dotnet-local-tools بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: 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 |
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-local-toolsإدارة أدوات .NET المحلية باستخدام dotnet-tools.json للحصول على أدوات متسقة عبر بيئات التطوير وخطوط أنابيب CI/CD. المصدر: aaronontheweb/dotnet-skills.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-local-tools بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/aaronontheweb/dotnet-skills