Add Dotnet Aot Command

Add, enable, or review a dotnet CLI command or feature in the Native AOT CLI (src/Cli/dotnet-aot) and prove its compatibility. USE FOR: migrating a command or option to AOT, reviewing an AOT migration PR, defining conservative eligibility and managed fallback, changing AotSourceFiles.props or AotDependencies.props, validating AOT/managed parity, NativeAOT-publishing tests, checking binary-size impact, or using the dn harness and separated SDK layout. DO NOT USE FOR: resolving IL trim/AOT analyzer warnings alone (use dotnet-aot-compat), running dotnet.Tests incrementally (use incremental-test), or pure managed CLI work.

.NET (Microsoft) f88b1e4 19.1 KB Updated 4k repo stars

File contents

dotnet/sdk/tree/main/.github/skills/add-dotnet-aot-command commit f88b1e4ef2

Frequently asked questions

npx skillmds@latest add dotnet/add-dotnet-aot-command