Skip to content

Fix setter for CandidateState.Values in reference assembly #18278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 15, 2020

Conversation

wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented Jan 10, 2020

This was caught by ApiCompat in #17959. Currently, Values.Set is internal in the implementation:
https://github.com/aspnet/AspNetCore/blob/138e801e342af561c8f12c8bfd2591d47129db82/src/Http/Routing/src/Matching/CandidateState.cs#L53
But public in the ref assembly:
https://github.com/aspnet/AspNetCore/blob/138e801e342af561c8f12c8bfd2591d47129db82/src/Http/Routing/ref/Microsoft.AspNetCore.Routing.Manual.cs#L129

Since we're patching the targeting pack in 3.1.2, we should include this change in that release so we don't have to rebuild the ref pack again down the road.

CC @dougbu @JunTaoLuo @Tratcher @Pilchie

@wtgodbe wtgodbe added the Servicing-consider Shiproom approval is required for the issue label Jan 10, 2020
@wtgodbe wtgodbe added this to the 3.1.2 milestone Jan 10, 2020
@wtgodbe wtgodbe requested review from Tratcher and a team January 10, 2020 20:19
@ghost ghost added the area-servers label Jan 10, 2020
Copy link
Member

@Pilchie Pilchie left a comment

Choose a reason for hiding this comment

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

Approved, pending Tactics review.

@wtgodbe wtgodbe added Servicing-approved Shiproom has approved the issue and removed Servicing-consider Shiproom approval is required for the issue labels Jan 11, 2020
@wtgodbe
Copy link
Member Author

wtgodbe commented Jan 11, 2020

This was approved by tactics

@wtgodbe wtgodbe merged commit 6ec28e8 into release/3.1 Jan 15, 2020
@wtgodbe wtgodbe deleted the wtgodbe/RoutingManual branch January 15, 2020 19:02
dougbu added a commit that referenced this pull request Jan 16, 2020
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions Servicing-approved Shiproom has approved the issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants