dotnet-test - Selective .NET Test Runner with Build-First Workflow
Runs .NET and xUnit tests selectively using a build-first, test-targeted workflow optimized for development speed.
Tags
Updated: 2026-09-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Build .NET solutions with minimal output
- Run specific project tests without rebuilding
- Filter tests by name or category
- Filter xUnit Theory tests by parameters
- List available tests without running
- Display detailed test output logs
Inputs
- .NET solution or project paths
- Test filter expressions
- Reference documentation files
Outputs
- Console build output and errors
- Test execution results and summaries
- Detailed console test output logs
- Discovered test list
Requirements
- .NET CLI
- Bash execution tool for dotnet commands
- Read, Grep, and Glob tools
