Skip to content
Closed
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
18 changes: 18 additions & 0 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Comment on lines +74 to +90
},
{
"name": "skills-for-copilot-studio",
"description": "Microsoft Copilot Studio plugins for AI coding agents",
Expand Down
Loading