Agent Skills: dotnet-upgrade

Skills for migrating and upgrading .NET projects across framework versions, language features, and compatibility targets.

UncategorizedID: autohandai/community-skills/dotnet-upgrade

Install this agent skill to your local

pnpm dlx add-skill https://github.com/autohandai/community-skills/tree/HEAD/dotnet-upgrade

Skill Files

Browse the full folder contents for dotnet-upgrade.

Download Skill

Loading file tree…

dotnet-upgrade/SKILL.md

Skill Metadata

Name
dotnet-upgrade
Description
"Skills for migrating and upgrading .NET projects across framework versions, language features, and compatibility targets."

dotnet-upgrade

Overview

Use this skill for .NET upgrades across target frameworks, SDK versions, C# language features, dependencies, workloads, and compatibility targets using dotnet/skills.

Workflow

  1. Inventory projects, target frameworks, SDK pinning, packages, analyzers, workloads, and CI environments.
  2. Choose the smallest upgrade path that preserves runtime compatibility and deployment constraints.
  3. Upgrade framework, packages, source, tests, and configuration in verifiable slices.
  4. Validate with restore, build, test, and runtime smoke checks where possible.

Guardrails

  • Do not skip intermediate compatibility issues by only changing target framework names.
  • Preserve public API, serialization, configuration, and database contracts.
  • Document unsupported platforms, removed APIs, and workload requirements.

Expected Output

Return an upgrade plan or implementation with compatibility notes, commands run, and remaining blockers.