DotNet Test Migration to MTP
curated by SkillMD · plugin · 3 skills
Migrate .NET test projects from VSTest to MTP, updating project files, CLI, and CI/CD pipelines.
Install the whole plugin (CLI)
npx skillmds add dotnet/platform-detection
npx skillmds add dotnet/migrate-vstest-to-mtp
npx skillmds add dotnet/run-testsSkills in this plugin
- ▌ platform-detection · dotnetDetects the test platform (VSTest vs Microsoft.Testing.Platform) and test framework (MSTest, xUnit, NUnit, TUnit) from .NET project files.
- ▌ migrate-vstest-to-mtp · dotnetMigrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP), updating project files, CLI arguments, and CI/CD pipelines for MSTest, NUnit, and xUnit.net.
- ▌ run-tests · dotnetRun, filter, or troubleshoot .NET tests with `dotnet test`, detecting the test platform (VSTest vs Microsoft.Testing.Platform) and framework to apply the correct command syntax.