Files
dotnet__skills/plugins/dotnet/README.md
T
Abhitej John f4f0ed317a Address refactoring PR review feedback
Correct the judge-comparison label and remove stale dotnet-breaking-changes registry entries left by the rebase.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 8c45529b-2515-483d-9e51-e6c0b7cb6852
2026-09-15 10:31:37 -07:00

621 B

dotnet

Core .NET and C# skills for coding agents.

Includes

  • Common .NET development skills
  • A C# language server integration for .cs files

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
  • dotnet available on PATH

Skills