Skip to content
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

[release/5.0-rc2] Fix argument name in CompareInfo.IsPrefix (suffix -> prefix) #41842

Merged
merged 1 commit into from
Sep 8, 2020

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 3, 2020

Backport of #41803 to release/5.0-rc2

/cc @jeffhandley @krwq

Customer Impact

This CompareInfo.IsPrefix() API was added earlier in 5.0, but there is a mistake in the argument name where suffix was used instead of prefix. The implementation is correct, but the ref assembly is wrong. Renaming this argument name while we're still in 5.0 fixes that mistake before it becomes a breaking change.

Testing

PR reviews and verification that this API was added during 5.0.

Risk

Low. It's possible someone already has a dependency on this API and they are using the named argument, and therefore this will cause a break for them. That would be acceptable during 5.0.

@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@danmoseley
Copy link
Member

👍

@jeffhandley jeffhandley added the Servicing-consider Issue for next servicing release review label Sep 4, 2020
@jeffhandley jeffhandley added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 8, 2020
@danmoseley
Copy link
Member

failure was #41078

@danmoseley danmoseley merged commit acbdb9b into release/5.0-rc2 Sep 8, 2020
@danmoseley danmoseley deleted the backport/pr-41803-to-release/5.0-rc2 branch September 8, 2020 17:47
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Runtime Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants