From a5e4b0acdac3911b130ce754020855a34e61e4ca Mon Sep 17 00:00:00 2001 From: Jakub Jares Date: Mon, 11 May 2026 13:44:10 +0200 Subject: [PATCH] Add dotnet-test external plugin from dotnet/skills Add the dotnet-test plugin as an external plugin reference pointing to dotnet/skills. This plugin provides skills for running, diagnosing, and migrating .NET tests including test execution, filtering, platform detection, and MSTest workflows. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- plugins/external.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/plugins/external.json b/plugins/external.json index b683ce066..35c557a27 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -71,6 +71,24 @@ "path": "plugins/dotnet-diag" } }, + { + "name": "dotnet-test", + "description": "Skills for running, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, and MSTest workflows.", + "version": "0.1.0", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "homepage": "https://github.com/dotnet/skills", + "keywords": ["dotnet", "testing", "mstest", "unit-testing", "test-migration", "test-generation", "coverage", "testability"], + "license": "MIT", + "repository": "https://github.com/dotnet/skills", + "source": { + "source": "github", + "repo": "dotnet/skills", + "path": "plugins/dotnet-test" + } + }, { "name": "skills-for-copilot-studio", "description": "Microsoft Copilot Studio plugins for AI coding agents",