mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-12 20:25:11 +00:00
30 lines
741 B
JSON
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"
|
|
]
|
|
}
|