From 91bf398bb90796999233666128692de81d97c4f5 Mon Sep 17 00:00:00 2001 From: Petr Pokorny Date: Wed, 1 Jul 2026 15:43:30 +0200 Subject: [PATCH] dotnet-test: polyglot description and keywords, mirror 0.2.0 Reframe the external catalog entry to reflect the plugin's polyglot test-generation pipeline (.NET/C#, Python, TypeScript/JavaScript, Java, Go, Ruby, Rust, C++, Kotlin, Swift, PowerShell) and add polyglot keywords so non-.NET developers can discover it. Mirrors the dotnet/skills 0.2.0 bump. Edits the source (plugins/external.json) and regenerates the generated .github/plugin/marketplace.json via npm run build. source stays unpinned (tracks main), so no behavior change. --- .github/plugin/marketplace.json | 16 +++++++++------- plugins/external.json | 16 +++++++++------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 17a91a230..b3228eda9 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -348,8 +348,8 @@ }, { "name": "dotnet-test", - "description": "Skills for running, writing, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, coverage analysis, and MSTest workflows.", - "version": "0.1.0", + "description": "Polyglot unit-test generation via a multi-agent Research-Plan-Implement pipeline — writes and runs tests for .NET/C#, Python, TypeScript/JavaScript, Java, Go, Ruby, Rust, C++, Kotlin, Swift, and PowerShell. Plus .NET-focused test execution, coverage and CRAP analysis, testability review, platform detection, and MSTest/xUnit migration.", + "version": "0.2.0", "author": { "name": "Microsoft", "url": "https://www.microsoft.com" @@ -357,13 +357,15 @@ "homepage": "https://github.com/dotnet/skills", "keywords": [ "dotnet", + "polyglot", "testing", - "mstest", - "xunit", - "nunit", "test-generation", - "coverage", - "migration" + "unit-tests", + "python", + "typescript", + "java", + "go", + "rust" ], "license": "MIT", "repository": "https://github.com/dotnet/skills", diff --git a/plugins/external.json b/plugins/external.json index eeaec567e..cab94b3f0 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -235,8 +235,8 @@ }, { "name": "dotnet-test", - "description": "Skills for running, writing, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, coverage analysis, and MSTest workflows.", - "version": "0.1.0", + "description": "Polyglot unit-test generation via a multi-agent Research-Plan-Implement pipeline — writes and runs tests for .NET/C#, Python, TypeScript/JavaScript, Java, Go, Ruby, Rust, C++, Kotlin, Swift, and PowerShell. Plus .NET-focused test execution, coverage and CRAP analysis, testability review, platform detection, and MSTest/xUnit migration.", + "version": "0.2.0", "author": { "name": "Microsoft", "url": "https://www.microsoft.com" @@ -244,13 +244,15 @@ "homepage": "https://github.com/dotnet/skills", "keywords": [ "dotnet", + "polyglot", "testing", - "mstest", - "xunit", - "nunit", "test-generation", - "coverage", - "migration" + "unit-tests", + "python", + "typescript", + "java", + "go", + "rust" ], "license": "MIT", "repository": "https://github.com/dotnet/skills",