Test Platform and Framework Detection Determine which test platform (VSTest or Microsoft.Testing.Platform) and which test framework (MSTest, xUnit, NUnit, TUnit) a project uses. Detection files to always check (in order): → → → Detecting the test framework Read the file and / (for centrally managed dependencies) and look for: | Package or SDK reference | Framework | |--------------------------|-----------| | (metapackage, recommended) or | MSTest | | + | MSTest (also valid for v3/v4) | | , , , , , | xUnit | | + | NUnit | | | TUnit (MTP only) | Detecting the test platform The detection logic d…