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

  1. Find the solution file (*.sln) in the current directory

    • If no .sln found, warn and stop
  2. Check for existing global.json in the solution root directory

    • Read contents if file exists
Installs
2
First Seen
Feb 4, 2026
dotnet-enable-testing-platform — im5tu/dotnet-skills