csharp-mstest
Comprehensive guide and best practices for writing unit tests using MSTest 3.x/4.x in .NET.
Install
npx skills add https://github.com/github/awesome-copilot --skill csharp-mstestStats
| Total installs | 7,422 |
| Weekly installs | 7.4K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Covers test class structure, lifecycle management, and the AAA (Arrange-Act-Assert) pattern with sealed classes and constructor-based initialization
- Provides comprehensive assertion APIs including equality, null checks, exception testing (Throws/ThrowsExactly), collections, strings, comparisons, and type assertions
- Supports data-driven tests via DataRow and DynamicData with ValueTuple and TestDataRow for type safety
- Includes advanced features: retry for flaky tests, OS/CI conditional execution, parallelization control, and work item traceability
- Highlights common mistakes and best practices for TestContext usage, cancellation tokens, and test organization
Tags
Related skills
| Skill | Installs | vs csharp-mstest |
|---|---|---|
| javascript-testing-patterns | 7,041 | -381 |
| create-spring-boot-java-project | 7,614 | +192 |
| async-python-patterns | 6,324 | -1,098 |
| structured-autonomy-implement | 7,421 | -1 |
| antfu | 6,472 | -950 |
FAQ
- How many installs does csharp-mstest have?
- csharp-mstest has 7,422 total installs and 7.4K installs this week.
- Where is csharp-mstest hosted?
- csharp-mstest is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does csharp-mstest have?
- csharp-mstest has 27.4K GitHub stars.
- When was csharp-mstest first indexed?
- OrangeBot.AI first indexed csharp-mstest on Feb 25, 2026.
- How do I install csharp-mstest?
- Run: npx skills add https://github.com/github/awesome-copilot --skill csharp-mstest