mstest-testing-platform

Community

Master .NET 10 MSTest with new runner.

AuthorNotMyself
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill guides users through the complexities of the new Microsoft.Testing.Platform for MSTest in .NET 10, replacing the legacy VSTest runner. It simplifies setup, execution, and troubleshooting, ensuring efficient and reliable unit testing.

Core Features & Use Cases

  • Modern Test Runner: Leverage Microsoft.Testing.Platform for faster, more efficient test execution.
  • Streamlined Setup: Configure test projects with required properties (EnableMSTestRunner, OutputType=Exe) and package references.
  • Flexible Execution: Run tests using dotnet run --project or dotnet test, with options for filtering and parallelization.
  • Use Case: When migrating an existing .NET project to .NET 10, use this skill to quickly adapt your MSTest projects to the new testing platform, ensuring all tests run correctly and efficiently.

Quick Start

Guide me on setting up and running MSTest with Microsoft.Testing.Platform in my .NET 10 project.

Dependency Matrix

Required Modules

MSTestMicrosoft.Testing.Platform

Components

Standard package

💻 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: mstest-testing-platform
Download link: https://github.com/NotMyself/claude-stack-dotnet/archive/main.zip#mstest-testing-platform

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository