-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[API Proposal]: Implement IParsable<TSelf> et cetera on IPEndPoint #118095
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
Conversation
Tagging subscribers to this area: @dotnet/ncl |
Hey @pedrobsaila, we are past feature complete for 10.0. So this PR cannot be merged until we branch out and main becomes .NET 11. Please do continue work on the PR, I'll find someone to be responsible for the review. Just letting you know about the state of things right now. |
src/libraries/System.Net.Primitives/src/System/Net/IPEndPoint.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Primitives/tests/FunctionalTests/IPEndPointTest.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for being patient. This looks good, ready to merge. I left only a small comment about test, nothing serious.
Thank you!
src/libraries/System.Net.Primitives/tests/FunctionalTests/IPEndPointParsing.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it too late to get this into .NET 10? 🙃 |
CC. @jeffhandley. My expectation is yes it is too late. We snapped RC1 already and so this would end up going very hot into RC2, well past the normal cutoff. It isn't as low risk as other changes and was already coming in late, after the cutoff, back in July. |
Yes, it was intentionally held back as the PR went up after feature complete, see #118095 (comment) |
Fixes #114405