Files
dotnet__skills/plugins/dotnet-test/plugin.json
T
Abhitej John 6cf3a72f3e Correct merged plugin release checkpoints
Stamp versions from the latest main first-parent authority: dotnet-test 0.2.22 and dotnet-test-migration 0.1.9.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 5d007947-f964-4809-a31c-2d9f457a2ba3
2026-09-09 11:28:28 -07:00

19 lines
743 B
JSON

{
"name": "dotnet-test",
"version": "0.2.22",
"description": "Skills for running, generating, analyzing, and improving .NET tests: test execution, filtering, platform detection, coverage, testability, and MSTest workflows.",
"skills": ["./skills/"],
"agents": [
"./agents/code-testing-generator.agent.md",
"./agents/code-testing-researcher.agent.md",
"./agents/code-testing-planner.agent.md",
"./agents/code-testing-implementer.agent.md",
"./agents/code-testing-builder.agent.md",
"./agents/code-testing-tester.agent.md",
"./agents/code-testing-fixer.agent.md",
"./agents/code-testing-linter.agent.md",
"./agents/testability-migration.agent.md",
"./agents/test-quality-auditor.agent.md"
]
}