Make .NET projects compatible with Native AOT and trimming by systematically resolving IL trim/AOT analyzer warnings.
Runtime upgrades bundle
Install the runtime-upgrade path for platform migrations such as nullable references, AOT compatibility, and targeted .NET version transitions. This stays separate from default `.NET` bundles.
Install command
Run this command when you want the bundle to install every linked skill in one pass.
dotnet skills install bundle runtime-upgrades
What this bundle covers
Install the runtime-upgrade path for platform migrations such as nullable references, AOT compatibility, and targeted .NET version transitions. This stays separate from default `.NET` bundles.
Included skills
These are the exact skills installed by this bundle command.
Migrate a .NET 8 project to .NET 9 and resolve all breaking changes.
Migrate a .NET 9 project or solution to .NET 10 and resolve all breaking changes.
Migrate a .NET 10 project or solution to .NET 11 and resolve all breaking changes.
Enable nullable reference types in a C# project and systematically resolve all warnings.
Guides migration of .NET Framework Thread.Abort usage to cooperative cancellation in modern .NET.
No skills are currently attached to this bundle.