mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-19 15:45:12 +00:00
adding dotnet and dotnet-diag as remote plugins (#994)
Co-authored-by: Aaron Powell <me@aaron-powell.com>
This commit is contained in:
56
.github/plugin/marketplace.json
vendored
56
.github/plugin/marketplace.json
vendored
@@ -113,6 +113,62 @@
|
|||||||
"description": "A focused set of prompts, instructions, and a chat mode to help triage incidents and respond quickly with DevOps tools and Azure resources.",
|
"description": "A focused set of prompts, instructions, and a chat mode to help triage incidents and respond quickly with DevOps tools and Azure resources.",
|
||||||
"version": "1.0.0"
|
"version": "1.0.0"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "dotnet",
|
||||||
|
"description": "Common everyday C#/.NET coding skills. Expected to be useful to all .NET developers.",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Microsoft",
|
||||||
|
"url": "https://www.microsoft.com"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/dotnet/skills",
|
||||||
|
"keywords": [
|
||||||
|
"dotnet",
|
||||||
|
"csharp",
|
||||||
|
"coding",
|
||||||
|
"skills",
|
||||||
|
"csharp-script",
|
||||||
|
"single-file",
|
||||||
|
"nuget-publishing",
|
||||||
|
"pinvoke"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": "https://github.com/dotnet/skills",
|
||||||
|
"source": {
|
||||||
|
"source": "github",
|
||||||
|
"repo": "dotnet/skills",
|
||||||
|
"path": "plugins/dotnet"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dotnet-diag",
|
||||||
|
"description": "Skills for .NET performance investigations, debugging, and incident analysis.",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Microsoft",
|
||||||
|
"url": "https://www.microsoft.com"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/dotnet/skills",
|
||||||
|
"keywords": [
|
||||||
|
"dotnet",
|
||||||
|
"diagnostics",
|
||||||
|
"performance",
|
||||||
|
"debugging",
|
||||||
|
"tracing",
|
||||||
|
"symbolicate",
|
||||||
|
"android-tombstone",
|
||||||
|
"dump-collection",
|
||||||
|
"microbenchmarking",
|
||||||
|
"clr-activation"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": "https://github.com/dotnet/skills",
|
||||||
|
"source": {
|
||||||
|
"source": "github",
|
||||||
|
"repo": "dotnet/skills",
|
||||||
|
"path": "plugins/dotnet-diag"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "doublecheck",
|
"name": "doublecheck",
|
||||||
"source": "doublecheck",
|
"source": "doublecheck",
|
||||||
|
|||||||
@@ -16,5 +16,41 @@
|
|||||||
"repo": "microsoft/azure-skills",
|
"repo": "microsoft/azure-skills",
|
||||||
"path": ".github/plugins/azure-skills"
|
"path": ".github/plugins/azure-skills"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dotnet",
|
||||||
|
"description": "Common everyday C#/.NET coding skills. Expected to be useful to all .NET developers.",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Microsoft",
|
||||||
|
"url": "https://www.microsoft.com"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/dotnet/skills",
|
||||||
|
"keywords": ["dotnet", "csharp", "coding", "skills", "csharp-script", "single-file", "nuget-publishing", "pinvoke"],
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": "https://github.com/dotnet/skills",
|
||||||
|
"source": {
|
||||||
|
"source": "github",
|
||||||
|
"repo": "dotnet/skills",
|
||||||
|
"path": "plugins/dotnet"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dotnet-diag",
|
||||||
|
"description": "Skills for .NET performance investigations, debugging, and incident analysis.",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Microsoft",
|
||||||
|
"url": "https://www.microsoft.com"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/dotnet/skills",
|
||||||
|
"keywords": ["dotnet", "diagnostics", "performance", "debugging", "tracing", "symbolicate", "android-tombstone", "dump-collection", "microbenchmarking", "clr-activation"],
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": "https://github.com/dotnet/skills",
|
||||||
|
"source": {
|
||||||
|
"source": "github",
|
||||||
|
"repo": "dotnet/skills",
|
||||||
|
"path": "plugins/dotnet-diag"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user