Allow opting-in to NativeAOT publishing using runtime packs#32100
Allow opting-in to NativeAOT publishing using runtime packs#32100akoeplinger merged 1 commit intodotnet:mainfrom
Conversation
|
I don't really follow what's going on here. Is the |
|
@dsplaisted no, this would almost certainly only be set by the workloads (e.g. iOS/Android) that need the runtime packs. There is a chance that we will switch completely to the new mode even for desktop at which point the property would go away so I'm not particularly concerned with the naming. Note that the "user-facing" property name is |
dsplaisted
left a comment
There was a problem hiding this comment.
Looks good so far. Sounds like changes will be needed to workloads or other logic to opt in to this. Also I'm not sure if the ILCompiler will need to be updated to know to use the runtime pack.
Contributes to dotnet/runtime#81024
Installer changes are in dotnet/installer#16261