VSTest - Microsoft.Testing.Platform Migration Migrate a .NET test solution from VSTest to Microsoft.Testing.Platform (MTP). The outcome is a solution where all test projects run on MTP, works correctly, and CI/CD pipelines are updated. Important : Do not mix VSTest-based and MTP-based .NET test projects in the same solution or run configuration -- this is an unsupported scenario. When to Use - Switching from VSTest to Microsoft.Testing.Platform for any supported test framework - Enabling / / direct executable execution for test projects - Enabling Native AOT or trimmed test execution - Replac…