mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-14 01:51:02 +00:00
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:
@@ -348,8 +348,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dotnet-test",
|
"name": "dotnet-test",
|
||||||
"description": "Skills for running, writing, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, coverage analysis, and MSTest workflows.",
|
"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.1.0",
|
"version": "0.2.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft",
|
"name": "Microsoft",
|
||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
@@ -357,13 +357,15 @@
|
|||||||
"homepage": "https://github.com/dotnet/skills",
|
"homepage": "https://github.com/dotnet/skills",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"dotnet",
|
"dotnet",
|
||||||
|
"polyglot",
|
||||||
"testing",
|
"testing",
|
||||||
"mstest",
|
|
||||||
"xunit",
|
|
||||||
"nunit",
|
|
||||||
"test-generation",
|
"test-generation",
|
||||||
"coverage",
|
"unit-tests",
|
||||||
"migration"
|
"python",
|
||||||
|
"typescript",
|
||||||
|
"java",
|
||||||
|
"go",
|
||||||
|
"rust"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/dotnet/skills",
|
"repository": "https://github.com/dotnet/skills",
|
||||||
|
|||||||
@@ -235,8 +235,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dotnet-test",
|
"name": "dotnet-test",
|
||||||
"description": "Skills for running, writing, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, coverage analysis, and MSTest workflows.",
|
"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.1.0",
|
"version": "0.2.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft",
|
"name": "Microsoft",
|
||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
@@ -244,13 +244,15 @@
|
|||||||
"homepage": "https://github.com/dotnet/skills",
|
"homepage": "https://github.com/dotnet/skills",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"dotnet",
|
"dotnet",
|
||||||
|
"polyglot",
|
||||||
"testing",
|
"testing",
|
||||||
"mstest",
|
|
||||||
"xunit",
|
|
||||||
"nunit",
|
|
||||||
"test-generation",
|
"test-generation",
|
||||||
"coverage",
|
"unit-tests",
|
||||||
"migration"
|
"python",
|
||||||
|
"typescript",
|
||||||
|
"java",
|
||||||
|
"go",
|
||||||
|
"rust"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/dotnet/skills",
|
"repository": "https://github.com/dotnet/skills",
|
||||||
|
|||||||
Reference in New Issue
Block a user