Migrate Xunit To Mstest

Convert .NET test projects from xUnit.net v2 or v3 to MSTest v4. Use for replacing xunit packages, [Fact]/[Theory], xUnit assertions, fixtures, ITestOutputHelper, traits, skips, and xUnit parallelization with MSTest equivalents while preserving the current VSTest or MTP runner. DO NOT USE FOR: xUnit v2 to v3 upgrades, MSTest version upgrades, migrations from NUnit/TUnit, or runner-only VSTest to MTP migrations.

stanfish06 Updated

File contents

stanfish06/skillquarium/tree/main/skills/migrate-xunit-to-mstest commit 296af08668

Frequently asked questions

npx skillmds@latest add stanfish06/migrate-xunit-to-mstest