Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,22 +348,24 @@
},
{
"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"
},
"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",
Expand Down
16 changes: 9 additions & 7 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,22 +235,24 @@
},
{
"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"
},
"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",
Expand Down
Loading