Skip to content

Rationalize short and long RIDs #30041

Open
@richlander

Description

@richlander

We use two different styles of RIDs in the SDK.

% dotnet --info | grep RID
 RID:         osx.13-arm64
% dotnet build --help | grep runtime
  --use-current-runtime                Use current runtime as the target 
                                       runtime.

The dotnet --info RID includes an OS version and the --use-current-runtime one does not. That is asymmetric and confusing.

I don't have a proposal to offer right now, but want to record this issue. It should be resolved as part of dotnet/designs#260. If others have ideas, please share them.

Metadata

Metadata

Assignees

Labels

untriagedRequest triage from a team member

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions