mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
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.0.0",
|
|
"author": {
|
|
"name": "Awesome Copilot Community"
|
|
},
|
|
"repository": "https://github.com/github/awesome-copilot",
|
|
"license": "MIT",
|
|
"tags": [
|
|
"csharp",
|
|
"dotnet",
|
|
"aspnet",
|
|
"testing"
|
|
],
|
|
"display": {
|
|
"ordering": "alpha",
|
|
"show_badge": false
|
|
},
|
|
"items": [
|
|
{
|
|
"path": "prompts/csharp-async.prompt.md",
|
|
"kind": "prompt"
|
|
},
|
|
{
|
|
"path": "prompts/aspnet-minimal-api-openapi.prompt.md",
|
|
"kind": "prompt"
|
|
},
|
|
{
|
|
"path": "instructions/csharp.instructions.md",
|
|
"kind": "instruction"
|
|
},
|
|
{
|
|
"path": "instructions/dotnet-architecture-good-practices.instructions.md",
|
|
"kind": "instruction"
|
|
},
|
|
{
|
|
"path": "agents/expert-dotnet-software-engineer.agent.md",
|
|
"kind": "agent"
|
|
},
|
|
{
|
|
"path": "prompts/csharp-xunit.prompt.md",
|
|
"kind": "prompt"
|
|
},
|
|
{
|
|
"path": "prompts/csharp-nunit.prompt.md",
|
|
"kind": "prompt"
|
|
},
|
|
{
|
|
"path": "prompts/csharp-mstest.prompt.md",
|
|
"kind": "prompt"
|
|
},
|
|
{
|
|
"path": "prompts/csharp-tunit.prompt.md",
|
|
"kind": "prompt"
|
|
},
|
|
{
|
|
"path": "prompts/dotnet-best-practices.prompt.md",
|
|
"kind": "prompt"
|
|
},
|
|
{
|
|
"path": "prompts/dotnet-upgrade.prompt.md",
|
|
"kind": "prompt"
|
|
}
|
|
]
|
|
}
|