dotnet-test: polyglot description and keywords, mirror 0.2.0 (#2178)

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.
This commit is contained in:
Petr Pokorny
2026-07-02 04:01:04 +02:00
committed by GitHub
parent 893df3fb7a
commit 8c68eba690
2 changed files with 18 additions and 14 deletions
+9 -7
View File
@@ -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",