What is csharp-mstest?
Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests Source: github/awesome-copilot.
Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests
Quickly install csharp-mstest AI skill to your development environment via command line
Source: github/awesome-copilot.
Your goal is to help me write effective unit tests with modern MSTest, using current APIs and best practices.
MSTest provides three assertion classes: Assert, StringAssert, and CollectionAssert.
Note: Prefer Assert class equivalents when available (e.g., Assert.Contains("expected", actual) over StringAssert.Contains(actual, "expected")).
Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests Source: github/awesome-copilot.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/github/awesome-copilot --skill csharp-mstestGet best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests Source: github/awesome-copilot.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/github/awesome-copilot --skill csharp-mstest Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/github/awesome-copilot