dotnet-test
CommunityRun targeted .NET tests quickly.
AuthorNikiforovAll
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables a build-first, test-targeted workflow to run .NET tests efficiently, reducing feedback time by building the solution once and focusing on the tests you care about.
Core Features & Use Cases
- Build-first validation: Compile the solution with minimal output to catch errors early.
- Targeted testing: Run specific test projects with --no-build to avoid redundant compilation.
- Flexible filtering: Narrow down results using test filters to run only the relevant tests.
- Use Case: When you have a large solution, run the entire build to catch compile errors, then execute only the tests for a selected project or scenario.
Quick Start
Run a focused test for a project: dotnet test path/to/Tests.csproj --no-build --filter "Name~ShouldWork"
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: dotnet-test Download link: https://github.com/NikiforovAll/claude-code-rules/archive/main.zip#dotnet-test Please download this .zip file, extract it, and install it in the .claude/skills/ directory.