Skip to main content
Back to registry

csharp-mstest

github/awesome-copilot

Your goal is to help me write effective unit tests with modern MSTest, using current APIs and best practices.

Installs6
Install command
npx skills add https://github.com/github/awesome-copilot --skill csharp-mstest
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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") ). Note: Prefer Assert class equivalents when available (e.g., Assert.Contains ). The data source can return any of the following types: Note: When creating new test data methods, prefer ValueTuple or TestDataRow over IEnumerable . The object[] approach provides no compile-time type checking and can lead to runtime errors from type mismatches. The TestContext class provides test run information, cancellation support, and output methods. See TestContext documentation for complete reference.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does csharp-mstest do?

Your goal is to help me write effective unit tests with modern MSTest, using current APIs and best practices.

Is csharp-mstest good?

csharp-mstest does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does csharp-mstest work with?

csharp-mstest currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to csharp-mstest?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install csharp-mstest?

npx skills add https://github.com/github/awesome-copilot --skill csharp-mstest

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering