Skip to content

Commit 92e4a10

Browse files
adding dotnet and dotnet-diag as remote plugins (#994)
Co-authored-by: Aaron Powell <me@aaron-powell.com>
1 parent 9272be1 commit 92e4a10

2 files changed

Lines changed: 92 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,62 @@
113113
"description": "A focused set of prompts, instructions, and a chat mode to help triage incidents and respond quickly with DevOps tools and Azure resources.",
114114
"version": "1.0.0"
115115
},
116+
{
117+
"name": "dotnet",
118+
"description": "Common everyday C#/.NET coding skills. Expected to be useful to all .NET developers.",
119+
"version": "0.1.0",
120+
"author": {
121+
"name": "Microsoft",
122+
"url": "https://www.microsoft.com"
123+
},
124+
"homepage": "https://github.com/dotnet/skills",
125+
"keywords": [
126+
"dotnet",
127+
"csharp",
128+
"coding",
129+
"skills",
130+
"csharp-script",
131+
"single-file",
132+
"nuget-publishing",
133+
"pinvoke"
134+
],
135+
"license": "MIT",
136+
"repository": "https://github.com/dotnet/skills",
137+
"source": {
138+
"source": "github",
139+
"repo": "dotnet/skills",
140+
"path": "plugins/dotnet"
141+
}
142+
},
143+
{
144+
"name": "dotnet-diag",
145+
"description": "Skills for .NET performance investigations, debugging, and incident analysis.",
146+
"version": "0.1.0",
147+
"author": {
148+
"name": "Microsoft",
149+
"url": "https://www.microsoft.com"
150+
},
151+
"homepage": "https://github.com/dotnet/skills",
152+
"keywords": [
153+
"dotnet",
154+
"diagnostics",
155+
"performance",
156+
"debugging",
157+
"tracing",
158+
"symbolicate",
159+
"android-tombstone",
160+
"dump-collection",
161+
"microbenchmarking",
162+
"clr-activation"
163+
],
164+
"license": "MIT",
165+
"repository": "https://github.com/dotnet/skills",
166+
"source": {
167+
"source": "github",
168+
"repo": "dotnet/skills",
169+
"path": "plugins/dotnet-diag"
170+
}
171+
},
116172
{
117173
"name": "doublecheck",
118174
"source": "doublecheck",

plugins/external.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,41 @@
1616
"repo": "microsoft/azure-skills",
1717
"path": ".github/plugins/azure-skills"
1818
}
19+
},
20+
{
21+
"name": "dotnet",
22+
"description": "Common everyday C#/.NET coding skills. Expected to be useful to all .NET developers.",
23+
"version": "0.1.0",
24+
"author": {
25+
"name": "Microsoft",
26+
"url": "https://www.microsoft.com"
27+
},
28+
"homepage": "https://github.com/dotnet/skills",
29+
"keywords": ["dotnet", "csharp", "coding", "skills", "csharp-script", "single-file", "nuget-publishing", "pinvoke"],
30+
"license": "MIT",
31+
"repository": "https://github.com/dotnet/skills",
32+
"source": {
33+
"source": "github",
34+
"repo": "dotnet/skills",
35+
"path": "plugins/dotnet"
36+
}
37+
},
38+
{
39+
"name": "dotnet-diag",
40+
"description": "Skills for .NET performance investigations, debugging, and incident analysis.",
41+
"version": "0.1.0",
42+
"author": {
43+
"name": "Microsoft",
44+
"url": "https://www.microsoft.com"
45+
},
46+
"homepage": "https://github.com/dotnet/skills",
47+
"keywords": ["dotnet", "diagnostics", "performance", "debugging", "tracing", "symbolicate", "android-tombstone", "dump-collection", "microbenchmarking", "clr-activation"],
48+
"license": "MIT",
49+
"repository": "https://github.com/dotnet/skills",
50+
"source": {
51+
"source": "github",
52+
"repo": "dotnet/skills",
53+
"path": "plugins/dotnet-diag"
54+
}
1955
}
2056
]

0 commit comments

Comments
 (0)