Skip to content

Microsoft.NETCore.Platforms: fix graph not being updated on pack. - #82204

Merged
ViktorHofer merged 1 commit into
dotnet:mainfrom
tmds:rid_update_on_pack
Feb 16, 2023
Merged

Microsoft.NETCore.Platforms: fix graph not being updated on pack.#82204
ViktorHofer merged 1 commit into
dotnet:mainfrom
tmds:rid_update_on_pack

Conversation

@tmds

@tmdstmds commented Feb 15, 2023

Copy link
Copy Markdown
Member

Fixes#82125.

Regressed in #76068.

@ViktorHofer@wfurt ptal.

@ghostghost added area-Infrastructure-libraries community-contribution Indicates that the PR has been added by a community member labels Feb 15, 2023
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #82125.

Regressed in #76068.

@ViktorHofer@wfurt ptal.

Author:tmds
Assignees:-
Labels:

area-Infrastructure-libraries

Milestone:-

@ViktorHoferViktorHofer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix

@ViktorHofer
ViktorHofer merged commit 4f19d17 into dotnet:mainFeb 16, 2023
@ViktorHofer

Copy link
Copy Markdown
Member

Can you please check is 6.0 and 7.0 are also impacted?

@tmds

tmds commented Feb 16, 2023

Copy link
Copy Markdown
MemberAuthor

Yes, the issue is also on the 7.0 branch. This change can be backported to it.

I need to take a closer look at what happens on the 6.0 branch, some changes were made as well.
In the issue @wfurt mentioned the update works on 6.0.

@wfurt

Copy link
Copy Markdown
Member

yes, 6.0 was working for me, 7.0 did not. I plan to sync & put up PR for Ubuntu 23 RID. (for 7.0 I just manually backported the changes from 6.0)

@wfurtwfurt mentioned this pull request Feb 17, 2023
@ViktorHofer

Copy link
Copy Markdown
Member

/backport to release/7.0

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/4307289296

@ghostghost locked as resolved and limited conversation to collaborators Apr 1, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Infrastructure-librariescommunity-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

generation of RID graph no longer works

3 participants

@tmds@ViktorHofer@wfurt