dotnet-enable-testing-platform
Installation
SKILL.md
Enable the Microsoft Testing Platform runner for a .NET solution by configuring global.json.
The Microsoft Testing Platform is a modern, extensible test runner that provides improved performance, better diagnostics, and native support for parallel test execution.
Steps
-
Find the solution file (*.sln) in the current directory
- If no .sln found, warn and stop
-
Check for existing global.json in the solution root directory
- Read contents if file exists