migrate-mstest-v1v2-to-v3

Migrate MSTest v1/v2 projects to MSTest v3 syntax and APIs, fixing detected incompatibilities.

Updated May 28, 2026
One-click install
npx skills add https://github.com/ojrojas/AgentsInstructions --skill migrate-mstest-v1v2-to-v3-ojrojas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-mstest-v1v2-to-v3
Source: https://github.com/ojrojas/AgentsInstructions/tree/main/.claude/skills/dotnet-test/skills/migrate-mstest-v1v2-to-v3
Command: npx skills add https://github.com/ojrojas/AgentsInstructions --skill migrate-mstest-v1v2-to-v3-ojrojas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires MSTest.Sdk, .NET CLI, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenges of migrating MSTest v1 or v2 test projects to MSTest v3, simplifying the process of adopting newer features and resolving compatibility issues.

Core Features & Use Cases

  • Automated Migration: Simplifies the migration of MSTest v1 or v2 test projects to MSTest v3.
  • Fixing Breaking Changes: Identifies and fixes breaking changes introduced in MSTest v3.
  • Use Case: When a user has test projects that use MSTest v1 or v2 and encounters build errors after updating MSTest packages, this Skill can help resolve those issues.

Quick Start

Run the migration skill with the path to your MSTest v1 or v2 test project.

Frequently Asked Questions about migrate-mstest-v1v2-to-v3

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate MSTest v1 or v2 test projects to MSTest v3?

To migrate MSTest v1 or v2 test projects to MSTest v3, use an automated migration tool that detects and fixes breaking changes. This simplifies upgrading the MSTest framework and resolving compatibility issues in your .NET test projects.

Why does my MSTest project have build errors after updating to v3?

Build errors after updating to MSTest v3 are caused by breaking changes in the framework. This migration tool identifies and fixes these breaking changes to ensure your test projects build successfully on the new version.

Do I need the .NET CLI and MSTest SDK to upgrade my test framework?

Yes, the .NET CLI and MSTest SDK are required dependencies for this automated migration. The tool uses them to detect and resolve breaking changes when upgrading your test projects to MSTest v3.

What is the best way to fix MSTest v3 breaking changes automatically?

The best way to fix MSTest v3 breaking changes automatically is to run this migration tool on your test project path. It detects compatibility issues and applies the necessary fixes for the version upgrade.

Can I use this migration tool for .NET test projects using MSTest v1?

Yes, this tool supports migrating .NET test projects using either MSTest v1 or v2 to MSTest v3. It simplifies the version upgrade process by resolving compatibility issues and fixing breaking changes.