Migrate Nunit To Mstest

Convert .NET tests from NUnit 3/4 to MSTest v4 while preserving VSTest or MTP. Use for replacing NUnit/NUnit3TestAdapter packages, Test/TestCase/ TestCaseSource/Values attributes, constraint assertions, SetUp/TearDown, OneTimeSetUp, SetUpFixture, FixtureLifeCycle, TestContext, categories, retries, timeouts, and NUnit parallelization. Also use when a "convert NUnit to MSTest" request may already be migrated: inspect and report the no-op. Do not use for NUnit version upgrades, xUnit/TUnit conversion, MSTest upgrades, or runner-only VSTest-to-MTP migration.

.NET (Microsoft) Updated 4k repo stars

File contents

dotnet/skills/tree/main/plugins/dotnet-test-migration/skills/migrate-nunit-to-mstest commit 992da58b76

Frequently asked questions

npx skillmds@latest add dotnet/migrate-nunit-to-mstest