Conversation
docs/core/rid-catalog.md
Outdated
| * `linuxmint.18-x64` | ||
|
|
||
| ## OS X RIDs | ||
| ## Mac RIDs |
There was a problem hiding this comment.
what do you think @richlander? Should we keep OS X as you suggested back in that earlier comment? I was following how we're calling the OSes on this page for this change: https://www.microsoft.com/net/core
|
Updated the doc based on comments from @piotrpMSFT and @ericstj. Thanks guys! There's still a question on whether we want to list the AOT RIDs at this point or not, but this is ready for review if we don't. /cc @blackdwarf |
Using one from the runtime.json file
|
@ericstj are AOT RIDs targetable? |
|
What do you mean by targetable? No RIDs are "targetable" today because NuGet doesn't allow for different compile time assemblies based on RID (what we typically refer to when we say targetable). RIDs control what runtime assemblies are used. We do indeed use the aot RIDs for UWP applications when that application is using the .NETNative toolchain. |
|
@ericstj so I should add them here to this doc too? Can people use that in their json files already in their .NET Core projects? |
|
Not for .NET Core, only UWP. |
|
@ericstj I meant are they "usable" for a, for instance, self-contained deployment, to which you gave an answer above. OK, so since these are .NET Core docs, I would suggest not putting them in and keeping with those we can use in .NET Core projects. |
|
Yes, I agree with this plan @blackdwarf. And what about the changes? Do they look OK to you? |
|
|
Fixes #829, #923
Pending questions:
/cc @richlander @blackdwarf