migrate-vstest-to-mtp
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- Technical Configuration Instructions: The skill contains detailed instructions for modifying .NET project files (.csproj, Directory.Build.props) and configuration files (global.json). These are standard development tasks associated with migrating test runners.
- CLI Argument Translation: It provides a mapping for translating VSTest command-line arguments to Microsoft.Testing.Platform equivalents, which is a routine operational task for .NET developers.
- Reference to External Resources: The skill includes links to official Microsoft documentation and the xUnit.net website. These are well-known and trusted sources for technical information.
- Package Management: It recommends the use of standard NuGet packages for testing and reporting (e.g., Microsoft.Testing.Extensions.TrxReport, NUnit3TestAdapter). These references are consistent with the skill's stated purpose of test platform migration.
- CI/CD Integration: The skill provides templates for updating Azure DevOps and GitHub Actions workflows. These templates follow best practices for migrating from VSTest tasks to the .NET Core CLI task.
Audit Metadata