← all plugins

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-tests
⬇ Download

Skills in this plugin

  1. platform-detection · dotnet
    Detects the test platform (VSTest vs Microsoft.Testing.Platform) and test framework (MSTest, xUnit, NUnit, TUnit) from .NET project files.
    4k
    repo stars
  2. migrate-vstest-to-mtp · dotnet
    Migrates .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.
    4k
    repo stars
  3. run-tests · dotnet
    Run, 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.
    4k
    repo stars