Files
dotnet__skills/plugins/dotnet/README.md
T
2026-09-15 09:18:34 -07:00

25 lines
690 B
Markdown

# 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
- [csharp-refactoring](skills/csharp-refactoring/SKILL.md)
- [dotnet-breaking-changes](skills/dotnet-breaking-changes/SKILL.md)
- [setup-local-sdk](skills/setup-local-sdk/SKILL.md)