Files
awesome-copilot/plugins/csharp-dotnet-development/.github/plugin/plugin.json
2026-03-06 10:20:53 +00:00

30 lines
741 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"
],
"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"
]
}