Skip to content

Fix #76260 Add nullable annotation to INumberBase<>.TryParse - #76272

Merged
tannergooding merged 1 commit into
dotnet:mainfrom
MichalBrylka:fix/INumberBase-Nullable
Sep 28, 2022
Merged

Fix #76260 Add nullable annotation to INumberBase<>.TryParse#76272
tannergooding merged 1 commit into
dotnet:mainfrom
MichalBrylka:fix/INumberBase-Nullable

Conversation

@MichalBrylka

Copy link
Copy Markdown
Contributor

@ghostghost added area-System.Numerics community-contribution Indicates that the PR has been added by a community member labels Sep 27, 2022
@ghost

Copy link
Copy Markdown

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

Issue Details

Fix #76260

Author:MichalBrylka
Assignees:-
Labels:

area-System.Numerics

Milestone:-

Comment threadsrc/libraries/System.Private.CoreLib/src/System/Numerics/INumberBase.cs Outdated
@MichalBrylka
MichalBrylkaforce-pushed the fix/INumberBase-Nullable branch from c3bfe94 to 7b8a26fCompareSeptember 27, 2022 21:29
@dakersnar

Copy link
Copy Markdown
Contributor

This needs to be in for 7.0, right?

@dakersnardakersnar added this to the 7.0.0 milestone Sep 27, 2022
@MichalBrylka

Copy link
Copy Markdown
ContributorAuthor

@dakersnar I'm not sure if you ask me but it would be awesome if it would go to 7.0.0. Risk are very slim that it will blow anything

@tannergooding
tannergooding merged commit ce6b928 into dotnet:mainSep 28, 2022
@tannergooding

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/3144305660

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

Labels

area-System.Numericscommunity-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[API Proposal]: Add nullable annotation to INumberBase<>.TryParse

4 participants

@MichalBrylka@dakersnar@tannergooding@stephentoub