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/7.0] Fix #76260 Add nullable annotation to INumberBase<>.TryParse #76304

Merged
merged 1 commit into from
Sep 29, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 28, 2022

Backport of #76272 to release/7.0

/cc @tannergooding @MichalBrylka

Customer Impact

Users will get incorrect NRT annotations when working with class-like numeric types implementing the INumberBase interface.

Testing

Manual validation that the updated annotations were correct.

Risk

Low. This is updating the nullable reference type annotations for an interface that is new in .NET 7. We've historically given ourselves some flexibility on getting the NRT annotations correct.

@dotnet-issue-labeler
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@tannergooding tannergooding added the Servicing-consider Issue for next servicing release review label Sep 28, 2022
@teo-tsirpanis teo-tsirpanis added this to the 7.0.0 milestone Sep 28, 2022
Copy link
Member

@jeffhandley jeffhandley left a comment

Choose a reason for hiding this comment

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

Looks good. Please go ahead and send to tactics for consideration.

@jeffhandley jeffhandley added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 29, 2022
@jeffhandley jeffhandley merged commit 3fed4a3 into release/7.0 Sep 29, 2022
@jeffhandley jeffhandley deleted the backport/pr-76272-to-release/7.0 branch September 29, 2022 01:17
@ghost ghost locked as resolved and limited conversation to collaborators Oct 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants