🎯

migrate-dotnet10-to-dotnet11

🎯Skill

from dotnet/skills

VibeIndex|
What it does
|

Official Microsoft .NET skill for migrating a .NET 10 project/solution to **.NET 11** — detects SDK type, package references, Docker usage, and crypto/compression/TAR/NamedPipe usage; updates `TargetFramework` to `net11.0`, resolves C# 15 compiler, core library, SDK/MSBuild, EF Core 11, and platform breaking changes (x86-64-v2, Arm64 LSE); commits at each logical boundary.

📦

Same repository

dotnet/skills(100 items)

migrate-dotnet10-to-dotnet11

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add dotnet/skills --skill migrate-dotnet10-to-dotnet11
skills.sh Install⚠ Installs to .agents/skills/
npx skills add dotnet/skills --skill migrate-dotnet10-to-dotnet11
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/migrate-dotnet10-to-dotnet11/SKILL.md

SKILL.md

497Installs
-
AddedApr 13, 2026

More from this repository10

🎯
analyzing-dotnet-performance🎯Skill

A .NET diagnostic skill for performance investigations, providing AI agents with guidance on profiling, tracing, and analyzing .NET application performance issues using dotnet-diag tools.

🎯
optimizing-ef-core-queries🎯Skill

A skill from the official .NET team's curated agent skill collection, part of the dotnet-data plugin covering Entity Framework and data access tasks including query optimization, performance tuning, and best practices for .NET data operations.

🎯
run-tests🎯Skill

Part of Microsoft's official `dotnet-test` plugin — an agent skill for running, diagnosing, and migrating .NET tests, covering test execution, filtering, platform detection (Copilot CLI / Claude Code / Codex / VS Code), and MSTest workflows.

🎯
msbuild-antipatterns🎯Skill

Official .NET team skills for AI coding agents covering MSBuild build diagnostics, performance optimization, NuGet package management, Entity Framework data access, .NET MAUI, AI/ML integration, testing, and framework upgrade migrations.

🎯
msbuild-modernization🎯Skill

A skill from the official .NET team's curated agent skill collection, part of the dotnet-msbuild plugin providing comprehensive MSBuild and .NET build guidance including failure diagnosis, performance optimization, code quality, and project modernization.

🎯
test-anti-patterns🎯Skill

Official Microsoft .NET skill for **pragmatic test anti-pattern review** of MSTest/xUnit/NUnit/TUnit code — flags no-assertions/swallowed exceptions/always-true asserts (Critical), `Thread.Sleep`/`DateTime.Now`/over-mocking/implementation coupling (High), poor naming/magic values/duplicate tests (Medium), and basic hygiene (Low) with actionable fixes; defers to `exp-test-smell-detection` for deep academic audits.

🎯
dotnet-trace-collect🎯Skill

A skill from the official .NET team's curated agent skill collection, part of the dotnet-diag plugin covering .NET performance investigations, debugging, and incident analysis including trace collection and diagnostics.

🎯
directory-build-organization🎯Skill

A skill from the official .NET team's curated agent skill collection, part of the dotnet-msbuild plugin covering comprehensive MSBuild and .NET build skills including failure diagnosis, performance optimization, code quality, and project modernization.

🎯
csharp-scripts🎯Skill

Part of the official .NET Agent Skills collection, this skill provides guidance for handling C# scripting tasks within the .NET ecosystem, complementing the core dotnet plugin for common .NET coding workflows.

🎯
dotnet-aot-compat🎯Skill

Part of the official .NET Agent Skills repository, providing the .NET team's curated set of core skills and custom agents for coding agents covering common .NET tasks, MSBuild, NuGet, diagnostics, testing, data access, MAUI, AI/ML, ASP.NET, and project upgrades.