migrate-vstest-to-mtp Skill
Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences v Published by microsoft in testfx.
What is migrate-vstest-to-mtp Skill?
Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences v Published by microsoft in testfx. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use migrate-vstest-to-mtp Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/testfx
- Skill file: .agents/skills/migrate-vstest-to-mtp/SKILL.md
What it does
Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences v
Skill instructions
VSTest - Microsoft.Testing.Platform Migration Migrate a .NET test solution from VSTest to Microsoft.Testing.Platform (MTP). The outcome is a solution where all test projects run on MTP, dotnet test works correctly, and CI/CD pipelines are updated. Important: Do not mix VSTest-based and MTP-based .NET test projects in the same solution or run configuration -- this is an unsupported scenario. When to Use - Switching from VSTest to Microsoft.Testing.Platform for any supported test framework - Enabling dotnet run / dotnet watch / direct executable execution for test projects - Enabling Native AOT or trimmed test execution - Replacing vstest.console.exe with dotnet test on MTP - Updating CI/CD pipelines from the VSTest task to the .NET Core CLI task - Updating dotnet test arguments from VSTest syntax to MTP syntax When Not to Use - The project already runs on Microsoft.Testing.Platform and there is no remaining MTP behavioral difference to resolve (e.g., exit code 8 for zero tests discovere
Explore related resources
Frequently asked questions
What is migrate-vstest-to-mtp?
migrate-vstest-to-mtp is a open-source AI agent skill with Copy skill directory. Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP).
Who is migrate-vstest-to-mtp best for?
migrate-vstest-to-mtp is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install migrate-vstest-to-mtp?
Install or run migrate-vstest-to-mtp using Copy skill directory. Check migrate-vstest-to-mtp for the latest setup command.
Is migrate-vstest-to-mtp actively maintained?
migrate-vstest-to-mtp may need a closer maintenance check before production use.
Auto-fetched from GitHub.