migrate-mstest-v1v2-to-v3
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- Standard Development Tooling: The skill employs standard .NET CLI commands such as
dotnet buildanddotnet test. These are standard utilities for project compilation and verification in a development environment. - Official Package Integration: The instructions guide the agent to update project dependencies to official NuGet packages including
MSTestandMicrosoft.NET.Test.Sdk. These are well-established libraries maintained by the .NET organization. - Configuration Best Practices: The skill manages the migration from legacy
.testsettingsto modern.runsettingsfiles and addresses documented breaking changes in MSTest assertion logic, consistent with official Microsoft migration guidance. - No External Code Execution: The skill does not download or execute arbitrary scripts from untrusted remote sources. All recommended actions are confined to modifying local project configuration and utilizing standard build tools.
Audit Metadata