Dotnet

C# language server (LSP) integration for coding agents and high-level .NET development skills.

autohandai Updated

File contents

dotnet

Overview

Use this skill when a .NET repository needs C# language-server grounding, project discovery, or high-level agent guidance from the upstream dotnet/skills project.

Workflow

  1. Identify the solution, project files, SDK version, target frameworks, workloads, and test projects.
  2. Prefer language-server and dotnet CLI evidence over guessing symbols, references, or diagnostics.
  3. Make changes in small slices, preserving public API, configuration, serialization, and deployment behavior.
  4. Validate with the narrowest useful restore, build, test, or analyzer command.

Guardrails

  • Do not assume upstream plugins are installed locally.
  • Match the repository's current SDK, target framework, nullable context, analyzers, and formatting.
  • Record missing SDKs, workloads, packages, or LSP capabilities explicitly.

Expected Output

Return .NET-focused code changes or guidance with project evidence, commands run, and validation results.

autohandai/community-skills/tree/main/dotnet commit 6b4a48991d

Frequently asked questions

npx skillmds@latest add autohandai-community-skills/dotnet