dotnet-upgrade
๐ฏSkillfrom github/awesome-copilot
Provides ready-to-use prompts for .NET framework upgrade analysis covering project classification, dependency compatibility review, API migration, and configuration conversion.
Overview
.NET Upgrade is a skill that provides comprehensive, ready-to-use prompts for analyzing and executing .NET framework upgrades. It covers the full upgrade lifecycle from project discovery and dependency compatibility review through framework targeting, NuGet management, configuration migration, and post-upgrade validation, ensuring a structured and safe transition to modern .NET versions.
Key Features
- Project Discovery & Assessment - Classifies projects by framework type, analyzes dependency graphs for compatibility, and detects legacy
packages.configfiles needing migration toPackageReference - Upgrade Strategy & Sequencing - Recommends optimal project upgrade order from least to most dependent, proposes incremental strategies with rollback checkpoints, and generates tracking checklists
- Framework Targeting & Code Modernization - Suggests correct
TargetFrameworkvalues, identifies deprecated APIs needing replacement (e.g.,WebHostBuildertoHostBuilder), and recommends async pattern conversions - Configuration & Startup Migration - Guides conversion from
web.config/app.configtoappsettings.json, middleware pipeline setup, and authentication/authorization migration - Post-Upgrade Validation - Provides prompts for test verification, runtime behavior analysis, performance benchmarking, and CI/CD pipeline updates
Who is this for?
This skill is designed for .NET developers and teams planning framework upgrades, whether migrating from .NET Framework to .NET 8+ or upgrading between modern .NET versions. It is particularly valuable for enterprises with large solutions containing multiple interdependent projects that require a careful, phased upgrade approach.
Same repository
github/awesome-copilot(224 items)
Installation
npx vibeindex add github/awesome-copilot --skill dotnet-upgradenpx skills add github/awesome-copilot --skill dotnet-upgrade~/.claude/skills/dotnet-upgrade/SKILL.mdSKILL.md
More from this repository10
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Generates comprehensive Product Requirements Documents (PRDs) by systematically analyzing requirements and crafting detailed technical specifications
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Generates Excalidraw diagrams from natural language descriptions, creating visual representations of processes, systems, relationships, and ideas.
Expert technical writer guided by the Diataxis framework, creating tutorials, how-to guides, reference docs, and explanation pages for software documentation.
Automates browser interactions, debugging, and performance analysis using Chrome DevTools for comprehensive web page inspection and control.
Provides Spring Boot best practices covering project setup, dependency injection, REST API design, data access with JPA, security configuration, and testing strategies.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Manages GitHub Issues through the GitHub API, enabling creation, searching, labeling, and triaging of issues directly from the coding environment.