Files
awesome-copilot/plugins/csharp-dotnet-development/.github/plugin/plugin.json
2026-02-19 04:34:07 +00:00

30 lines
784 B
JSON

{
"name": "csharp-dotnet-development",
"description": "Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices.",
"version": "1.1.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"csharp",
"dotnet",
"aspnet",
"testing"
],
"agents": [
"./agents/expert-dotnet-software-engineer.md"
],
"skills": [
"./skills/csharp-async/",
"./skills/aspnet-minimal-api-openapi/",
"./skills/csharp-xunit/",
"./skills/csharp-nunit/",
"./skills/csharp-mstest/",
"./skills/csharp-tunit/",
"./skills/dotnet-best-practices/",
"./skills/dotnet-upgrade/"
]
}