migrate-nunit-to-mstest

Pass

Audited by Gen Agent Trust Hub on Sep 9, 2026

Risk Level: SAFE
Full Analysis
  • Code and Configuration Modification: The skill is designed to analyze and modify C# source files, project files, and configuration files to perform framework migration. This involves mechanical search-and-replace as well as semantic rewrites to ensure test behavior remains consistent.
  • Command Execution: The skill utilizes standard .NET CLI commands like dotnet test to establish baselines and verify migration success. These commands run within the project context to provide immediate feedback on the health of the test suite.
  • External Package Management: The skill manages project dependencies by replacing NUnit packages with MSTest packages from official registries. This transition is handled according to standard .NET development practices.
  • Test Context and Lifecycle Management: The skill provides detailed mappings for complex test lifecycle behaviors, such as fixture instance sharing and parallelization settings, ensuring that the migration preserves the original execution semantics.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 9, 2026, 06:09 AM
Security Audit — agent-trust-hub — migrate-nunit-to-mstest