[API Proposal]: Implement IParsable<TSelf> et cetera on IPEndPoint#118095
[API Proposal]: Implement IParsable<TSelf> et cetera on IPEndPoint#118095ManickaP merged 6 commits intodotnet:mainfrom
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
ManickaP
left a comment
There was a problem hiding this comment.
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
|
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