mirror of
https://github.com/dotnet/skills.git
synced 2026-09-20 09:49:54 +08:00
9433785881
Replaces the shipped skill body with the validated v3 variant: judgment-first, rigor proportional to blast radius, redundant catalog/list scaffolding removed. ~53% smaller (12,811->6,039 chars) with equal or better cross-family eval quality and no measured regression. Description (929 chars) and all safety rules retained. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3c9f9823-7f2f-4f7d-9d1b-f2b9e7a20c60
dotnet
Core .NET and C# skills for coding agents.
Includes
- Common .NET development skills
- A C# language server integration for
.csfiles
LSP
This plugin declares a C# LSP server that is launched through the .NET CLI.
The LSP declaration is available to hosts that support the plugin lspServers extension. Codex
plugin installs expose this plugin's skills but do not load that host-specific LSP declaration.
Prerequisites:
- .NET 10 SDK installed
dotnetavailable on PATH