net-cli
Installation
SKILL.md
.NET CLI
Work efficiently with the .NET CLI to manage projects, packages, builds, tests, and development workflows across .NET Core, .NET Framework, and modern .NET SDK projects.
When to Use This Skill
Use this skill when you need to:
- Build and compile .NET projects and solutions
- Run applications with hot reload and watch mode
- Execute unit and integration tests with filtering
- Manage NuGet packages and dependencies
- Format and lint C# code
- Organize multi-project solutions
- Configure build properties and target frameworks
- Debug build failures and dependency issues
- Clean and restore project artifacts
- Publish applications to different targets