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